Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. root@vbo-ceph-node1:~# git clone https://github.com/stackforge/nova-docker/
  2. Cloning into 'nova-docker'...
  3. remote: Counting objects: 1433, done.
  4. remote: Compressing objects: 100% (16/16), done.
  5. remote: Total 1433 (delta 8), reused 2 (delta 2), pack-reused 1415
  6. Receiving objects: 100% (1433/1433), 364.17 KiB | 0 bytes/s, done.
  7. Resolving deltas: 100% (735/735), done.
  8. Checking connectivity... done.
  9. root@vbo-ceph-node1:~# cd nova-docker/
  10. root@vbo-ceph-node1:~/nova-docker# git branch -v -a
  11. * master 5dd4f95 Fix to use the get_flavor method to retrieve the flavor information from the Instance Object.
  12. remotes/origin/HEAD -> origin/master
  13. remotes/origin/master 5dd4f95 Fix to use the get_flavor method to retrieve the flavor information from the Instance Object.
  14. remotes/origin/stable/icehouse 9045ca4 Fix lockpath for tests
  15. remotes/origin/stable/juno b724e65 Fix tests on stable/juno
  16. root@vbo-ceph-node1:~/nova-docker# git checkout -b juno remotes/origin/stable/juno
  17. Branch juno set up to track remote branch stable/juno from origin.
  18. Switched to a new branch 'juno'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement