mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 10:58:25 +00:00
docs: Fix typo on openstack cloud-auto-join
This commit is contained in:
parent
ea683ebb6c
commit
f6eaf74de2
@ -242,13 +242,13 @@ This returns the first private IP address of all servers for the given
|
|||||||
`region` with the given `tag_key` and `tag_value`.
|
`region` with the given `tag_key` and `tag_value`.
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
$ consul agent -retry-join "provider=os tag_key=consul tag_value=server username=... password=... auth_url=..."
|
$ consul agent -retry-join "provider=os tag_key=consul tag_value=server user_name=... password=... auth_url=..."
|
||||||
```
|
```
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"retry_join": [
|
"retry_join": [
|
||||||
"provider=os tag_key=consul tag_value=server username=... password=... auth_url=..."
|
"provider=os tag_key=consul tag_value=server user_name=... password=... auth_url=..."
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user