2017-03-05 13:42:13 |
LiChunlin |
bug |
|
|
added bug |
2017-03-05 13:42:25 |
LiChunlin |
python-magnumclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-05 14:10:21 |
OpenStack Infra |
python-magnumclient: status |
New |
In Progress |
|
2017-03-11 15:12:03 |
LiChunlin |
bug task added |
|
python-cinderclient |
|
2017-03-11 15:12:17 |
LiChunlin |
python-cinderclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-11 15:45:56 |
OpenStack Infra |
python-cinderclient: status |
New |
In Progress |
|
2017-03-11 16:02:09 |
LiChunlin |
bug task added |
|
python-heatclient |
|
2017-03-11 16:02:19 |
LiChunlin |
python-heatclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 00:44:28 |
LiChunlin |
bug task added |
|
python-bileanclient |
|
2017-03-12 00:44:39 |
LiChunlin |
python-bileanclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 00:44:48 |
LiChunlin |
python-heatclient: status |
New |
In Progress |
|
2017-03-12 00:47:24 |
LiChunlin |
bug task added |
|
python-ceilometerclient |
|
2017-03-12 00:47:35 |
LiChunlin |
python-ceilometerclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 00:52:15 |
LiChunlin |
bug task added |
|
python-cloudpulseclient |
|
2017-03-12 00:52:51 |
LiChunlin |
python-cloudpulseclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 00:57:19 |
LiChunlin |
bug task added |
|
python-evoqueclient |
|
2017-03-12 00:57:37 |
LiChunlin |
python-evoqueclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 00:59:27 |
LiChunlin |
bug task added |
|
python-glanceclient |
|
2017-03-12 00:59:35 |
LiChunlin |
python-glanceclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 01:02:53 |
LiChunlin |
bug task added |
|
python-karborclient |
|
2017-03-12 01:03:00 |
LiChunlin |
python-karborclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 01:05:18 |
LiChunlin |
bug task added |
|
python-manilaclient |
|
2017-03-12 01:05:56 |
LiChunlin |
python-manilaclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 01:08:24 |
LiChunlin |
bug task added |
|
python-meteosclient |
|
2017-03-12 01:08:41 |
LiChunlin |
python-meteosclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 01:13:32 |
LiChunlin |
bug task added |
|
python-muranoclient |
|
2017-03-12 01:13:48 |
LiChunlin |
python-muranoclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 01:16:32 |
LiChunlin |
bug task added |
|
python-novaclient |
|
2017-03-12 01:16:47 |
LiChunlin |
python-novaclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 01:21:56 |
LiChunlin |
bug task added |
|
python-senlinclient |
|
2017-03-12 01:22:07 |
LiChunlin |
python-senlinclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 01:30:53 |
OpenStack Infra |
python-muranoclient: status |
New |
In Progress |
|
2017-03-12 01:36:55 |
LiChunlin |
bug task added |
|
python-troveclient |
|
2017-03-12 01:37:07 |
LiChunlin |
python-troveclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 01:44:53 |
LiChunlin |
bug task added |
|
python-zunclient |
|
2017-03-12 01:45:04 |
LiChunlin |
python-zunclient: assignee |
|
LiChunlin (lichl) |
|
2017-03-12 01:48:26 |
OpenStack Infra |
python-senlinclient: status |
New |
In Progress |
|
2017-03-12 02:15:26 |
Amrith Kumar |
bug task deleted |
python-troveclient |
|
|
2017-03-13 12:04:22 |
LiChunlin |
description |
There are two "completion" in the subcommand table: bash-completion and bash_completion. They are following:
'bash_completion': MagnumClientArgumentParser(prog='magnum bash_completion', usage=None, description=None, version=None, formatter_class=<class 'magnumclient.shell.OpenStackHelpFormatter'>, conflict_handler='error', add_help=False)
'bash-completion': MagnumClientArgumentParser(prog='magnum bash-completion', usage=None, description="Prints arguments for bash-completion.\n\n Prints all of the commands and options to stdout so that the\n magnum.bash_completion script doesn't have to hard code them.\n ", version=None, formatter_class=<class 'magnumclient.shell.OpenStackHelpFormatter'>, conflict_handler='error', add_help=False)
But the command is "magnum bash-completion", so remove "bash_completion". |
There are two "completion" in the subcommand table: bash-completion and bash_completion. They are following:
'bash_completion': MagnumClientArgumentParser(prog='magnum bash_completion', usage=None, description=None, version=None, formatter_class=<class 'magnumclient.shell.OpenStackHelpFormatter'>, conflict_handler='error', add_help=False)
'bash-completion': MagnumClientArgumentParser(prog='magnum bash-completion', usage=None, description="Prints arguments for bash-completion.\n\n Prints all of the commands and options to stdout so that the\n magnum.bash_completion script doesn't have to hard code them.\n ", version=None, formatter_class=<class 'magnumclient.shell.OpenStackHelpFormatter'>, conflict_handler='error', add_help=False)
But only "bash-completion" is shown in "magnum --help", and it is repeated with "bash-completion", so delete "bash_completion". |
|
2017-03-13 12:48:38 |
OpenStack Infra |
python-glanceclient: status |
New |
In Progress |
|
2017-04-06 09:29:57 |
NidhiMittalHada |
python-manilaclient: assignee |
LiChunlin (lichl) |
NidhiMittalHada (nidhimittal19) |
|
2017-04-13 01:58:05 |
OpenStack Infra |
python-senlinclient: status |
In Progress |
Fix Released |
|
2017-04-21 20:13:57 |
OpenStack Infra |
python-muranoclient: assignee |
LiChunlin (lichl) |
Felipe Monteiro (fm577c) |
|
2017-04-24 17:27:03 |
OpenStack Infra |
python-muranoclient: status |
In Progress |
Fix Released |
|
2017-05-01 02:36:38 |
OpenStack Infra |
python-zunclient: status |
New |
In Progress |
|
2017-05-01 03:07:59 |
OpenStack Infra |
python-ceilometerclient: status |
New |
In Progress |
|
2017-05-01 12:03:20 |
gordon chung |
bug task deleted |
python-ceilometerclient |
|
|
2017-05-01 13:05:17 |
yuntongjin |
bug |
|
|
added subscriber yuntongjin |
2017-05-11 06:57:47 |
OpenStack Infra |
python-manilaclient: status |
New |
In Progress |
|
2017-05-11 06:58:26 |
NidhiMittalHada |
python-novaclient: assignee |
LiChunlin (lichl) |
NidhiMittalHada (nidhimittal19) |
|
2017-06-08 17:22:45 |
Eric Harney |
bug task deleted |
python-cinderclient |
|
|
2017-08-02 13:25:54 |
Goutham Pacha Ravi |
python-manilaclient: importance |
Undecided |
Wishlist |
|
2017-08-23 06:44:34 |
lihaijing |
python-karborclient: assignee |
LiChunlin (lichl) |
lihaijing (lihaijing) |
|
2017-08-23 06:57:03 |
OpenStack Infra |
python-karborclient: status |
New |
In Progress |
|
2017-09-21 06:49:01 |
OpenStack Infra |
python-karborclient: status |
In Progress |
Fix Released |
|
2017-09-22 06:18:53 |
Sharat Sharma |
python-meteosclient: status |
New |
Invalid |
|
2018-12-04 18:36:51 |
Goutham Pacha Ravi |
python-manilaclient: status |
In Progress |
Invalid |
|
2022-09-20 16:49:14 |
Cyril Roelandt |
python-glanceclient: status |
In Progress |
Won't Fix |
|
2022-09-20 16:49:14 |
Cyril Roelandt |
python-glanceclient: assignee |
LiChunlin (lichl) |
|
|