summaryrefslogtreecommitdiff
path: root/nova/network/ldapdns.py
Commit message (Expand)AuthorAgeFilesLines
* Small edits on help stringsAndreas Jaeger2014-01-231-10/+10
* Catch ldap ImportErrorRick Harris2013-08-081-1/+9
* Remove unreachable codeDavanum Srinivas2013-07-301-1/+0
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Fix and enable H403 testsDirk Mueller2013-06-121-2/+5
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Mark password config options with secretMichael J Fork2013-02-011-1/+2
* Make DNS drivers inherit interface.Dan Prince2012-12-101-1/+2
* Wrap log messages with _()daisy-ycguo2012-11-211-5/+8
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.networkMark McLoughlin2012-11-041-14/+15
* Move fakeldap.py from auth dir to tests.Yaguang Tang2012-09-231-12/+0
* Add missing self. for parentYun Mao2012-08-131-1/+1
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Alphabetize importsJoe Gordon2012-05-141-1/+1
* pylint cleanupJoe Gordon2012-05-071-3/+0
* adjust logging levels for linux_netPeng Yong2012-03-311-15/+15
* fixup ldapdns default configPádraig Brady2012-03-091-1/+1
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* remove a private duplicate functionPádraig Brady2012-02-131-19/+10
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-34/+39
* Explicitly encode string to utf8 before passing to ldap.Andrew Bogott2012-01-241-7/+23
* Make a bunch of dcs into single-entry lists.Andrew Bogott2012-01-241-4/+4
* Removed references to FLAGS.floating_ip_dns_domains.Andrew Bogott2012-01-181-1/+12
* Rename 'zone' to 'domain.'Andrew Bogott2012-01-181-25/+26
* Added an LDAP/PowerDNS driverAndrew Bogott2012-01-181-0/+352