summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/functional_tests.conf2
-rw-r--r--functionaltests/common/config.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/functional_tests.conf b/etc/functional_tests.conf
index 9bff4ad..4ba58ee 100644
--- a/etc/functional_tests.conf
+++ b/etc/functional_tests.conf
@@ -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
diff --git a/functionaltests/common/config.py b/functionaltests/common/config.py
index 4cee242..dbe4f29 100644
--- a/functionaltests/common/config.py
+++ b/functionaltests/common/config.py
@@ -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'),