Merge "[api-ref]Host name is not necessary to contain '@'"
This commit is contained in:
commit
51f853d126
@ -665,7 +665,7 @@ has_dependent_backups:
|
||||
host:
|
||||
description: |
|
||||
The OpenStack Block Storage host where the
|
||||
existing volume resides. Host format is ``host@backend``.
|
||||
existing volume resides.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
@ -677,7 +677,8 @@ host_name:
|
||||
type: string
|
||||
host_name_1:
|
||||
description: |
|
||||
The name of the host that hosts the storage backend.
|
||||
The name of the host that hosts the storage backend,
|
||||
may take the format of ``host@backend``.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
|
@ -1314,7 +1314,7 @@ has_dependent_backups:
|
||||
host:
|
||||
description: |
|
||||
The OpenStack Block Storage host where the
|
||||
existing volume resides. Host format is ``host@backend``.
|
||||
existing volume resides.
|
||||
in: body
|
||||
required: true
|
||||
type: object
|
||||
@ -1333,7 +1333,8 @@ host_name:
|
||||
type: string
|
||||
host_name_backend:
|
||||
description: |
|
||||
The name of the host that hosts the storage backend.
|
||||
The name of the host that hosts the storage backend,
|
||||
may take the format of ``host@backend``.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
|
Loading…
Reference in New Issue
Block a user