← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1164431] [NEW] nova-manage network create ommits the dns1 and dns2 params

 

You have been subscribed to a public bug:

Hi folks,
using openstack essex 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1.2, in vlan mode, 
it seems that the nova-manage network create ommits my dns1 and dns2 settings : 
$ nova-manage network create --fixed_range_v4=192.168.1.0/27 --num_networks=1 --network_size=32 --multi_host=T --label=vlan_net1 --vlan=5 --bridge=br5 --bridge_interface=eth1 --project_id=XXXX --dns1 4.4.4.4 --dns2 8.8.8.8

succeeds, but looking at the database, the fiels "dns1" and "dns2" remain empty (NULL) - 
According to my version  :

# nova-manage network create --help
Usage: nova-manage network create <args> [options]

Options:
  -h, --help            show this help message and exit
  --label=<label>       Label for network (ex: public)
  --fixed_range_v4=<x.x.x.x/yy>
                        IPv4 subnet (ex: 10.0.0.0/8)
  --num_networks=<number>
                        Number of networks to create
  --network_size=<number>
                        Number of IPs per network
  --vlan=<vlan id>      vlan id
  --vpn=VPN_START       vpn start
  --fixed_range_v6=FIXED_RANGE_V6
                        IPv6 subnet (ex: fe80::/64
  --gateway=GATEWAY     gateway
  --gateway_v6=GATEWAY_V6
                        ipv6 gateway
  --bridge=<bridge>     VIFs on this network are connected to this bridge
  --bridge_interface=<bridge interface>
                        the bridge is connected to this interface
  --multi_host=<'T'|'F'>
                        Multi host
  --dns1=<DNS Address>  First DNS
  --dns2=<DNS Address>  Second DNS
  --uuid=<network uuid>
                        Network UUID
  --fixed_cidr=<x.x.x.x/yy>
                        IPv4 subnet for fixed IPS (ex: 10.20.0.0/16)
  --project_id=<project id>
                        Project id
  --priority=<number>   Network interface priority


best regards,
Razique

** Affects: nova
     Importance: Undecided
         Status: New


** Tags: dns network nova-manage vlan
-- 
nova-manage network create ommits the dns1 and dns2 params
https://bugs.launchpad.net/bugs/1164431
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).