Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1414497 - OSP10->OSP11 upgrade fails during nova-manage db online_data_migrations
OSP10->OSP11 upgrade fails during nova-manage db online_data_migrations
Status: CLOSED ERRATA
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-oslo-messaging (Show other bugs)
11.0 (Ocata)
Unspecified Unspecified
unspecified Severity urgent
: rc
: 11.0 (Ocata)
Assigned To: Victor Stinner
Marius Cornea
: Triaged
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2017-01-18 11:25 EST by Marius Cornea
Modified: 2017-05-17 15:40 EDT (History)
17 users (show)

See Also:
Fixed In Version: python-oslo-messaging-5.16.0-0.20161222235050.ea61a81.el7ost
Doc Type: Bug Fix
Doc Text:
The Oslo Messaging did not initialize its configuration properly. As a result, the 'nova-manage' client failed during startup. The error has been fixed. Now 'nova-manage' starts correctly.
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-05-17 15:40:35 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
OpenStack gerrit 403924 None None None 2017-01-30 07:22 EST
Red Hat Product Errata RHEA-2017:1245 normal SHIPPED_LIVE Red Hat OpenStack Platform 11.0 Bug Fix and Enhancement Advisory 2017-05-17 19:01:50 EDT

  None (edit)
Description Marius Cornea 2017-01-18 11:25:58 EST
Description of problem:
On the node which runs the nova-api service the following error shows up when running nova-manage db online_data_migrations:

[root@overcloud-serviceapi-0 heat-admin]# nova-manage db online_data_migrations
Traceback (most recent call last):
  File "/bin/nova-manage", line 10, in <module>
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/nova/cmd/manage.py", line 1430, in main
    config.parse_args(sys.argv)
  File "/usr/lib/python2.7/site-packages/nova/config.py", line 50, in parse_args
    rpc.init(CONF)
  File "/usr/lib/python2.7/site-packages/nova/rpc.py", line 74, in init
    TRANSPORT = create_transport(get_transport_url())
  File "/usr/lib/python2.7/site-packages/nova/rpc.py", line 154, in get_transport_url
    return messaging.TransportURL.parse(CONF, url_str, TRANSPORT_ALIASES)
  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 398, in parse
    url = url or conf.transport_url
  File "/usr/lib/python2.7/site-packages/oslo_config/cfg.py", line 2271, in __getattr__
    raise NoSuchOptError(name)
oslo_config.cfg.NoSuchOptError: no such option transport_url in group [DEFAULT]


Version-Release number of selected component (if applicable):
latest osp11 puddle tht with https://review.openstack.org/#/c/405241/ applied

How reproducible:
2/2

Steps to Reproduce:
1. Run the upgrade prcedure

Actual results:
Upgrade fails while upgrading the role which contains the nova api service

Expected results:
Upgrade should pass

Additional info:
Comment 1 Marius Cornea 2017-01-18 11:54:43 EST
Workaround: update python-oslo-messaging to python-oslo-messaging-5.16.0-0.20161222235050.ea61a81.el7ost on the nodes running nova-api
Comment 3 Sven Anderson 2017-01-27 10:38:34 EST
The shipped python-oslo-messaging must be upgraded to include this change:

https://review.openstack.org/#/c/403924/
Comment 9 errata-xmlrpc 2017-05-17 15:40:35 EDT
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2017:1245

Note You need to log in before you can comment on or make changes to this bug.