summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-05-20 15:43:22 +0100
committerStephen Finucane <sfinucan@redhat.com>2019-05-20 16:11:49 +0100
commitae40a29345a432a0870b3d40ad2bd8e92077eac8 (patch)
tree74c247cc5e2307bf8dd92eb5b78a83e1e5e94c9e /etc
parent4ea23952a884397042999f8075bcc9ca504861c7 (diff)
downloadnova-ae40a29345a432a0870b3d40ad2bd8e92077eac8.tar.gz
Remove 'etc/nova/cells.json'
This was added in change I7046ce55a0a294293c1b1a5fb0f092aeb891ee01 as an example for how one could configure a cells v1 deployment via a JSON file. It can be removed now. Part of blueprint remove-cells-v1 Change-Id: I3235f38c432f1dbafde167ec0e856abe7a38aa8a Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/cells.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/etc/nova/cells.json b/etc/nova/cells.json
deleted file mode 100644
index cc74930d4d..0000000000
--- a/etc/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
- }
-}