Hi everyone, I'm trying to deploy openstack on two nodes. Both the machines have a single interface connected to the same subnet. One will have all the components installed(including nova-compute) and the other only nova-compute. I'm a little confused with the networking and IP assignment policy of openstack. I want the VMs to have public IPs i.e. same subnet as the nodes. Could you please tell me which flags and configuration parameters are required to enable it?
Here are the contents of nova.conf --daemonize=1 --dhcpbridge_flagfile=/etc/nova/nova.conf --dhcpbridge=/usr/bin/nova-dhcpbridge --logdir=/var/log/nova --state_path=/var/lib/nova --lock_path=/var/lock/nova --verbose --s3_host=10.2.4.139 --rabbit_host=10.2.4.139 --cc_host=10.2.4.139 --ec2_url=http://10.2.4.139:8773/services/Cloud --network_manager=nova.network.manager.FlatManager --fixed_range=10.2.4.0/24 --network_size=8 --FAKE_subdomain=ec2 --routing_source_ip=10.2.4.139 --sql_connection=mysql://root:[email protected]/nova --glance_host=10.2.4.139 --image_service=nova.image.glance.GlanceImageService --iscsi_ip_prefix=10.2.4. Thank you. Regards, Shashank Sahni
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

