File: cells-single-migration-command-0e98d66e31e02a50.yaml

package info (click to toggle)
nova 2%3A14.0.0-4%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 33,804 kB
  • sloc: python: 315,557; sh: 1,317; xml: 1,184; pascal: 1,168; makefile: 126; sql: 43
file content (13 lines) | stat: -rw-r--r-- 742 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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.