diff options
Diffstat (limited to 'local_settings.py.example')
-rw-r--r-- | local_settings.py.example | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index ac2ec28b..1e57b471 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -381,17 +381,6 @@ SECURITY_GROUP_RULES = { TUSKAR_ENDPOINT_URL = "http://127.0.0.1:8585" -# The REMOTE_NOVA_BAREMETAL_CREDS settings can be used to connect to a remote -# Nova Baremetal instance instead of the one defined in the Keystone service -# catalog. -# REMOTE_NOVA_BAREMETAL_CREDS = { -# 'user': 'admin', -# 'password': 'password', -# 'tenant': 'admin', -# 'auth_url': 'http://localhost:5000/v2.0/', -# 'bypass_url': 'http://<OS_AUTH_HOST>:8774/v2/<ADMIN_TENANT_ID>' -# } - OVERCLOUD_CREDS = { 'user': 'admin', 'password': 'password', |