1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 | beis5:
type: openstack
control-bucket: d38aa4e0-8182-11e4-xxxx-xxxxxxxxxxxx
admin-secret: xxxx
auth-url: http://x.x.x.x:5000/v2.0
region: myregionname
username: me
password: changeme
tenant-name: me
image-stream: daily
apt-http-proxy: http://x.x.x.x:8000 # my maas controller
network: bc3896af-5e9e-453d-xxxx-xxxxxxxxxxxx
use-default-secgroup: true
# when i work with bleeding edge juju versions,
# i enable/disable one of these:
# agent-stream: proposed
# agent-stream: devel
|