mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 10:28:31 +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`.
|
||||
|
||||
```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
|
||||
{
|
||||
"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