Skip to content

Instantly share code, notes, and snippets.

@weshayutin
Created April 21, 2017 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weshayutin/0af348fafd70cb56c96d6856f073d79b to your computer and use it in GitHub Desktop.
Save weshayutin/0af348fafd70cb56c96d6856f073d79b to your computer and use it in GitHub Desktop.
(undercloud) [stack@undercloud ~]$ openstack catalog show heat
+-----------+-----------------------------------------------------------------------------+
| Field | Value |
+-----------+-----------------------------------------------------------------------------+
| endpoints | regionOne |
| | publicURL: https://192.168.24.2:13004/v1/c75168f792154ee2a4b34cf76414ab20 |
| | internalURL: http://192.168.24.3:8004/v1/c75168f792154ee2a4b34cf76414ab20 |
| | adminURL: http://192.168.24.3:8004/v1/c75168f792154ee2a4b34cf76414ab20 |
| | |
| name | heat |
| type | orchestration |
+-----------+-----------------------------------------------------------------------------+
(undercloud) [stack@undercloud ~]$ openstack catalog show swift
+-----------+----------------------------------------------------------------------------------+
| Field | Value |
+-----------+----------------------------------------------------------------------------------+
| endpoints | regionOne |
| | publicURL: https://192.168.24.2:13808/v1/AUTH_c75168f792154ee2a4b34cf76414ab20 |
| | internalURL: http://192.168.24.3:8080/v1/AUTH_c75168f792154ee2a4b34cf76414ab20 |
| | adminURL: http://192.168.24.3:8080 |
| | |
| name | swift |
| type | object-store |
+-----------+----------------------------------------------------------------------------------+
window.tripleOUiConfig = {
// Service URLs (defaults to UI host)
//
// A valid Keystone service URL is required. The other endpoints
// will then be obtained automatically from the Keystone catalog.
//
'keystone': 'http://localhost:5000/v2.0',
'heat': 'http://localhost:8004/v1/c75168f792154ee2a4b34cf76414ab20',
'ironic': 'http://localhost:6385',
'mistral': 'http://localhost:8989/v2',
'swift': 'http://192.168.24.3:8080/v1/AUTH_c75168f792154ee2a4b34cf76414ab20',
'zaqar-websocket': 'ws://localhost:9000',
// Default websocket queue name
'zaqar_default_queue': 'tripleo',
// Languages
// If you choose more than one language, a language switcher will appear in
// the navigation bar.
// Only 'en' (English) is enabled by default.
'languages': ['en-GB', 'en', 'de', 'ja', 'ko-KR', 'zh-CN', 'es'],
// Logging
// 'loggers': ['console']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment