a86d78f5f0
This provides a single command for users to run if they're setting up cells on a new deployment, or migrating from non-cells and want a basic setup. Cell0 is setup on the same db host as the nova_api db. Change-Id: I73157128a3e24e49438caca1cbb19a9f5b5a7f7e
14 lines
742 B
YAML
14 lines
742 B
YAML
---
|
|
upgrade:
|
|
- A new nova-manage command has been added which will upgrade a deployment to
|
|
cells v2. Running the command will setup a single cell containing the
|
|
existing hosts and instances. No data or instances will be moved during
|
|
this operation, but new data will be added to the nova_api database. New
|
|
instances booted after this point will be placed into the cell. Please
|
|
note that this does not mean that cells v2 is fully functional at this
|
|
time, but this is a significant part of the effort to get there.
|
|
The new command is
|
|
"nova-manage cell_v2 simple_cell_setup --transport_url <transport_url>"
|
|
where transport_url is the connection information for the current message
|
|
queue used by Nova.
|