Advertisement
Guest User

Untitled

a guest
Jun 6th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. To delete a "ghost" instance from the Nova db:
  2.  
  3. Delete the row in “fixed_ips” table corresponding to that instance_id
  4. Delete the row in “virtual_interfaces” table corresponding to that instance_id
  5. Delete the row in “security_group_instance_association” table corresponding to that instance_id
  6. Delete the row in “instance_info_caches” table corresponding to that instance_id
  7. Finally, delete the corresponding row from the table “”instances”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement