support-keystoneclient-option

Some users may want to create keystoneclient by specifying the
type of endpoint and region name, so we need to supply the option
for user to choose.

Implements: blueprint support-keystoneclient-option

Change-Id: I49b33a69ec99d2a91568ce27ef89dc80b75e7091
This commit is contained in:
chenke
2019-05-09 22:18:49 +08:00
committed by Matt Riedemann
parent 9922dec025
commit f131825690
5 changed files with 57 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
features:
- |
Add keystone_client Group for user to configure 'interface' and 'region_name'
by watcher.conf. The default value of 'interface' is 'admin'.