Fix glance backend selection
Past modifications deleted the code that allows packstack to properly select the glance backend. Change-Id: Ib3a2e0e4311dcd59b021cc2632abfcb407f1eedd Resolves: rhbz#1288179
This commit is contained in:
		| @@ -147,5 +147,9 @@ def create_manifest(config, messages): | |||||||
|     fw_details[key]['proto'] = "tcp" |     fw_details[key]['proto'] = "tcp" | ||||||
|     config['FIREWALL_GLANCE_RULES'] = fw_details |     config['FIREWALL_GLANCE_RULES'] = fw_details | ||||||
|  |  | ||||||
|  |     # Set the backend | ||||||
|  |     manifestdata += getManifestTemplate( | ||||||
|  |         'glance_%s.pp' % config['CONFIG_GLANCE_BACKEND']) | ||||||
|  |  | ||||||
|     manifestdata += createFirewallResources('FIREWALL_GLANCE_RULES') |     manifestdata += createFirewallResources('FIREWALL_GLANCE_RULES') | ||||||
|     appendManifestFile(manifestfile, manifestdata) |     appendManifestFile(manifestfile, manifestdata) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ivan Chavero
					Ivan Chavero