Create octavia project/user based on given values

This patch makes sure that t-h-t creates keystone resources for octavia
service according to OctaviaProjectName and OctaviaUserName, which are
used to specify the project name and the user name for octavia user.

Depends-on: https://review.opendev.org/#/c/712191/
Change-Id: Ia783ad1f0afbf10bbcaf6b66c727e0a084e97411
This commit is contained in:
Takashi Kajinami 2020-02-23 23:16:54 +09:00
parent 38a95f12b1
commit 815665849e
1 changed files with 2 additions and 0 deletions

View File

@ -142,8 +142,10 @@ outputs:
public: {get_param: [EndpointMap, OctaviaPublic, uri]}
internal: {get_param: [EndpointMap, OctaviaInternal, uri]}
admin: {get_param: [EndpointMap, OctaviaAdmin, uri]}
project: {get_param: OctaviaProjectName}
users:
octavia:
name: {get_param: OctaviaUserName}
password: {get_param: OctaviaPassword}
region: {get_param: KeystoneRegion}
service: 'load-balancer'