Update os-client-config references to openstacksdk

Nodepool's OpenStack driver relies on openstacksdk directly for
configuration handling now, no longer os-client-config. Update the
references in documentation and code comments accordingly.

Change-Id: I8850bce4a226aa550038f02cdb027b9613ce0ae2
This commit is contained in:
Jeremy Stanley
2019-06-04 20:03:03 +00:00
parent e02b9d6097
commit 74f960848c
2 changed files with 3 additions and 3 deletions

View File

@@ -493,8 +493,8 @@ Selecting the OpenStack driver adds the following options to the
to be able to reach instances.
More information about the contents of `clouds.yaml` can be
found in `the os-client-config documentation
<http://docs.openstack.org/developer/os-client-config/>`_.
found in `the openstacksdk documentation
<https://docs.openstack.org/openstacksdk/>`_.
.. attr:: boot-timeout
:type: int seconds

View File

@@ -42,7 +42,7 @@ class TestShadeIntegration(tests.IntegrationTestCase):
def test_nodepool_provider_config_bad(self):
# nodepool doesn't support clouds.yaml-less config anymore
# Assert that we get a nodepool error and not an os-client-config
# Assert that we get a nodepool error and not an openstacksdk
# error.
self.assertRaises(
voluptuous.MultipleInvalid,