Fix error in app io.murano.apps.demo.DemoApp
Deployment of io.murano.apps.demo.DemoApp fails due to wrong arguments passed to get_client method. This patch fixes the problem. Change-Id: Ic6aa9d9cdc03eec4b9670445c5d978ea80202953 Closes-Bug: #1532724
This commit is contained in:
parent
2393c798f4
commit
c3e99f1bb1
@ -31,7 +31,7 @@ LOG = logging.getLogger(__name__)
|
||||
class GlanceClient(object):
|
||||
def __init__(self, context):
|
||||
client_manager = helpers.get_environment(context).clients
|
||||
self.client = client_manager.get_client(context, "glance", True,
|
||||
self.client = client_manager.get_client("glance", True,
|
||||
self.create_glance_client)
|
||||
|
||||
def list(self):
|
||||
|
Loading…
Reference in New Issue
Block a user