advanced-configuration-guide.rst (sahara-14.0.0) | : | advanced-configuration-guide.rst (sahara-15.0.0) | ||
---|---|---|---|---|
skipping to change at line 522 | skipping to change at line 522 | |||
(``scheduler_default_filters`` in cinder) for the Block Storage | (``scheduler_default_filters`` in cinder) for the Block Storage | |||
configuration. | configuration. | |||
* The Extended Server Attributes extension needs to be active in the Compute | * The Extended Server Attributes extension needs to be active in the Compute | |||
service (this is true by default in nova), so that the | service (this is true by default in nova), so that the | |||
``OS-EXT-SRV-ATTR:host`` property is returned when requesting instance | ``OS-EXT-SRV-ATTR:host`` property is returned when requesting instance | |||
info. | info. | |||
* The user making the call needs to have sufficient rights for the property to | * The user making the call needs to have sufficient rights for the property to | |||
be returned by the Compute service. | be returned by the Compute service. | |||
This can be done by: | This can be done by: | |||
* by changing nova's ``policy.json`` to allow the user access to the | * by changing nova's ``policy.yaml`` to allow the user access to the | |||
``extended_server_attributes`` option. | ``extended_server_attributes`` option. | |||
* by designating an account with privileged rights in the cinder | * by designating an account with privileged rights in the cinder | |||
configuration: | configuration: | |||
.. sourcecode:: cfg | .. sourcecode:: cfg | |||
os_privileged_user_name = | os_privileged_user_name = | |||
os_privileged_user_password = | os_privileged_user_password = | |||
os_privileged_user_tenant = | os_privileged_user_tenant = | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |