Bug 896536
| Summary: | quantum dns_nameservers list=true option doesn't apear in CLI help neither in API | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ofer Blaut <oblaut> | ||||
| Component: | openstack-quantum | Assignee: | RHOS Maint <rhos-maint> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Ofer Blaut <oblaut> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.0 (Folsom) | CC: | chrisw, gkotton, jrd, ykaul | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-01-24 15:53:54 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: |
|
||||||
This is not a bug. It is how the Quantum CLI works. There are a number of ways of going about configuring and we should definitely update our documenttation of the CLI. |
Created attachment 680221 [details] nameserver flag Description of problem: I was trying to create sunbet with dns server different than the DHCP ip. according to API --dns_nameservers with ip address should be used . CLI does provide any info about dns option . This operation will fail unless using list=true flag Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.quantum subnet-create --tenant-id<ID> <Network ID > 72.77.77.0/24 --dns_nameservers 14.14.14.14 2. repeat with list=true 3. see example attached Actual results: Expected results: - dnsserver option should be added to CLI options - list=true flag should not be in use Additional info: