Add floating ip missed two options
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
Fix Released
|
Undecided
|
Nam |
Bug Description
"openstack floating ip create" missed two options: --description and --project
When I run "openstack floating ip create --help" command. We have the result like below:
stack@hoainam:
WARNING: openstackclient
usage: openstack floating ip create [-h] [-f {json,shell,
Next step, I run "neutron floatingip-create --help" command. We have the result like below:
stack@hoainam:
usage: neutron floatingip-create [-h] [-f {json,shell,
That mean openstack-client missed two options: --project and --project-domain
Changed in python-openstackclient: | |
assignee: | nobody → Nam (namnh) |
summary: |
- Add floating ip missed two options + Add floating ip missed one option |
summary: |
- Add floating ip missed one option + Add floating ip missed two options |
description: | updated |
description: | updated |
tags: | added: network |
Fix proposed to branch: master /review. openstack. org/356203
Review: https:/