From ae40a29345a432a0870b3d40ad2bd8e92077eac8 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 20 May 2019 15:43:22 +0100 Subject: 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 --- etc/nova/cells.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 etc/nova/cells.json (limited to 'etc') 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 - } -} -- cgit v1.2.1