summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/neutron/control/single.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/neutron/control/single.yml')
-rw-r--r--mcp/reclass/classes/system/neutron/control/single.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/mcp/reclass/classes/system/neutron/control/single.yml b/mcp/reclass/classes/system/neutron/control/single.yml
new file mode 100644
index 000000000..663ec329e
--- /dev/null
+++ b/mcp/reclass/classes/system/neutron/control/single.yml
@@ -0,0 +1,22 @@
+classes:
+- service.neutron.control.single
+parameters:
+ neutron:
+ server:
+ database:
+ host: ${_param:single_address}
+ mysql:
+ server:
+ database:
+ neutron:
+ encoding: utf8
+ users:
+ - name: neutron
+ password: ${_param:mysql_neutron_password}
+ host: '%'
+ rights: all
+ - name: neutron
+ password: ${_param:mysql_neutron_password}
+ host: ${_param:single_address}
+ rights: all
+