tempest_lib.exceptions.CommandFailed: Command '['/opt/stack/new/python-novaclient/.tox/functional/bin/keystone'

Bug #1540177 reported by Takashi Natsume
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Gate
New
Undecided
Unassigned

Bug Description

See

http://logs.openstack.org/37/273337/3/gate/gate-novaclient-dsvm-functional/029b144/console.html

2016-01-31 18:55:21.390 | 2016-01-31 18:55:21.369 | ======================================================================
2016-01-31 18:55:21.391 | 2016-01-31 18:55:21.371 | FAIL: novaclient.tests.functional.v2.legacy.test_flavor_access.TestFlvAccessNovaClient.test_add_access_non_public_flavor
2016-01-31 18:55:21.394 | 2016-01-31 18:55:21.373 | tags: worker-0
2016-01-31 18:55:21.396 | 2016-01-31 18:55:21.375 | ----------------------------------------------------------------------
2016-01-31 18:55:21.432 | 2016-01-31 18:55:21.378 | Empty attachments:
2016-01-31 18:55:21.432 | 2016-01-31 18:55:21.380 | stderr
2016-01-31 18:55:21.432 | 2016-01-31 18:55:21.382 | stdout
2016-01-31 18:55:21.433 | 2016-01-31 18:55:21.384 |
2016-01-31 18:55:21.433 | 2016-01-31 18:55:21.385 | pythonlogging:'': {{{2016-01-31 18:55:20,153 21726 WARNING [novaclient.api_versions] Your request was processed by a Nova API which does not support microversions (X-OpenStack-Nova-API-Version header is missing from response). Warning: Response may be incorrect.}}}
2016-01-31 18:55:21.433 | 2016-01-31 18:55:21.391 |
2016-01-31 18:55:21.433 | 2016-01-31 18:55:21.393 | Traceback (most recent call last):
2016-01-31 18:55:21.433 | 2016-01-31 18:55:21.395 | File "novaclient/tests/functional/base.py", line 299, in setUp
2016-01-31 18:55:21.433 | 2016-01-31 18:55:21.397 | self.name_generate('v' + self.COMPUTE_API_VERSION))
2016-01-31 18:55:21.434 | 2016-01-31 18:55:21.399 | File "/opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/tempest_lib/cli/base.py", line 163, in keystone
2016-01-31 18:55:21.434 | 2016-01-31 18:55:21.401 | 'keystone', action, flags, params, fail_ok, merge_stderr)
2016-01-31 18:55:21.434 | 2016-01-31 18:55:21.403 | File "/opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/tempest_lib/cli/base.py", line 368, in cmd_with_auth
2016-01-31 18:55:21.434 | 2016-01-31 18:55:21.405 | self.cli_dir)
2016-01-31 18:55:21.434 | 2016-01-31 18:55:21.407 | File "/opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/tempest_lib/cli/base.py", line 68, in execute
2016-01-31 18:55:21.434 | 2016-01-31 18:55:21.409 | result_err)
2016-01-31 18:55:21.435 | 2016-01-31 18:55:21.412 | tempest_lib.exceptions.CommandFailed: Command '['/opt/stack/new/python-novaclient/.tox/functional/bin/keystone', '--os-username', 'admin', '--os-tenant-name', 'admin', '--os-password', 'secretadmin', '--os-auth-url', 'http://127.0.0.1:35357/v2.0', 'tenant-create', '--name', 'v2.1-c40cce98-4303-49cf-b9f2-7d22b3f69df4', '--enabled', 'True']' returned non-zero exit status 1.
2016-01-31 18:55:21.435 | 2016-01-31 18:55:21.414 | stdout:
2016-01-31 18:55:21.438 | 2016-01-31 18:55:21.416 |
2016-01-31 18:55:21.440 | 2016-01-31 18:55:21.419 | stderr:
2016-01-31 18:55:21.443 | 2016-01-31 18:55:21.422 | /opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
2016-01-31 18:55:21.445 | 2016-01-31 18:55:21.425 | 'python-keystoneclient.', DeprecationWarning)
2016-01-31 18:55:21.448 | 2016-01-31 18:55:21.427 | /opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/keystoneclient/v2_0/client.py:145: DeprecationWarning: Constructing an instance of the keystoneclient.v2_0.client.Client class without a session is deprecated as of the 1.7.0 release and may be removed in the 2.0.0 release.
2016-01-31 18:55:21.450 | 2016-01-31 18:55:21.429 | 'the 2.0.0 release.', DeprecationWarning)
2016-01-31 18:55:21.452 | 2016-01-31 18:55:21.432 | /opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/keystoneclient/v2_0/client.py:147: DeprecationWarning: Using the 'tenant_name' argument is deprecated in version '1.7.0' and will be removed in version '2.0.0', please use the 'project_name' argument instead
2016-01-31 18:55:21.476 | 2016-01-31 18:55:21.434 | super(Client, self).__init__(**kwargs)
2016-01-31 18:55:21.476 | 2016-01-31 18:55:21.442 | /opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/debtcollector/renames.py:45: DeprecationWarning: Using the 'tenant_id' argument is deprecated in version '1.7.0' and will be removed in version '2.0.0', please use the 'project_id' argument instead
2016-01-31 18:55:21.477 | 2016-01-31 18:55:21.444 | return f(*args, **kwargs)
2016-01-31 18:55:21.477 | 2016-01-31 18:55:21.446 | /opt/stack/new/python-novaclient/.tox/functional/local/lib/python2.7/site-packages/keystoneclient/httpclient.py:376: DeprecationWarning: Constructing an HTTPClient instance without using a session is deprecated as of the 1.7.0 release and may be removed in the 2.0.0 release.
2016-01-31 18:55:21.477 | 2016-01-31 18:55:21.454 | 'the 2.0.0 release.', DeprecationWarning)
2016-01-31 18:55:21.477 | 2016-01-31 18:55:21.457 | The resource could not be found. (HTTP 404) (Request-ID: req-c59a6ae0-4e23-47d5-bad3-e5fe4c858060)

summary: tempest_lib.exceptions.CommandFailed: Command '['/opt/stack/new/python-
- novaclient/.tox/functional/bin/keystone', '--os-username', 'admin', '--
- os-tenant-name', 'admin', '--os-password', 'secretadmin', '--os-auth-
- url', 'http://127.0.0.1:35357/v2.0', 'tenant-create', '--name',
- 'v2.1-c40cce98-4303-49cf-b9f2-7d22b3f69df4', '--enabled', 'True']'
+ novaclient/.tox/functional/bin/keystone'
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.