From 252445aba6b27b341d595e5974b49cc6afde7af1 Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Wed, 6 Dec 2017 11:50:17 +0000 Subject: [PATCH] Minor updates to encryption docs * Remove unnecessary quotes from the murano-engine example * Remove unnecessary from murano-engine example * Add quotes in the dashboard example. Change-Id: I5733dcc59c3c298dd85db9bb0a0df04fcc78b199 --- .../appdev-guide/encrypting_properties.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/source/admin/appdev-guide/encrypting_properties.rst b/doc/source/admin/appdev-guide/encrypting_properties.rst index b7716c764..581f7f9d7 100644 --- a/doc/source/admin/appdev-guide/encrypting_properties.rst +++ b/doc/source/admin/appdev-guide/encrypting_properties.rst @@ -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 = username = password = - project_id = user_domain_name = Similarly, place the following configuration into `_50_murano.py` to configure the murano-dashboard end:: KEY_MANAGER = { - 'auth_url': /v3', - 'username': , - 'user_domain_name': , - 'password': , - 'project_name': , - 'project_domain_name': + 'auth_url': '/v3', + 'username': '', + 'user_domain_name': '', + 'password': '', + 'project_name': '', + 'project_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