System class was forgotten in core library manifest

MistralClient class stub was not present in io.murano
manifest and thus not used. This caused extra API call
on each deployment

Closes-Bug: #1480184
Change-Id: Ie9628104982995ab70df24cf5d7a57be6429e256
This commit is contained in:
Stan Lagun 2015-07-31 00:55:05 +03:00
parent 29710b9244
commit f57d140d67

View File

@ -46,3 +46,4 @@ Classes:
io.murano.system.SecurityGroupManager: system/SecurityGroupManager.yaml
io.murano.system.NeutronSecurityGroupManager: system/NeutronSecurityGroupManager.yaml
io.murano.system.AwsSecurityGroupManager: system/AwsSecurityGroupManager.yaml
io.murano.system.MistralClient: system/MistralClient.yaml