Skip to content

Commit 1d6372f

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix double slash in adminUrl"
2 parents 94b809f + 8637f73 commit 1d6372f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packstack/plugins/keystone_100.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ def create_manifest(config, messages):
775775
config['CONFIG_KEYSTONE_HOST_URL'],
776776
config['CONFIG_KEYSTONE_API_VERSION']
777777
)
778-
config['CONFIG_KEYSTONE_ADMIN_URL'] = "http://%s:35357/" % (
778+
config['CONFIG_KEYSTONE_ADMIN_URL'] = "http://%s:35357" % (
779779
config['CONFIG_KEYSTONE_HOST_URL']
780780
)
781781

0 commit comments

Comments
 (0)