nova upgrade failing through kolla-ansible
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Critical
|
Jeffrey Zhang | ||
kolla-ansible |
Fix Released
|
Critical
|
Jeffrey Zhang |
Bug Description
While upgrading nova from the code base 05/12/2016 to the code base 20/12/2016
the nova upgrade fails with error ""msg": "Container exited with non-zero return code""
tried upgrading from code base 29/11/2016 to 05/12/2016 which works fine
seems like nova introduced the cell_v2 as a fix of "https:/
which broke the upgrade
ae2b215253a9 registry.
from container logs
<snip>
# docker logs ae2b215253a9
INFO:__main__:Kolla config strategy set to: COPY_ALWAYS
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
WARNING: cell0 mapping not found - not syncing cell0.
An error has occurred:
Traceback (most recent call last):
File "/var/lib/
ret = fn(*fn_args, **fn_kwargs)
File "/var/lib/
return migration.
File "/var/lib/
return IMPL.db_
File "/var/lib/
repository, version)
File "/var/lib/
return _migrate(url, repository, version, upgrade=True, err=err, **opts)
File "<decorator-
File "/var/lib/
return f(*a, **kw)
File "/var/lib/
schema.
File "/var/lib/
change.
File "/var/lib/
script_
File "/var/lib/
raise exception.
ValidationError: Cell mappings are not created, but required for Ocata. Please run nova-manage cell_v2 simple_cell_setup before continuing.
</snip>
Changed in kolla: | |
status: | New → Confirmed |
milestone: | none → ocata-3 |
assignee: | nobody → Jeffrey Zhang (jeffrey4l) |
importance: | Undecided → Critical |
Changed in kolla-ansible: | |
milestone: | none → ocata-3 |
assignee: | nobody → Jeffrey Zhang (jeffrey4l) |
status: | New → Confirmed |
importance: | Undecided → Critical |
Changed in kolla: | |
milestone: | ocata-3 → ocata-rc1 |
Changed in kolla-ansible: | |
milestone: | ocata-3 → ocata-rc1 |
Changed in kolla: | |
status: | Confirmed → Fix Released |
Fix proposed to branch: master /review. openstack. org/415472
Review: https:/