Some cleanup
Change-Id: I5f1337afae3df199b100ad934119704794e77553
This commit is contained in:
parent
0f79632f94
commit
033544c9c5
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user