diff --git a/cinder/__init__.py b/cinder/__init__.py index 0712b0b63c6..e69de29bb2d 100644 --- a/cinder/__init__.py +++ b/cinder/__init__.py @@ -1,24 +0,0 @@ -# Copyright 2010 United States Government as represented by the -# Administrator of the National Aeronautics and Space Administration. -# 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. - -""" -:mod:`cinder` -- Cloud IaaS Platform -=================================== - -.. automodule:: cinder - :platform: Unix - :synopsis: Infrastructure-as-a-Service Cloud platform. -""" diff --git a/cinder/scheduler/__init__.py b/cinder/scheduler/__init__.py index 63a101bf846..e69de29bb2d 100644 --- a/cinder/scheduler/__init__.py +++ b/cinder/scheduler/__init__.py @@ -1,22 +0,0 @@ -# Copyright (c) 2010 OpenStack Foundation -# -# 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. - -""" -:mod:`cinder.scheduler` -- Scheduler Nodes -===================================================== - -.. automodule:: cinder.scheduler - :platform: Unix - :synopsis: Module that picks a volume node to create a volume. -""" diff --git a/cinder/tests/functional/api/__init__.py b/cinder/tests/functional/api/__init__.py index 6168280c249..e69de29bb2d 100644 --- a/cinder/tests/functional/api/__init__.py +++ b/cinder/tests/functional/api/__init__.py @@ -1,18 +0,0 @@ -# Copyright (c) 2011 Justin Santa Barbara -# -# 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. - -""" -:mod:`api` -- OpenStack API client, for testing rather than production -================================= -""" diff --git a/cinder/tests/unit/db/__init__.py b/cinder/tests/unit/db/__init__.py index fdf33be9412..e69de29bb2d 100644 --- a/cinder/tests/unit/db/__init__.py +++ b/cinder/tests/unit/db/__init__.py @@ -1,18 +0,0 @@ -# Copyright (c) 2010 Citrix Systems, Inc. -# -# 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. - -""" -:mod:`db` -- Stubs for DB API -============================= -""" diff --git a/cinder/tests/unit/glance/__init__.py b/cinder/tests/unit/glance/__init__.py index eac840c7edb..e69de29bb2d 100644 --- a/cinder/tests/unit/glance/__init__.py +++ b/cinder/tests/unit/glance/__init__.py @@ -1,18 +0,0 @@ -# Copyright (c) 2011 Citrix Systems, Inc. -# -# 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. - -""" -:mod:`glance` -- Stubs for Glance -================================= -""" diff --git a/cinder/volume/drivers/__init__.py b/cinder/volume/drivers/__init__.py index 850085b23b0..e69de29bb2d 100644 --- a/cinder/volume/drivers/__init__.py +++ b/cinder/volume/drivers/__init__.py @@ -1,22 +0,0 @@ -# Copyright 2012 OpenStack Foundation -# -# 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. - -""" -:mod:`cinder.volume.driver` -- Cinder Drivers -===================================================== - -.. automodule:: cinder.volume.driver - :platform: Unix - :synopsis: Module containing all the Cinder drivers. -""" diff --git a/cinder/volume/drivers/vmware/__init__.py b/cinder/volume/drivers/vmware/__init__.py index 75510bfee30..e69de29bb2d 100644 --- a/cinder/volume/drivers/vmware/__init__.py +++ b/cinder/volume/drivers/vmware/__init__.py @@ -1,18 +0,0 @@ -# Copyright (c) 2013 VMware, Inc. -# 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. - -""" -:mod:`vmware` -- Volume support for VMware compatible datastores. -""" diff --git a/cinder/zonemanager/__init__.py b/cinder/zonemanager/__init__.py index 4a9630ee16f..e69de29bb2d 100644 --- a/cinder/zonemanager/__init__.py +++ b/cinder/zonemanager/__init__.py @@ -1,27 +0,0 @@ -# (c) Copyright 2014 Brocade Communications Systems Inc. -# All Rights Reserved. -# -# Copyright 2014 OpenStack Foundation -# -# 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. -# - - -""" -:mod:`cinder.zonemanager` -- FC Zone manager -===================================================== - -.. automodule:: cinder.zonemanager - :platform: Unix - :synopsis: Module containing all the FC Zone Manager classes -""" diff --git a/cinder/zonemanager/drivers/__init__.py b/cinder/zonemanager/drivers/__init__.py index 49970888342..e69de29bb2d 100644 --- a/cinder/zonemanager/drivers/__init__.py +++ b/cinder/zonemanager/drivers/__init__.py @@ -1,27 +0,0 @@ -# (c) Copyright 2014 Brocade Communications Systems Inc. -# All Rights Reserved. -# -# Copyright 2014 OpenStack Foundation -# -# 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. -# - - -""" -:mod:`cinder.zonemanager.driver` -- FC Zone Drivers -===================================================== - -.. automodule:: cinder.zonemanager.driver - :platform: Unix - :synopsis: Module containing all the FC Zone drivers. -""" diff --git a/cinder/zonemanager/drivers/brocade/__init__.py b/cinder/zonemanager/drivers/brocade/__init__.py index bfe856a974a..e69de29bb2d 100644 --- a/cinder/zonemanager/drivers/brocade/__init__.py +++ b/cinder/zonemanager/drivers/brocade/__init__.py @@ -1,27 +0,0 @@ -# (c) Copyright 2013 Brocade Communications Systems Inc. -# All Rights Reserved. -# -# Copyright 2014 OpenStack Foundation -# -# 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. -# - - -""" -:mod:`cinder.zonemanager.driver.brocade` -- Brocade FC Zone Drivers -===================================================== - -.. automodule:: cinder.zonemanager.driver.brocade - :platform: Unix - :synopsis: Module containing all the Brocade FC Zone drivers. -"""