** Changed in: nova
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1288661
Title:
log messages typos in rebuild_instance function
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
one simple log typos in compute/manager.py rebuild_instance function.
else:
image_ref = orig_image_ref = instance.image_ref
LOG.info(_("disk not on shared storagerebuilding from:"
" '%s'") % str(image_ref))
should change to
LOG.info(_("disk not on shared storage, rebuilding from:"
" '%s'") % str(image_ref))
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1288661/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp