Hi everyone,<br><br>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?<br>
<br>Here are the contents of nova.conf<br><br>--daemonize=1<br>--dhcpbridge_flagfile=/etc/nova/nova.conf<br>--dhcpbridge=/usr/bin/nova-dhcpbridge<br>--logdir=/var/log/nova<br>--state_path=/var/lib/nova<br>--lock_path=/var/lock/nova<br>
--verbose<br>--s3_host=10.2.4.139<br>--rabbit_host=10.2.4.139<br>--cc_host=10.2.4.139<br>--ec2_url=<a href="http://10.2.4.139:8773/services/Cloud">http://10.2.4.139:8773/services/Cloud</a><br>--network_manager=nova.network.manager.FlatManager<br>
--fixed_range=<a href="http://10.2.4.0/24">10.2.4.0/24</a><br>--network_size=8<br>--FAKE_subdomain=ec2<br>--routing_source_ip=10.2.4.139<br>--sql_connection=mysql://<a href="http://root:sielcloud123@10.2.4.139/nova">root:sielcloud123@10.2.4.139/nova</a><br>
--glance_host=10.2.4.139<br>--image_service=nova.image.glance.GlanceImageService<br>--iscsi_ip_prefix=10.2.4.<br><br>Thank you.<br><br>Regards,<br>Shashank Sahni<br>