← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1358751] [NEW] neutron lb-healthmonitor-create argument "timeout" required and present. Neutron still complains. python-neutronclient==2.3.6

 

Public bug reported:

neutron lb-healthmonitor-create argument "timeout" required and present.
Neutron complains anyway.

Bug exists in:
python-neutronclient==2.3.6

Bug does not exist in:
python-neutronclient==2.3.5

Log follows:
(openstack)OSTML0204844:home$ neutron lb-healthmonitor-create --delay 6 --max-retries 3 --timeout 5 --type TCP
usage: neutron lb-healthmonitor-create [-h] [-f {shell,table,value}]
                                       [-c COLUMN] [--max-width <integer>]
                                       [--variable VARIABLE] [--prefix PREFIX]
                                       [--request-format {json,xml}]
                                       [--tenant-id TENANT_ID]
                                       [--admin-state-down]
                                       [--expected-codes EXPECTED_CODES]
                                       [--http-method HTTP_METHOD]
                                       [--url-path URL_PATH] --delay DELAY
                                       --max-retries MAX_RETRIES --timeout
                                       TIMEOUT --type {PING,TCP,HTTP,HTTPS}
neutron lb-healthmonitor-create: error: argument --timeout is required
(openstack)OSTML0204844:home$ neutron --version
2.3.6
(openstackdev)OSTML0204844:home$ pip install python-neutronclient==2.3.5
Successfully installed python-neutronclient cliff simplejson cmd2 pyparsing
(openstackdev)OSTML0204844:home$ neutron net-list
+--------------------------------------+-------------------+----------------------------------------------------+
| id                                   | name              | subnets                                            |
+--------------------------------------+-------------------+----------------------------------------------------+
| 871aceeb-720a-46b2-97fa-cdea90d0c963 | ext_net           | 81041d54-7806-4d78-967e-36b47f8177a5 10.30.40.0/24 |
| af9ed28b-acee-4b95-97d3-45a02322bdbf | ext-net2          | 2f488c1a-6afd-4b0b-8006-cc1b2c3aaf2b 10.30.80.0/24 |
| b1cd3520-e086-40ce-b524-c8da64320c4e | load-def-net1-125 | 04d7fa44-c04e-46d7-811e-933df5477bb4 10.125.1.0/24 |
+--------------------------------------+-------------------+----------------------------------------------------+
(openstackdev)OSTML0204844:home$ neutron lb-healthmonitor-create --delay 6 --max-retries 3 --timeout 5 --type TCP
Created a new health_monitor:
+----------------+--------------------------------------+
| Field          | Value                                |
+----------------+--------------------------------------+
| admin_state_up | True                                 |
| delay          | 6                                    |
| id             | 46d4808c-7601-4928-8a55-e040a48a32e7 |
| max_retries    | 3                                    |
| pools          |                                      |
| tenant_id      | ab98e98fc0474508b8f4a44ae05dc118     |
| timeout        | 5                                    |
| type           | TCP                                  |
+----------------+--------------------------------------+

** Affects: neutron
     Importance: Undecided
         Status: New

** Description changed:

  neutron lb-healthmonitor-create argument "timeout" required and present.
  Neutron complains anyway.
  
  Bug exists in:
- python-neutronclient==2.5.6
+ python-neutronclient==2.3.6
  
- Bug does not exist in: 
+ Bug does not exist in:
  python-neutronclient==2.3.5
  
  Log follows:
  (openstack)OSTML0204844:home$ neutron lb-healthmonitor-create --delay 6 --max-retries 3 --timeout 5 --type TCP
  usage: neutron lb-healthmonitor-create [-h] [-f {shell,table,value}]
-                                        [-c COLUMN] [--max-width <integer>]
-                                        [--variable VARIABLE] [--prefix PREFIX]
-                                        [--request-format {json,xml}]
-                                        [--tenant-id TENANT_ID]
-                                        [--admin-state-down]
-                                        [--expected-codes EXPECTED_CODES]
-                                        [--http-method HTTP_METHOD]
-                                        [--url-path URL_PATH] --delay DELAY
-                                        --max-retries MAX_RETRIES --timeout
-                                        TIMEOUT --type {PING,TCP,HTTP,HTTPS}
+                                        [-c COLUMN] [--max-width <integer>]
+                                        [--variable VARIABLE] [--prefix PREFIX]
+                                        [--request-format {json,xml}]
+                                        [--tenant-id TENANT_ID]
+                                        [--admin-state-down]
+                                        [--expected-codes EXPECTED_CODES]
+                                        [--http-method HTTP_METHOD]
+                                        [--url-path URL_PATH] --delay DELAY
+                                        --max-retries MAX_RETRIES --timeout
+                                        TIMEOUT --type {PING,TCP,HTTP,HTTPS}
  neutron lb-healthmonitor-create: error: argument --timeout is required
  (openstack)OSTML0204844:sky-utils edwardsr$ neutron --version
  2.3.6
  (openstackdev)OSTML0204844:home$ pip install python-neutronclient==2.3.5
  Successfully installed python-neutronclient cliff simplejson cmd2 pyparsing
  (openstackdev)OSTML0204844:home$ neutron net-list
  +--------------------------------------+-------------------+----------------------------------------------------+
  | id                                   | name              | subnets                                            |
  +--------------------------------------+-------------------+----------------------------------------------------+
  | 871aceeb-720a-46b2-97fa-cdea90d0c963 | ext_net           | 81041d54-7806-4d78-967e-36b47f8177a5 10.30.40.0/24 |
  | af9ed28b-acee-4b95-97d3-45a02322bdbf | ext-net2          | 2f488c1a-6afd-4b0b-8006-cc1b2c3aaf2b 10.30.80.0/24 |
  | b1cd3520-e086-40ce-b524-c8da64320c4e | load-def-net1-125 | 04d7fa44-c04e-46d7-811e-933df5477bb4 10.125.1.0/24 |
  +--------------------------------------+-------------------+----------------------------------------------------+
  (openstackdev)OSTML0204844:home$ neutron lb-healthmonitor-create --delay 6 --max-retries 3 --timeout 5 --type TCP
  Created a new health_monitor:
  +----------------+--------------------------------------+
  | Field          | Value                                |
  +----------------+--------------------------------------+
  | admin_state_up | True                                 |
  | delay          | 6                                    |
  | id             | 46d4808c-7601-4928-8a55-e040a48a32e7 |
  | max_retries    | 3                                    |
  | pools          |                                      |
  | tenant_id      | ab98e98fc0474508b8f4a44ae05dc118     |
  | timeout        | 5                                    |
  | type           | TCP                                  |
  +----------------+--------------------------------------+

** Description changed:

  neutron lb-healthmonitor-create argument "timeout" required and present.
  Neutron complains anyway.
  
  Bug exists in:
  python-neutronclient==2.3.6
  
  Bug does not exist in:
  python-neutronclient==2.3.5
  
  Log follows:
  (openstack)OSTML0204844:home$ neutron lb-healthmonitor-create --delay 6 --max-retries 3 --timeout 5 --type TCP
  usage: neutron lb-healthmonitor-create [-h] [-f {shell,table,value}]
                                         [-c COLUMN] [--max-width <integer>]
                                         [--variable VARIABLE] [--prefix PREFIX]
                                         [--request-format {json,xml}]
                                         [--tenant-id TENANT_ID]
                                         [--admin-state-down]
                                         [--expected-codes EXPECTED_CODES]
                                         [--http-method HTTP_METHOD]
                                         [--url-path URL_PATH] --delay DELAY
                                         --max-retries MAX_RETRIES --timeout
                                         TIMEOUT --type {PING,TCP,HTTP,HTTPS}
  neutron lb-healthmonitor-create: error: argument --timeout is required
- (openstack)OSTML0204844:sky-utils edwardsr$ neutron --version
+ (openstack)OSTML0204844:home$ neutron --version
  2.3.6
  (openstackdev)OSTML0204844:home$ pip install python-neutronclient==2.3.5
  Successfully installed python-neutronclient cliff simplejson cmd2 pyparsing
  (openstackdev)OSTML0204844:home$ neutron net-list
  +--------------------------------------+-------------------+----------------------------------------------------+
  | id                                   | name              | subnets                                            |
  +--------------------------------------+-------------------+----------------------------------------------------+
  | 871aceeb-720a-46b2-97fa-cdea90d0c963 | ext_net           | 81041d54-7806-4d78-967e-36b47f8177a5 10.30.40.0/24 |
  | af9ed28b-acee-4b95-97d3-45a02322bdbf | ext-net2          | 2f488c1a-6afd-4b0b-8006-cc1b2c3aaf2b 10.30.80.0/24 |
  | b1cd3520-e086-40ce-b524-c8da64320c4e | load-def-net1-125 | 04d7fa44-c04e-46d7-811e-933df5477bb4 10.125.1.0/24 |
  +--------------------------------------+-------------------+----------------------------------------------------+
  (openstackdev)OSTML0204844:home$ neutron lb-healthmonitor-create --delay 6 --max-retries 3 --timeout 5 --type TCP
  Created a new health_monitor:
  +----------------+--------------------------------------+
  | Field          | Value                                |
  +----------------+--------------------------------------+
  | admin_state_up | True                                 |
  | delay          | 6                                    |
  | id             | 46d4808c-7601-4928-8a55-e040a48a32e7 |
  | max_retries    | 3                                    |
  | pools          |                                      |
  | tenant_id      | ab98e98fc0474508b8f4a44ae05dc118     |
  | timeout        | 5                                    |
  | type           | TCP                                  |
  +----------------+--------------------------------------+

** Summary changed:

- neutron lb-healthmonitor-create argument "timeout" required and present.  Neutron still complains.  python-neutronclient==2.5.6
+ neutron lb-healthmonitor-create argument "timeout" required and present.  Neutron still complains.  python-neutronclient==2.3.6

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1358751

Title:
  neutron lb-healthmonitor-create argument "timeout" required and
  present.  Neutron still complains.  python-neutronclient==2.3.6

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  neutron lb-healthmonitor-create argument "timeout" required and
  present.  Neutron complains anyway.

  Bug exists in:
  python-neutronclient==2.3.6

  Bug does not exist in:
  python-neutronclient==2.3.5

  Log follows:
  (openstack)OSTML0204844:home$ neutron lb-healthmonitor-create --delay 6 --max-retries 3 --timeout 5 --type TCP
  usage: neutron lb-healthmonitor-create [-h] [-f {shell,table,value}]
                                         [-c COLUMN] [--max-width <integer>]
                                         [--variable VARIABLE] [--prefix PREFIX]
                                         [--request-format {json,xml}]
                                         [--tenant-id TENANT_ID]
                                         [--admin-state-down]
                                         [--expected-codes EXPECTED_CODES]
                                         [--http-method HTTP_METHOD]
                                         [--url-path URL_PATH] --delay DELAY
                                         --max-retries MAX_RETRIES --timeout
                                         TIMEOUT --type {PING,TCP,HTTP,HTTPS}
  neutron lb-healthmonitor-create: error: argument --timeout is required
  (openstack)OSTML0204844:home$ neutron --version
  2.3.6
  (openstackdev)OSTML0204844:home$ pip install python-neutronclient==2.3.5
  Successfully installed python-neutronclient cliff simplejson cmd2 pyparsing
  (openstackdev)OSTML0204844:home$ neutron net-list
  +--------------------------------------+-------------------+----------------------------------------------------+
  | id                                   | name              | subnets                                            |
  +--------------------------------------+-------------------+----------------------------------------------------+
  | 871aceeb-720a-46b2-97fa-cdea90d0c963 | ext_net           | 81041d54-7806-4d78-967e-36b47f8177a5 10.30.40.0/24 |
  | af9ed28b-acee-4b95-97d3-45a02322bdbf | ext-net2          | 2f488c1a-6afd-4b0b-8006-cc1b2c3aaf2b 10.30.80.0/24 |
  | b1cd3520-e086-40ce-b524-c8da64320c4e | load-def-net1-125 | 04d7fa44-c04e-46d7-811e-933df5477bb4 10.125.1.0/24 |
  +--------------------------------------+-------------------+----------------------------------------------------+
  (openstackdev)OSTML0204844:home$ neutron lb-healthmonitor-create --delay 6 --max-retries 3 --timeout 5 --type TCP
  Created a new health_monitor:
  +----------------+--------------------------------------+
  | Field          | Value                                |
  +----------------+--------------------------------------+
  | admin_state_up | True                                 |
  | delay          | 6                                    |
  | id             | 46d4808c-7601-4928-8a55-e040a48a32e7 |
  | max_retries    | 3                                    |
  | pools          |                                      |
  | tenant_id      | ab98e98fc0474508b8f4a44ae05dc118     |
  | timeout        | 5                                    |
  | type           | TCP                                  |
  +----------------+--------------------------------------+

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1358751/+subscriptions


Follow ups

References