diff options
Diffstat (limited to 'doc/source/configuration/settings.rst')
-rw-r--r-- | doc/source/configuration/settings.rst | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/source/configuration/settings.rst b/doc/source/configuration/settings.rst index e01f30e..791cc11 100644 --- a/doc/source/configuration/settings.rst +++ b/doc/source/configuration/settings.rst | |||
@@ -804,7 +804,6 @@ Default: | |||
804 | 'compute': 'nova_policy.json', | 804 | 'compute': 'nova_policy.json', |
805 | 'volume': 'cinder_policy.json', | 805 | 'volume': 'cinder_policy.json', |
806 | 'image': 'glance_policy.json', | 806 | 'image': 'glance_policy.json', |
807 | 'orchestration': 'heat_policy.json', | ||
808 | 'network': 'neutron_policy.json', | 807 | 'network': 'neutron_policy.json', |
809 | } | 808 | } |
810 | 809 | ||
@@ -1125,29 +1124,6 @@ Default: | |||
1125 | Used to customize features related to the image service, such as the list of | 1124 | Used to customize features related to the image service, such as the list of |
1126 | supported image formats. | 1125 | supported image formats. |
1127 | 1126 | ||
1128 | Heat | ||
1129 | ---- | ||
1130 | |||
1131 | OPENSTACK_HEAT_STACK | ||
1132 | ~~~~~~~~~~~~~~~~~~~~ | ||
1133 | |||
1134 | .. versionadded:: 9.0.0(Mitaka) | ||
1135 | |||
1136 | Default: | ||
1137 | |||
1138 | .. code-block:: python | ||
1139 | |||
1140 | { | ||
1141 | 'enable_user_pass': True | ||
1142 | } | ||
1143 | |||
1144 | A dictionary of settings to use with heat stacks. Currently, the only setting | ||
1145 | available is "enable_user_pass", which can be used to disable the password | ||
1146 | field while launching the stack. Currently HEAT API needs user password to | ||
1147 | perform all the heat operations because in HEAT API trusts is not enabled by | ||
1148 | default. So, this setting can be set as "False" in-case HEAT uses trusts by | ||
1149 | default otherwise it needs to be set as "True". | ||
1150 | |||
1151 | Keystone | 1127 | Keystone |
1152 | -------- | 1128 | -------- |
1153 | 1129 | ||