# HG changeset patch # User Sean Wilcox # Date 1441126807 25200 # Node ID eef9ea54fabe4b6a0f295b3f67fc8978e7e558bb # Parent 20f6eb6fe1fc09d8d76914784af3fea96d9ce5ee 21761279 Driver erroneously includes trailing space in zone.install() arguments diff -r 20f6eb6fe1fc -r eef9ea54fabe components/openstack/nova/files/solariszones/driver.py --- a/components/openstack/nova/files/solariszones/driver.py Mon Aug 31 13:48:06 2015 -0700 +++ b/components/openstack/nova/files/solariszones/driver.py Tue Sep 01 10:00:07 2015 -0700 @@ -1371,11 +1371,11 @@ LOG.debug(zc.zone.exportConfig(True)) LOG.debug("-" * 80) - options = ['-a ', image] + options = ['-a', image] if os.listdir(sc_dir): # the directory isn't empty so pass it along to install - options.extend(['-c ', sc_dir]) + options.extend(['-c', sc_dir]) try: LOG.debug(_("installing instance '%s' (%s)") %