Update spec for configurable-instance-hostnames

We're going to allow non-admin users to see 'OS-EXT-SRV-ATTR:hostname',
since they can now configure this.

Change-Id: Ice40f4ad60c9625b3f95c4bf429991412d183a8f
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2021-01-22 16:44:11 +00:00
parent a218e65dc0
commit 95e7b32e7b
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,9 @@ Where multiple instances are requested, hostnames will be suffixed with
``-{idx}``, where ``{idx}`` is a 1-based index. If the combined name and suffix ``-{idx}``, where ``{idx}`` is a 1-based index. If the combined name and suffix
would exceed the 63 character limit, the name will be rejected. would exceed the 63 character limit, the name will be rejected.
The ``OS-EXT-SRV-ATTR:hostname`` instance attribute, which is currently
admin-only, will now be shown for non-admin users, since it doesn't make sense
to allow users to configure the value but not see it.
Alternatives Alternatives
------------ ------------
@ -103,6 +106,9 @@ When updating the hostname of an existing instance, the ``dns_name`` attribute
of the port(s) in neutron will be updated, as will the ``hostname`` attribute of the port(s) in neutron will be updated, as will the ``hostname`` attribute
exposed via the metadata service. exposed via the metadata service.
The ``OS-EXT-SRV-ATTR:hostname`` instance attribute, which is currently
admin-only, will now be accessible by non-admin users.
Security impact Security impact
--------------- ---------------