Skip to content

Commit 013aa19

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove 'nova-cells' service"
2 parents 14c8981 + a4743f9 commit 013aa19

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)