Update TripleO UI config template.

The default template to configure the UI
should be using TLS as quickstart use it by
default, also we use it downstream by default.

Having the old template schema makes a little bit
confuse how the endpoints should be configured.

Change-Id: I165622ae04d32398ecb76df3908c3a3fe602e18b
This commit is contained in:
Carlos Camacho 2017-07-11 12:08:55 +02:00
parent 938119cc84
commit 944646509e
1 changed files with 7 additions and 7 deletions

View File

@ -4,14 +4,14 @@ window.tripleOUiConfig = {
// A valid Keystone service URL is required. The other endpoints
// will then be obtained automatically from the Keystone catalog.
//
// 'keystone': 'http://192.0.2.1:5000/v3',
// 'keystone': 'https://192.168.24.2/keystone/v3',
//
// 'heat': 'http://192.0.2.1:8004/v1/%(project_id)s',
// 'ironic': 'http://192.0.2.1:6385',
// 'ironic-inspector': 'http://192.0.2.1:5050',
// 'mistral': 'http://192.0.2.1:8989/v2',
// 'swift': 'http://192.0.2.1:8080/v1/AUTH_%(project_id)s',
// 'zaqar-websocket': 'ws://192.0.2.1:9000',
// 'heat': 'https://192.168.24.2/heat/v1/%(project_id)s',
// 'ironic': 'https://192.168.24.2/ironic',
// 'ironic-inspector': 'https://192.168.24.2/ironic-inspector',
// 'mistral': 'https://192.168.24.2/mistral/v2',
// 'swift': 'https://192.168.24.2/swift/v1/AUTH_%(project_id)s',
// 'zaqar-websocket': 'wss://192.168.24.2/zaqar',
// Default websocket queue name
// 'zaqar_default_queue': 'tripleo',