Comment out REMOTE_NOVA_BAREMETAL_CREDS setting

Fixes: bug #1216930

Change-Id: I4875aec282eb36eb04ba59847203eb522a507286
This commit is contained in:
Jiri Tomasek 2013-08-26 16:01:44 +02:00
parent 830ecc9d6e
commit 4d27cd550b

View File

@ -384,13 +384,13 @@ TUSKAR_ENDPOINT_URL = "http://127.0.0.1:6385"
# 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>'
}
# 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',