Bug 903124

Summary: nova-mange network create is not using DNS info
Product: Red Hat OpenStack Reporter: Ofer Blaut <oblaut>
Component: openstack-novaAssignee: Nikola Dipanov <ndipanov>
Status: CLOSED WONTFIX QA Contact: Ofer Blaut <oblaut>
Severity: medium Docs Contact:
Priority: low    
Version: 2.0 (Folsom)CC: dallan, eglynn, ndipanov
Target Milestone: asyncKeywords: Triaged
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-13 16:02:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
CLI output none

Description Ofer Blaut 2013-01-23 09:22:44 UTC
Created attachment 685749 [details]
CLI output

Description of problem:

nova-manage network create doesn't  use DNS option upon network creation 

see example attached 

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. nova-manage network create --label=net_vlan_99 --vlan=99 --network_size=100 --fixed_range_v4=99.77.77.0/24 --dns1=22.22.22.1 --bridge_interface=vlan99  --num_network=1
2.Check nova-manage network list
3.
  
Actual results:


Expected results:


Additional info:

Comment 2 Nikola Dipanov 2013-01-29 16:51:18 UTC
This seems like a nova-manage only issue. Probably easy to fix. Low priority.

Comment 4 Nikola Dipanov 2013-11-13 16:02:33 UTC
Since we are focusing on Neutron for networking in RHOS - I believe we do not need to concentrate on fixing this bug.