f7289a5aca
Before os-client-config and shade, we would include cloud credentials in nodepool.yaml. But now comes the time where we can remove these settings in favor of using a local clouds.yaml file. Change-Id: Ie7af6dcd56dc48787f280816de939d07800e9d11 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
8 lines
120 B
YAML
8 lines
120 B
YAML
clouds:
|
|
fake:
|
|
auth:
|
|
usernmae: 'fake'
|
|
password: 'fake'
|
|
project_id: 'fake'
|
|
auth_url: 'fake'
|