File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,16 +241,6 @@ function configure_nova {
241241
242242 # Get the sample configuration file in place
243243 cp $NOVA_DIR/etc/nova/api-paste.ini $NOVA_CONF_DIR
244-
245- # Comment out the keystone configs in Nova's api-paste.ini.
246- # We are using nova.conf to configure this instead.
247- inicomment $NOVA_API_PASTE_INI filter:authtoken auth_host
248- inicomment $NOVA_API_PASTE_INI filter:authtoken auth_protocol
249- inicomment $NOVA_API_PASTE_INI filter:authtoken admin_tenant_name
250- inicomment $NOVA_API_PASTE_INI filter:authtoken cafile
251- inicomment $NOVA_API_PASTE_INI filter:authtoken admin_user
252- inicomment $NOVA_API_PASTE_INI filter:authtoken admin_password
253- inicomment $NOVA_API_PASTE_INI filter:authtoken signing_dir
254244 fi
255245
256246 if is_service_enabled n-cpu; then
You can’t perform that action at this time.
0 commit comments