Change namespace for Glance resources and tests

Change namespace to more specified.
Use path to specify resource or test should be enough.

Change-Id: If2699a3f330d3a567e3a0994792630c01406e809
This commit is contained in:
ricolin 2015-11-17 13:03:04 +08:00
parent c5beaed2a7
commit f9dbc0b79e
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 exception
from heat.common import template_format 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 stack as parser
from heat.engine import template from heat.engine import template
from heat.tests import common from heat.tests import common