diff --git a/kvirt/config.py b/kvirt/config.py index a25e302b7..f95b2bde1 100644 --- a/kvirt/config.py +++ b/kvirt/config.py @@ -1250,7 +1250,8 @@ def plan(self, plan, ansible=False, url=None, path=None, autostart=False, contai common.pprint("Deploying Images...") images = [os.path.basename(t) for t in k.volumes()] for image in imageentries: - if image in images or image in self.profiles: + clientprofile = "%s_%s" % (self.client, image) + if image in images or image in self.profiles or clientprofile in self.profiles: common.pprint("Image %s skipped!" % image, color='blue') continue else: