From 033544c9c5ceccc614877743bd0e540321d77752 Mon Sep 17 00:00:00 2001 From: Dave McCowan Date: Fri, 23 Oct 2015 08:20:44 -0400 Subject: [PATCH] Some cleanup Change-Id: I5f1337afae3df199b100ad934119704794e77553 --- README.md | 4 ++-- etc/marshal/marshal.conf | 4 ++-- tmp/license_vault.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 008b4b5..cba2942 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ #### Clone to local repository: #####Via SSH: -```$ git clone git@github.com:CiscoCloud/marshal.git ``` +```$ git clone git@github.com:openstack/marshal.git ``` #####Via HTTPS: -```$ git clone https://github.com/CiscoCloud/marshal.git ``` +```$ git clone https://github.com/openstack/marshal.git ``` ### Software Requirements diff --git a/etc/marshal/marshal.conf b/etc/marshal/marshal.conf index a873b24..f482a41 100644 --- a/etc/marshal/marshal.conf +++ b/etc/marshal/marshal.conf @@ -15,10 +15,10 @@ log_file = /var/log/marshal/marshal.log #kms_type=barbican kms_type=vault #barbican -#kms_base=http://173.39.229.98:9311/v1 +#kms_base=http://localhost:9311/v1 #kms_get_key_api=/secrets/ #vault -#kms_base=http://173.39.225.119:80/v1 +#kms_base=http://localhost:80/v1 kms_get_key_api=/secret/project/name/apikey [crypt] diff --git a/tmp/license_vault.json b/tmp/license_vault.json index ab37477..6f8ac86 100644 --- a/tmp/license_vault.json +++ b/tmp/license_vault.json @@ -5,7 +5,7 @@ "token":"e391ee37-b8fb-69c0-e3fd-7d485b2b516a" }, "endpoint": { - "kms_base":"http://173.39.225.119:80/v1", + "kms_base":"http://localhost:80/v1", "kms_get_key_api":"/secret/project/name/apikey" } }