summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/nova/cells.json
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-05-19 10:56:49 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-22 23:22:09 +0000
commitc9ac12d7ca89a361de0659b968cbedf88e787109 (patch)
tree7088f9a9d984ee73becf6852c573584ed9d25abf /openstack/usr/share/openstack/nova/cells.json
parente225f9d076bb57f8c86214f1e4a185cd57aeba38 (diff)
downloaddefinitions-c9ac12d7ca89a361de0659b968cbedf88e787109.tar.gz
OpenStack: Install default configuration for nova
Change-Id: I8d80f0d554c5ab7b0f71a41aee767521928b8444
Diffstat (limited to 'openstack/usr/share/openstack/nova/cells.json')
-rw-r--r--openstack/usr/share/openstack/nova/cells.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/openstack/usr/share/openstack/nova/cells.json b/openstack/usr/share/openstack/nova/cells.json
deleted file mode 100644
index cc74930d..00000000
--- a/openstack/usr/share/openstack/nova/cells.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "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
- }
-}