-
Notifications
You must be signed in to change notification settings - Fork 32
/
openstack_clis_with_wetty.pmx
34 lines (34 loc) · 1.09 KB
/
openstack_clis_with_wetty.pmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
name: OpenStack CLIs with wetty
description: 'OpenStack CLIs - using wetty Terminal in Chrome
Browser'
keywords: openstack, cli, wetty, public
type: Ubuntu
documentation: "OpenStack CLIs with wetty\n=======================\nInstalls a [wetty
terminal](https://github.com/krishnasrinivas/wetty) with all the latest OpenStack
CLIs.\n \nInteract with OpenStack CLIs via your browser terminal - Only **Chrome**
is supported.\n\n##Setup\nFill in your OpenStack specific creds in the service details
section.\n In order to view your application after running, browse to http://panamax.local:8000.
\nDefault username and password are:\n\nUsername:**term**\n\nPassword:**term**\n"
images:
- name: OpenStackCLIs
source: centurylink/openstack-cli-wetty:latest
category: CLIs
type: Default
expose:
- '3000'
ports:
- host_port: '8000'
container_port: '3000'
proto: TCP
environment:
- variable: OS_AUTH_URL
value: ''
- variable: OS_REGION_NAME
value: ''
- variable: OS_TENANT_NAME
value: ''
- variable: OS_USERNAME
value: ''
- variable: OS_PASSWORD
value: ''