2
Copyright 2010-2011 United States Government as represented by the
3
Administrator of the National Aeronautics and Space Administration.
6
Licensed under the Apache License, Version 2.0 (the "License"); you may
7
not use this file except in compliance with the License. You may obtain
8
a copy of the License at
2
Copyright [2010] [Anso Labs, LLC]
4
Licensed under the Apache License, Version 2.0 (the "License");
5
you may not use this file except in compliance with the License.
6
You may obtain a copy of the License at
10
8
http://www.apache.org/licenses/LICENSE-2.0
12
10
Unless required by applicable law or agreed to in writing, software
13
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15
License for the specific language governing permissions and limitations
21
.. todo:: document general info about fakes
23
When the real thing isn't available and you have some development to do these
24
fake implementations of various drivers let you get on with your day.
27
The :mod:`nova.virt.fake` Module
28
--------------------------------
30
.. automodule:: nova.virt.fake
11
distributed under the License is distributed on an "AS IS" BASIS,
12
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
See the License for the specific language governing permissions and
14
limitations under the License.
19
The :mod:`fakevirt` Module
20
--------------------------
22
.. automodule:: nova.fakevirt
37
The :mod:`nova.auth.fakeldap` Module
38
------------------------------------
27
The :mod:`fakeldap` Module
28
--------------------------
40
30
.. automodule:: nova.auth.fakeldap
47
The :mod:`nova.fakerabbit` Module
48
---------------------------------
35
The :mod:`fakerabbit` Module
36
----------------------------
50
38
.. automodule:: nova.fakerabbit
57
The :class:`nova.volume.driver.FakeAOEDriver` Class
58
---------------------------------------------------
60
.. autoclass:: nova.volume.driver.FakeAOEDriver
67
The :class:`nova.tests.service_unittest.FakeManager` Class
68
----------------------------------------------------------
70
.. autoclass:: nova.tests.service_unittest.FakeManager
77
The :mod:`nova.tests.api.openstack.fakes` Module
78
------------------------------------------------
80
.. automodule:: nova.tests.api.openstack.fakes