Skip to content

Commit a4743f9

Browse files
committed
Remove 'nova-cells' service
We're going to start unpicking this stuff from the top down. Start with the 'nova-cells' executable itself. Part of blueprint remove-cells-v1 Change-Id: I5bd1dd9f1bbae7a977ab9e032c4f4d200c35e193 Signed-off-by: Stephen Finucane <[email protected]>
1 parent 7c7798a commit a4743f9

File tree

4 files changed

+5
-51
lines changed

4 files changed

+5
-51
lines changed

nova/cmd/cells.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

nova/service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
'nova-conductor': 'nova.conductor.manager.ConductorManager',
6060
'nova-metadata': 'nova.api.manager.MetadataManager',
6161
'nova-scheduler': 'nova.scheduler.manager.SchedulerManager',
62-
'nova-cells': 'nova.cells.manager.CellsManager',
6362
}
6463

6564

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
The *cells v1* feature has been deprecated since the 16.0.0 Pike release
5+
and has now been removed. The ``nova-cells`` service has been removed.

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ console_scripts =
5757
nova-api = nova.cmd.api:main
5858
nova-api-metadata = nova.cmd.api_metadata:main
5959
nova-api-os-compute = nova.cmd.api_os_compute:main
60-
nova-cells = nova.cmd.cells:main
6160
nova-compute = nova.cmd.compute:main
6261
nova-conductor = nova.cmd.conductor:main
6362
nova-console = nova.cmd.console:main

0 commit comments

Comments
 (0)