File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -186,18 +186,18 @@ The default provider config file should be located at `$HOME/.config/cloudlist/p
186
186
# consul_http_auth: <consul-http-auth-value>
187
187
188
188
- 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
201
201
202
202
- provider : kubernetes # provider is the name of the provider
203
203
# id is the name of the provider id
You can’t perform that action at this time.
0 commit comments