Reviewed: https://review.openstack.org/25735 Committed: http://github.com/openstack/nova/commit/f7d8952994b4fab1370cb67853d01191db9d388f Submitter: Jenkins Branch: milestone-proposed
commit f7d8952994b4fab1370cb67853d01191db9d388f Author: Brian Elliott <[email protected]> Date: Thu Mar 28 16:54:14 2013 +0000 'injected_files' should be base 64 encoded. If an instance build needs to be rescheduled, send the original base 64 encoded injected_files parameter. bug 1161479 Change-Id: I4dad95e95cd27f7f128989daa36b3a2bbf132c73 (cherry picked from commit f6af4f753676088318b3944e9e41d698950093d9) ** 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/1161479 Title: Injected files don't work with rescheduling Status in OpenStack Compute (Nova): Fix Released Bug description: The injected_files parameter to run_instance in ComputeManager is expected to be b64 encoded. If a build fails and gets re-scheduled, a b64 decoded version injected_files parameter is sent back to the scheduler. Later, the code then attempts to b64 decode the injected_files a second time. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1161479/+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

