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:
@@ -493,8 +493,8 @@ Selecting the OpenStack driver adds the following options to the
|
|||||||
to be able to reach instances.
|
to be able to reach instances.
|
||||||
|
|
||||||
More information about the contents of `clouds.yaml` can be
|
More information about the contents of `clouds.yaml` can be
|
||||||
found in `the os-client-config documentation
|
found in `the openstacksdk documentation
|
||||||
<http://docs.openstack.org/developer/os-client-config/>`_.
|
<https://docs.openstack.org/openstacksdk/>`_.
|
||||||
|
|
||||||
.. attr:: boot-timeout
|
.. attr:: boot-timeout
|
||||||
:type: int seconds
|
:type: int seconds
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class TestShadeIntegration(tests.IntegrationTestCase):
|
|||||||
|
|
||||||
def test_nodepool_provider_config_bad(self):
|
def test_nodepool_provider_config_bad(self):
|
||||||
# nodepool doesn't support clouds.yaml-less config anymore
|
# 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.
|
# error.
|
||||||
self.assertRaises(
|
self.assertRaises(
|
||||||
voluptuous.MultipleInvalid,
|
voluptuous.MultipleInvalid,
|
||||||
|
|||||||
Reference in New Issue
Block a user