Activity log for bug #1685375

Date Who What changed Old value New value Message
2017-04-21 22:04:11 Michael Johnson bug added bug
2017-04-21 22:05:32 Michael Johnson description We need to implement the "openstack loadbalancer show" command in the OpenStack client plugin. It should support the following options: usage: openstack loadbalancer show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--print-empty] [--noindent] [--prefix PREFIX] <lb-id> Display port details positional arguments: <lb-id> Load balancer to display (name or ID) optional arguments: -h, --help show this help message and exit output formatters: output formatter options -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} the output format, defaults to table -c COLUMN, --column COLUMN specify the column(s) to include, can be repeated table formatter: --max-width <integer> Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. --print-empty Print empty table if there is no data to show. json formatter: --noindent whether to disable indenting the JSON shell formatter: a format a UNIX shell can parse (variable="value") --prefix PREFIX add a prefix to all variable names Columns: - admin_state_up - created_at - description - flavor - id - listeners - name - operating_status - pools - project_id - provider - provisioning_status - vip_address - vip_network_id - vip_port_id - vip_subnet_id We need to implement the "openstack loadbalancer show" command in the OpenStack client plugin. It should support the following options: usage: openstack loadbalancer show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]                            [--max-width <integer>] [--print-empty]                            [--noindent] [--prefix PREFIX]                            <lb-id> Display port details positional arguments:   <lb-id> Load balancer to display (name or ID) optional arguments:   -h, --help show this help message and exit output formatters:   output formatter options   -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}                         the output format, defaults to table   -c COLUMN, --column COLUMN                         specify the column(s) to include, can be repeated table formatter:   --max-width <integer>                         Maximum display width, <1 to disable. You can also use                         the CLIFF_MAX_TERM_WIDTH environment variable, but the                         parameter takes precedence.   --print-empty Print empty table if there is no data to show. json formatter:   --noindent whether to disable indenting the JSON shell formatter:   a format a UNIX shell can parse (variable="value")   --prefix PREFIX add a prefix to all variable names Columns:    - admin_state_up    - created_at    - description    - flavor    - id    - listeners    - name    - operating_status    - pools    - project_id    - provider    - provisioning_status    - vip_address    - vip_network_id    - vip_port_id    - vip_subnet_id Note: provider and flavor are not implemented in the API yet.
2017-04-21 22:08:15 Michael Johnson octavia: milestone pike-1
2017-04-21 23:23:53 Michael Johnson description We need to implement the "openstack loadbalancer show" command in the OpenStack client plugin. It should support the following options: usage: openstack loadbalancer show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]                            [--max-width <integer>] [--print-empty]                            [--noindent] [--prefix PREFIX]                            <lb-id> Display port details positional arguments:   <lb-id> Load balancer to display (name or ID) optional arguments:   -h, --help show this help message and exit output formatters:   output formatter options   -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}                         the output format, defaults to table   -c COLUMN, --column COLUMN                         specify the column(s) to include, can be repeated table formatter:   --max-width <integer>                         Maximum display width, <1 to disable. You can also use                         the CLIFF_MAX_TERM_WIDTH environment variable, but the                         parameter takes precedence.   --print-empty Print empty table if there is no data to show. json formatter:   --noindent whether to disable indenting the JSON shell formatter:   a format a UNIX shell can parse (variable="value")   --prefix PREFIX add a prefix to all variable names Columns:    - admin_state_up    - created_at    - description    - flavor    - id    - listeners    - name    - operating_status    - pools    - project_id    - provider    - provisioning_status    - vip_address    - vip_network_id    - vip_port_id    - vip_subnet_id Note: provider and flavor are not implemented in the API yet. We need to implement the "openstack loadbalancer show" command in the OpenStack client plugin. It should support the following options: usage: openstack loadbalancer show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]                            [--max-width <integer>] [--print-empty]                            [--noindent] [--prefix PREFIX]                            <lb-id> Display load balancer details positional arguments:   <lb-id> Load balancer to display (name or ID) optional arguments:   -h, --help show this help message and exit output formatters:   output formatter options   -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}                         the output format, defaults to table   -c COLUMN, --column COLUMN                         specify the column(s) to include, can be repeated table formatter:   --max-width <integer>                         Maximum display width, <1 to disable. You can also use                         the CLIFF_MAX_TERM_WIDTH environment variable, but the                         parameter takes precedence.   --print-empty Print empty table if there is no data to show. json formatter:   --noindent whether to disable indenting the JSON shell formatter:   a format a UNIX shell can parse (variable="value")   --prefix PREFIX add a prefix to all variable names Columns:    - admin_state_up    - created_at    - description    - flavor    - id    - listeners    - name    - operating_status    - pools    - project_id    - provider    - provisioning_status    - vip_address    - vip_network_id    - vip_port_id    - vip_subnet_id Note: provider and flavor are not implemented in the API yet.
2017-04-21 23:28:51 Michael Johnson description We need to implement the "openstack loadbalancer show" command in the OpenStack client plugin. It should support the following options: usage: openstack loadbalancer show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]                            [--max-width <integer>] [--print-empty]                            [--noindent] [--prefix PREFIX]                            <lb-id> Display load balancer details positional arguments:   <lb-id> Load balancer to display (name or ID) optional arguments:   -h, --help show this help message and exit output formatters:   output formatter options   -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}                         the output format, defaults to table   -c COLUMN, --column COLUMN                         specify the column(s) to include, can be repeated table formatter:   --max-width <integer>                         Maximum display width, <1 to disable. You can also use                         the CLIFF_MAX_TERM_WIDTH environment variable, but the                         parameter takes precedence.   --print-empty Print empty table if there is no data to show. json formatter:   --noindent whether to disable indenting the JSON shell formatter:   a format a UNIX shell can parse (variable="value")   --prefix PREFIX add a prefix to all variable names Columns:    - admin_state_up    - created_at    - description    - flavor    - id    - listeners    - name    - operating_status    - pools    - project_id    - provider    - provisioning_status    - vip_address    - vip_network_id    - vip_port_id    - vip_subnet_id Note: provider and flavor are not implemented in the API yet. We need to implement the "openstack loadbalancer show" command in the OpenStack client plugin. It should support the following options: usage: openstack loadbalancer show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]                            [--max-width <integer>] [--print-empty]                            [--noindent] [--prefix PREFIX]                            <lb-id> Display load balancer details positional arguments:   <lb-id> Load balancer to display (name or ID) optional arguments:   -h, --help show this help message and exit output formatters:   output formatter options   -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}                         the output format, defaults to table   -c COLUMN, --column COLUMN                         specify the column(s) to include, can be repeated table formatter:   --max-width <integer>                         Maximum display width, <1 to disable. You can also use                         the CLIFF_MAX_TERM_WIDTH environment variable, but the                         parameter takes precedence.   --print-empty Print empty table if there is no data to show. json formatter:   --noindent whether to disable indenting the JSON shell formatter:   a format a UNIX shell can parse (variable="value")   --prefix PREFIX add a prefix to all variable names Fields:    - admin_state_up    - created_at    - description    - flavor    - id    - listeners    - name    - operating_status    - pools    - project_id    - provider    - provisioning_status    - vip_address    - vip_network_id    - vip_port_id    - vip_subnet_id Note: provider and flavor are not implemented in the API yet.
2017-04-23 17:47:14 Jude Cross octavia: assignee Jude Cross (problem-v)
2017-04-24 05:55:31 Jude Cross octavia: status New In Progress
2017-06-08 21:50:01 Jude Cross octavia: status In Progress Fix Committed
2017-06-14 20:08:35 Jude Cross octavia: status Fix Committed Fix Released