python-novaclient/novaclient
Andrey Kurilin 13463268db Fix unit and functional tests
stable/kilo branch is broken due to next reasons:
1) unittests requires capped oslo libraries and mock
2) functional tests cannot access to credentials via environment variables

Both issues block each other, so we need to squach several commits.

Fix for functional tests is done via backporting patches:
* refactor functional test base class to no inherit from tempest_lib
  Conflicts: None
  Change-Id: I716be51d7d1825a757934298f06b2f04d64cf0dd
  (cherry picked from commit 420dc2884a)

* pass credentials via config file instead of magic
  Conflicts: README.rst
  Change-Id: Ifdab38a03c94f51d30449149c0dbd9c6265460a5
  (cherry picked from commit 6379287480)

Unittest doesn't require full sync with global-requrements, so only
oslo.i18n, oslo.serialization and mock are updated.

Change-Id: I5ecd52abcaf0da1b067e70d7b19297305af19174
2015-07-16 15:37:51 +00:00
..
openstack Curl statements to include globoff for IPv6 URLs 2014-11-14 14:27:03 +00:00
tests Fix unit and functional tests 2015-07-16 15:37:51 +00:00
v1_1 Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
v2 Ensure the use of volume endpoint in volumes apis 2015-03-17 01:19:11 +00:00
__init__.py Migrate to pbr. 2013-05-19 10:00:38 +03:00
auth_plugin.py debug level logs should not be translated 2014-05-13 11:39:13 +02:00
base.py Ensure the use of volume endpoint in volumes apis 2015-03-17 01:19:11 +00:00
client.py Ensure the use of volume endpoint in volumes apis 2015-03-17 01:19:11 +00:00
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Add retry_after only to exceptions supporting it 2014-09-18 13:07:17 +02:00
extension.py Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
i18n.py Port to use oslo.i18n 2014-10-16 01:19:48 +03:00
service_catalog.py Enable check for E127 2014-10-23 14:28:50 +00:00
shell.py Merge "allow --endpoint-type internal|admin|public" 2015-02-26 01:21:18 +00:00
utils.py Change logic in find_resource() to identify upper-case/lower-case name. 2015-02-05 02:48:24 +00:00