Merge "Allow placement endpoint interface to be set"
This commit is contained in:
commit
a2b85463b4
@ -28,6 +28,13 @@ Possible values:
|
|||||||
|
|
||||||
* Any string representing region name
|
* Any string representing region name
|
||||||
"""),
|
"""),
|
||||||
|
cfg.StrOpt('os_interface',
|
||||||
|
default="public",
|
||||||
|
choices=["public", "admin", "internal"],
|
||||||
|
help="""
|
||||||
|
Endpoint interface for this node. This is used when picking the URL in the
|
||||||
|
service catalog.
|
||||||
|
""")
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- The placement API can be set to connect to a specific
|
||||||
|
keystone endpoint interface using the ``os_interface``
|
||||||
|
option in the ``[placement]`` section inside ``nova.conf``.
|
||||||
|
This value is not required and will default to ``public``.
|
||||||
|
Other acceptable options are ``admin`` or ``internal``.
|
Loading…
Reference in New Issue
Block a user