Move swift resource

Change-Id: Ifda60316989555ed85b2ad18c87f6fb8a6e9294d
Implements: blueprint reorganize-resources-code-structure
This commit is contained in:
huangtianhua 2015-02-15 14:48:20 +08:00
parent 5865167e92
commit 5b4a97255e
3 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import swiftclient.client as sc
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 import swift from heat.engine.resources.openstack.swift import swift
from heat.engine import scheduler from heat.engine import scheduler
from heat.tests import common from heat.tests import common
from heat.tests import utils from heat.tests import utils