Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. (nova-testing) root@openstack1:/# nova-manage cell_v2 map_instances --cell_uuid 16443e92-e33b-487e-8069-7c80e5bdbc33
  2. (nova-testing) root@openstack1:/# echo $?
  3. 0
  4. (nova-testing) root@openstack1:/# nova-manage cell_v2 verify_instance --uuid 16443e92-e33b-487e-8069-7c80e5bdbc33; echo $?
  5. Instance 16443e92-e33b-487e-8069-7c80e5bdbc33 is not mapped to a cell (upgrade is incomplete)
  6. 1
  7. (nova-testing) root@openstack1:/# nova-manage cell_v2 verify_instance --uuid 9461149a-52a9-495d-8021-d2cda1645d28; echo $?
  8. Instance 9461149a-52a9-495d-8021-d2cda1645d28 is not mapped to a cell (upgrade is incomplete)
  9. 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement