fix maas cluster .region binding
* maas.region state fails as default bind port was 80
instead of passed one.
PROD-18527
Change-Id: I09eab6cf4541d6d88eec3126c73e9cfe457849d0
diff --git a/tests/pillar/maas_region.sls b/tests/pillar/maas_region.sls
index 607b472..a150389 100644
--- a/tests/pillar/maas_region.sls
+++ b/tests/pillar/maas_region.sls
@@ -3,13 +3,15 @@
enabled: true
region:
host: localhost
+ port: 80
role: master
enable_iframe: True
region:
- theme: theme
+ enabled: true
bind:
host: localhost
port: 80
+ theme: theme
admin:
username: admin
password: password
@@ -20,5 +22,4 @@
name: maasdb
password: password
username: maas
- enabled: true
salt_master_ip: 127.0.0.1