Merge "Fix incorrect packet name parsing in fuel-agent"

This commit is contained in:
Jenkins 2016-01-13 13:50:00 +00:00 committed by Gerrit Code Review
commit 0ece8c9cf2

View File

@ -33,7 +33,7 @@ def replace_fuel_agent_rpm(environment):
raise exceptions.FuelQAVariableNotSet('UPDATE_FUEL', 'True')
try:
pack_path = '/var/www/nailgun/fuel-agent/'
full_pack_path = os.path.join(pack_path, '*.rpm')
full_pack_path = os.path.join(pack_path, 'fuel-agent*.noarch.rpm')
container = 'mcollective'
with environment.d_env.get_admin_remote() as remote:
remote.upload(settings.UPDATE_FUEL_PATH.rstrip('/'),