Moved netapp.py from drivers to drivers/netapp.

Change-Id: Icfc1479476860e0155c43796a6f2e0d630b2d9b8
This commit is contained in:
Yulia Portnova 2013-11-28 22:26:04 +02:00
parent fb9b861b2c
commit a8166d2e29
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Openstack Foundation
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.

View File

@ -23,7 +23,7 @@ import suds
from manila import context
from manila import exception
from manila.share.configuration import Configuration
from manila.share.drivers import netapp
from manila.share.drivers.netapp import driver as netapp
from manila import test