instance status error and spawning in openstack dashboard

Asked by pramod

I was able to add images to glance and trying to spawn instance out of it...getting

instance status error and spawning in openstack dashboard

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Solved by:
pramod
Solved:
Last query:
Last reply:
Revision history for this message
Tihomir Trifonov (ttrifonov) said :
#1

Can you paste here some of the errors that you get? Also which version of Glance/Nova/Dashboard do you use? Essex or the latest development branch of Folsom?

Revision history for this message
pramod (p-rathor) said :
#2

Thanks for your reply. After creating a new nova db the error got resolved...

$mysql -u root -p
drop database nova;

Then recreate the DB.
/*Re-create the Nova database
CREATE DATABASE nova;
GRANT ALL PRIVILEGES ON nova.* TO ‘novadbadmin’@'%’ IDENTIFIED BY ‘password’;

Maybe restart for good measure before a resync.

$nova-manage db sync

sudo nova-manage network create private --fixed_range_v4=192.168.230.32/27 --num_networks=1 --bridge=br100 --bridge_interface=eth1 --network_size=32

sudo restart libvirt-bin; sudo restart nova-network; sudo restart nova-compute; sudo restart nova-api; sudo restart nova-objectstore; sudo