diff options
| author | Todd Willey <todd@ansolabs.com> | 2010-10-29 11:58:57 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2010-10-29 11:58:57 -0400 |
| commit | 133cd9973e17458bea3594490e70ccd3c524cf12 (patch) | |
| tree | 677fd3bcd9c120680d4eccd2e82f0d85527b6173 /nova | |
| parent | ee4ce8a55194be3fcb1e861e4206451cc7812d46 (diff) | |
Document Fakes
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/auth/fakeldap.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nova/auth/fakeldap.py b/nova/auth/fakeldap.py index 176a00f06..46e0135b4 100644 --- a/nova/auth/fakeldap.py +++ b/nova/auth/fakeldap.py @@ -15,9 +15,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - -""" -Fake LDAP server for test harness, backs to ReDIS. +"""Fake LDAP server for test harness, backs to ReDIS. This class does very little error checking, and knows nothing about ldap class definitions. It implements the minimum emulation of the python ldap |
