Updated openstack/openstack

Project: openstack/python-cinderclient  0618b9b95439d921c70de186451310d394d11733

Do not require network for test_noauth_plugin()

While running the unittests, test_noauth_plugin() needs network access
and fails in build environments where no network is available:

keystoneauth1.exceptions.connection.ConnectFailure: Unable to establish \
  connection to http://example.com/v2/admin/volumes/detail: HTTPConnectionPool \
  (host='example.com', port=80): Max retries exceeded with url: /v2/admin/ \
  volumes/detail (Caused by NewConnectionError('<requests.packages.urllib3. \
  connection.HTTPConnection object at 0x7f04c4394290>: Failed to establish a \
  new connection: [Errno -3] Temporary failure in name resolution',))

Prevent the need of network access to be able to run the unittest in such build
envs.

Closes-Bug: #1695009
Change-Id: I123919f29de7cb72a780b5f134a5bfaa404f5b53
This commit is contained in:
Jenkins 2017-06-02 11:09:35 +00:00 committed by Gerrit Code Review
parent 7663dc8e49
commit 2241222900
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e3743623c31fbc4b3a0f2f9fd608d168fec79355
Subproject commit 0618b9b95439d921c70de186451310d394d11733