Merge "Change namespace for Glance resources and tests"

This commit is contained in:
Jenkins 2015-11-23 10:00:30 +00:00 committed by Gerrit Code Review
commit 60eb530044
3 changed files with 1 additions and 1 deletions

View File

View File

@ -16,7 +16,7 @@ import six
from heat.common import exception
from heat.common import template_format
from heat.engine.resources.openstack.glance import glance_image as gi
from heat.engine.resources.openstack.glance import image as gi
from heat.engine import stack as parser
from heat.engine import template
from heat.tests import common