my etc/nova/nova.conf
[database]
connection = mysql+pymysql://nova:navita12@192.168.122.221/nova
[DEFAULT]
my_ip = 192.168.122.221
network_api_class = nova.network.neutronv2.api.API
security_group_api = neutron
linuxnet_interface_driver = nova.network.linux_net.NeutronLinuxBridgeInterfaceDriver
firewall_driver = nova.virt.firewall.NoopFirewallDriver
auth_strategy = keystone
rpc_backend = rabbit
[oslo_messaging_rabbit]
rabbit_host = 192.168.122.221
rabbit_userid = openstack
rabbit_password = navita12
dhcpbridge_flagfile=/etc/nova/nova.conf
dhcpbridge=/usr/bin/nova-dhcpbridge
log_dir=/var/log/nova
state_path=/var/lib/nova
lock_path=/var/lock/nova
force_dhcp_release=True
libvirt_use_virtio_for_bridges=True
verbose=True
ec2_private_dns_show_ip=True
api_paste_config=/etc/nova/api-paste.ini
enabled_apis=ec2,osapi_compute,metadata
[keystone_authtoken]
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = nova
password = navita12
[glance]
host = 192.168.122.221
[oslo_concurrency]
lock_path = /var/lib/nova/tmp
[vnc]
vncserver_listen =192.168.122.221
vncserver_proxyclient_address = 192.168.122.221
[glance]
host = 192.168.122.221
[oslo_concurrency]
lock_path = /var/lib/nova/tmp
[DEFAULT]
enabled_apis=osapi_compute,metadata
[DEFAULT]
verbose = True
[neutron]
url = http://controller:9696
auth_url = http://controller:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
region_name = RegionOne
project_name = service
username = neutron
password = navita12
service_metadata_proxy = True
metadata_proxy_shared_secret = navita12
$ netstat -antp | grep 8774
$ iptables-save | grep 8774
Thanks Boris .. seems it is not listening on port 8774.. what is the solution