summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/nova/cells.json
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-27 12:11:13 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:29 +0100
commitc7e2629814bbe3c43ccaa68214746c4978332eb1 (patch)
tree1b4533eada28ecf1f81363578bf7e6352fda3791 /openstack/usr/share/openstack/nova/cells.json
parente8ec4f308e9ab560b6c5cfd27707fce4bd2fb07c (diff)
downloaddefinitions-c7e2629814bbe3c43ccaa68214746c4978332eb1.tar.gz
nova: Move templates to /usr/share/openstack/nova
Also change placeholders to jinja2 type
Diffstat (limited to 'openstack/usr/share/openstack/nova/cells.json')
-rw-r--r--openstack/usr/share/openstack/nova/cells.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/openstack/usr/share/openstack/nova/cells.json b/openstack/usr/share/openstack/nova/cells.json
new file mode 100644
index 00000000..cc74930d
--- /dev/null
+++ b/openstack/usr/share/openstack/nova/cells.json
@@ -0,0 +1,26 @@
+{
+ "parent": {
+ "name": "parent",
+ "api_url": "http://api.example.com:8774",
+ "transport_url": "rabbit://rabbit.example.com",
+ "weight_offset": 0.0,
+ "weight_scale": 1.0,
+ "is_parent": true
+ },
+ "cell1": {
+ "name": "cell1",
+ "api_url": "http://api.example.com:8774",
+ "transport_url": "rabbit://rabbit1.example.com",
+ "weight_offset": 0.0,
+ "weight_scale": 1.0,
+ "is_parent": false
+ },
+ "cell2": {
+ "name": "cell2",
+ "api_url": "http://api.example.com:8774",
+ "transport_url": "rabbit://rabbit2.example.com",
+ "weight_offset": 0.0,
+ "weight_scale": 1.0,
+ "is_parent": false
+ }
+}