2016-08-08 09:27:39 |
Nam |
bug |
|
|
added bug |
2016-08-08 09:27:45 |
Nam |
python-openstackclient: assignee |
|
Nam (namnh) |
|
2016-08-09 09:31:45 |
Nam |
summary |
Add floating ip missed two options |
Add floating ip missed one option |
|
2016-08-09 09:31:59 |
Nam |
summary |
Add floating ip missed one option |
Add floating ip missed two options |
|
2016-08-09 09:32:04 |
Nam |
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:~/Documents/python-openstackclient$ openstack floating ip create --help
WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils
usage: openstack floating ip create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--subnet <subnet>] [--port <port>]
[--floating-ip-address <floating-ip-address>]
[--fixed-ip-address <fixed-ip-address>]
<network>
Next step, I run "neutron floatingip-create --help" command. We have the result like below:
stack@hoainam:~/Documents/python-openstackclient$ neutron floatingip-create --help
usage: neutron floatingip-create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
[--port-id PORT_ID]
[--fixed-ip-address FIXED_IP_ADDRESS]
[--floating-ip-address FLOATING_IP_ADDRESS]
[--subnet SUBNET_ID]
[--dns-domain DNS_DOMAIN]
[--dns-name DNS_NAME]
FLOATING_NETWORK
That mean openstack-client missed two options: --project and --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:~/Documents/python-openstackclient$ openstack floating ip create --help
WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils
usage: openstack floating ip create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--subnet <subnet>] [--port <port>]
[--floating-ip-address <floating-ip-address>]
[--fixed-ip-address <fixed-ip-address>]
<network>
Next step, I run "neutron floatingip-create --help" command. We have the result like below:
stack@hoainam:~/Documents/python-openstackclient$ neutron floatingip-create --help
usage: neutron floatingip-create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
[--port-id PORT_ID]
[--fixed-ip-address FIXED_IP_ADDRESS]
[--floating-ip-address FLOATING_IP_ADDRESS]
[--subnet SUBNET_ID]
[--dns-domain DNS_DOMAIN]
[--dns-name DNS_NAME]
FLOATING_NETWORK
That mean openstack-client missed two options: --project and --description |
|
2016-08-09 09:32:31 |
Nam |
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:~/Documents/python-openstackclient$ openstack floating ip create --help
WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils
usage: openstack floating ip create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--subnet <subnet>] [--port <port>]
[--floating-ip-address <floating-ip-address>]
[--fixed-ip-address <fixed-ip-address>]
<network>
Next step, I run "neutron floatingip-create --help" command. We have the result like below:
stack@hoainam:~/Documents/python-openstackclient$ neutron floatingip-create --help
usage: neutron floatingip-create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
[--port-id PORT_ID]
[--fixed-ip-address FIXED_IP_ADDRESS]
[--floating-ip-address FLOATING_IP_ADDRESS]
[--subnet SUBNET_ID]
[--dns-domain DNS_DOMAIN]
[--dns-name DNS_NAME]
FLOATING_NETWORK
That mean openstack-client missed two options: --project and --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:~/Documents/python-openstackclient$ openstack floating ip create --help
WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils
usage: openstack floating ip create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--subnet <subnet>] [--port <port>]
[--floating-ip-address <floating-ip-address>]
[--fixed-ip-address <fixed-ip-address>]
<network>
Next step, I run "neutron floatingip-create --help" command. We have the result like below:
stack@hoainam:~/Documents/python-openstackclient$ neutron floatingip-create --help
usage: neutron floatingip-create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
[--port-id PORT_ID]
[--fixed-ip-address FIXED_IP_ADDRESS]
[--floating-ip-address FLOATING_IP_ADDRESS]
[--subnet SUBNET_ID]
[--dns-domain DNS_DOMAIN]
[--dns-name DNS_NAME]
FLOATING_NETWORK
That mean openstack-client missed two options: --project and --project-domain |
|
2016-08-17 03:30:48 |
OpenStack Infra |
python-openstackclient: status |
New |
In Progress |
|
2016-08-19 13:28:14 |
Richard Theis |
tags |
|
network |
|
2016-12-05 22:28:26 |
OpenStack Infra |
python-openstackclient: status |
In Progress |
Fix Released |
|