Re: [Openstack] Docs: nova-manage network create FAILURE

2012-02-28 Thread Diego Parrilla SantamarĂ­a
Alexey, Here goes a sample what we use in the distro: FlatDHCP ./nova-manage network create service 10.0.0.0/24 1 256 --bridge=br100--bridge_interface= bond1 --dns1=8.8.8.8 --dns2=8.8.4.4 VlanManager ./nova-manage network create service 10.0.0.0/24 1 256 --vlan=100 --bridge_interface=bond1 --dns

Re: [Openstack] Docs: nova-manage network create FAILURE

2012-02-27 Thread Alexey Eromenko
--flat_interface (for flatdhcp mode) Doesn't work. Either the docs is wrong or the software. When I set "--flat_injected option", nova fails to work. root@nova-server1:~# nova-manage Usage: nova-manage [options] nova-manage: error: --flat_injected option does not take a value See: Docs: (comput

Re: [Openstack] Docs: nova-manage network create FAILURE

2012-02-26 Thread Anne Gentle
Good explanation, thanks Vish. http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-flat-dhcp-networking.html has the --flat_interace requirement, and http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-vlan-networking.html describes the --vlan_inte

Re: [Openstack] Docs: nova-manage network create FAILURE

2012-02-26 Thread Vishvananda Ishaya
you need to specify --bridge_interface when you create a network If you set --vlan_interface in your flagfile (for vlan mode) or --flat_interface (for flatdhcp mode) then you don't need to specify it on the command line. Vish On Feb 26, 2012, at 4:41 PM, Alexey Eromenko wrote: > Platform: Debian

[Openstack] Docs: nova-manage network create FAILURE

2012-02-26 Thread Alexey Eromenko
Platform: Debian wheezy/testing + nova-2012.1~e3-4 Official docs say: nova-manage network create novanet 192.168.0.0/24 1 256 (I read both diablo and trunk docs) But it fails: root@nova-server2:~# nova-manage network create novanet 192.168.0.0/24 1 256 Command failed, please check log for more