Bug 918235
| Summary: | Quantum CLI help is not complete | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ofer Blaut <oblaut> | ||||
| Component: | python-neutronclient | Assignee: | Jakub Ruzicka <jruzicka> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Ofer Blaut <oblaut> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 2.0 (Folsom) | CC: | chrisw, dallan, jkt, oblaut | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | 5.0 (RHEL 7) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-02-04 06:23:07 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 an upstream RFE, please fill upstream: https://bugs.launchpad.net/python-neutronclient/+filebug Once you fill the bug upstream, please close this as CLOSED/UPSTREAM. bug was raised upstream along ago https://bugs.launchpad.net/python-neutronclient/+bug/1237820 |
Created attachment 705585 [details] provider network Description of problem: Quantum help CLI is not intuitive Lots of option doesn't apear in CLI help For example : user can't find info about how to update DNS servers quantum subnet-update <Subnet ID > --dns_nameservers list=true <IP address > [root@puma34 ~(keystone_admin)]$ quantum help subnet-update usage: quantum subnet-update [-h] [--request-format {json,xml}] subnet ... Update subnet's information. positional arguments: subnet ID or name of subnet to update value_specs new values for the subnet: --key1 [type=int|bool|...] value [--key2 [type=int|bool|...] value ...] optional arguments: -h, --help show this help message and exit --request-format {json,xml} the xml or json request format Additional example attached for network provider Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.try quantum CLI help to see how to update dns-servers 2.try quantum CLI help to create network with vlans and network provider 2. 3. Actual results: Expected results: Additional info: