Minor updates to encryption docs

* Remove unnecessary quotes from the murano-engine example

* Remove unnecessary <project_id> from murano-engine example

* Add quotes in the dashboard example.

Change-Id: I5733dcc59c3c298dd85db9bb0a0df04fcc78b199
This commit is contained in:
Paul Bourke 2017-12-06 11:50:17 +00:00
parent 0e9dbd13bc
commit 252445aba6
1 changed files with 9 additions and 8 deletions

View File

@ -26,25 +26,26 @@ To configure Murano to use Barbican, place the following configuration into
`murano-engine.conf`::
[key_manager]
auth_type = 'keystone_password'
auth_type = keystone_password
auth_url = <keystone_url>
username = <username>
password = <password>
project_id = <project_id>
user_domain_name = <domain_name>
Similarly, place the following configuration into `_50_murano.py` to configure
the murano-dashboard end::
KEY_MANAGER = {
'auth_url': <keystone_url>/v3',
'username': <username>,
'user_domain_name': <domain_name>,
'password': <password>,
'project_name': <project_name>,
'project_domain_name': <domain_name>
'auth_url': '<keystone_url>/v3',
'username': '<username>',
'user_domain_name': '<domain_name>',
'password': '<password>',
'project_name': '<project_name>',
'project_domain_name': '<domain_name>'
}
.. note:: Horizon config must be valid Python, so the quotes above are important.
Example
-------
`encryptData(foo)`: Call to encrypt string `foo` in storage. Will return a