Switch to use new barbican endpoint

Change-Id: Ie5f8d146430d6a94c22ad0f5175f492ea1985d19
This commit is contained in:
Jeremy Liu
2017-11-13 10:09:22 +08:00
parent 77eedac597
commit 15496e0c0f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
[keymanager]
#Replace values that represent barbican server and user information
url=http://localhost:9311
url=http://localhost/key-manager
username=barbican
password=secretservice
project_name=service

View File

@@ -42,7 +42,7 @@ def setup_config(config_file=''):
keymanager_group = cfg.OptGroup(name='keymanager')
keymanager_options = [
cfg.StrOpt('url', default='http://localhost:9311'),
cfg.StrOpt('url', default='http://localhost/key-manager'),
cfg.StrOpt('username', default='admin'),
cfg.StrOpt('password', default='secretadmin'),
cfg.StrOpt('project_name', default='admin'),