Switch to use new barbican endpoint
Change-Id: Ie5f8d146430d6a94c22ad0f5175f492ea1985d19
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user