1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 | default: ost
environments:
ost:
type: openstack
use-floating-ip: true
use-default-secgroup: false
# The Keystone URL
auth-url: http://10.0.0.230:5000/v2.0
region: RegionOne
network: internalnet_juju
# How to authenticate to OpenStack. In this case, with user 'demo' from the
# 'demo' tenant using password 'password'
auth-mode: userpass
tenant-name: admin
username: admin
password: MYPASS
|