Add Barbican user to the list of subcloud users.

Distributed Cloud manager need to know about Barbican user in order
to retrieve its username and password for subclouds configuration in
the config_subcloud script.

Change-Id: I59d5a2fd79a88ba1690b1586fbd0c426d6bc114a
Story: 2003108
Task: 27700
Signed-off-by: Alex Kozyrev <alex.kozyrev@windriver.com>
This commit is contained in:
Alex Kozyrev 2018-12-12 15:11:30 -05:00
parent 149979407e
commit d1e5526d84
1 changed files with 2 additions and 1 deletions

View File

@ -355,7 +355,8 @@ class SubcloudsController(object):
('neutron', 'neutron'),
('heat_admin', 'heat-domain'),
('gnocchi', 'gnocchi'),
('fm', 'fm')
('fm', 'fm'),
('barbican', 'barbican')
]
user_list = list()