Update glare definitions path

Glare has been moved to a separate service and has been
renamed/refactored into glare namespace. This commit updates murano
plugin accordingly.

Related bp: move-v3-to-glare

Change-Id: Ie51440ef7dab044f2ac3ab1f06cbf93402cf1103
This commit is contained in:
Kirill Zaitsev 2016-02-12 17:30:49 +03:00
parent 3b8a895cd1
commit 93931f487c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from glance.common.artifacts import definitions
from glance.common.glare import definitions
class MuranoPackage(definitions.ArtifactType):