diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 54a227e2d..7f69760d4 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -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 - `_. + found in `the openstacksdk documentation + `_. .. attr:: boot-timeout :type: int seconds diff --git a/nodepool/tests/unit/test_sdk_integration.py b/nodepool/tests/unit/test_sdk_integration.py index a621ca22d..3382f9793 100644 --- a/nodepool/tests/unit/test_sdk_integration.py +++ b/nodepool/tests/unit/test_sdk_integration.py @@ -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,