Skip to content

Commit 076d0ae

Browse files
authored
fix indentation in example provider config (#122)
1 parent ebfef0f commit 076d0ae

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tools/cloudlist/running.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,18 @@ The default provider config file should be located at `$HOME/.config/cloudlist/p
186186
# consul_http_auth: <consul-http-auth-value>
187187

188188
- provider: openstack # provider is the name of the provider
189-
# id is the name of the provider id
190-
id: staging
191-
# identity_endpoint is OpenStack identity endpoint used to authenticate
192-
identity_endpoint: $OS_IDENTITY_ENDPOINT
193-
# domain_name is OpenStack domain name used to authenticate
194-
domain_name: $OS_DOMAIN_NAME
195-
# tenant_name is OpenStack project name
196-
tenant_name: $OS_TENANT_NAME
197-
# username is OpenStack username used to authenticate
198-
username: $OS_USERNAME
199-
# password is OpenStack password used to authenticate
200-
password: $OS_PASSWORD
189+
# id is the name of the provider id
190+
id: staging
191+
# identity_endpoint is OpenStack identity endpoint used to authenticate
192+
identity_endpoint: $OS_IDENTITY_ENDPOINT
193+
# domain_name is OpenStack domain name used to authenticate
194+
domain_name: $OS_DOMAIN_NAME
195+
# tenant_name is OpenStack project name
196+
tenant_name: $OS_TENANT_NAME
197+
# username is OpenStack username used to authenticate
198+
username: $OS_USERNAME
199+
# password is OpenStack password used to authenticate
200+
password: $OS_PASSWORD
201201

202202
- provider: kubernetes # provider is the name of the provider
203203
# id is the name of the provider id

0 commit comments

Comments
 (0)