Merge "[api-ref]Host name is not necessary to contain '@'"

This commit is contained in:
Zuul 2019-10-07 21:23:21 +00:00 committed by Gerrit Code Review
commit 51f853d126
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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