summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename keystone-setup script for designateKiall Mac Innes2013-06-131-0/+0
* Correct some overzealous s/moniker/designate/'sKiall Mac Innes2013-06-132-12/+54
* Bump version to 2013.2Kiall Mac Innes2013-06-111-1/+1
* Correct a few links broken during the s/moniker/designate/Kiall Mac Innes2013-06-091-3/+3
* Rename Moniker -> DesignateKiall Mac Innes2013-06-09226-674/+677
* Switch to Flake8 and add Hacking checksKiall Mac Innes2013-06-0916-38/+63
* Sync requirements with openstack/requirements. (Except jsonschema)Kiall Mac Innes2013-06-073-17/+17
* Fix pyflakes errorKiall Mac Innes2013-06-061-1/+1
* Guard against deletion of a parent domainKiall Mac Innes2013-06-063-2/+29
* Remove unused SQLA utils codeKiall Mac Innes2013-06-052-135/+0
* Ensure record placement validation does not prevent updatesKiall Mac Innes2013-06-052-4/+59
* Validate UUID URL parametersKiall Mac Innes2013-06-058-17/+87
* Add request-id to the API's fault responses.Kiall Mac Innes2013-06-042-0/+9
* Switch to PBRKiall Mac Innes2013-05-3114-617/+158
* Helper utilitiesEndre Karlson2013-05-234-0/+360
* The utils module in oslo is no more.Michael Still2013-05-192-60/+0
* Ensure create domain/record records call the correct count_* methodsKiall Mac Innes2013-05-171-2/+4
* Ensure our quotas/limits are consistent with other OpenStack projectsKiall Mac Innes2013-05-157-19/+27
* Implement Quota SupportKiall Mac Innes2013-05-1522-6/+838
* Merge "Update import of oslo's processutils."Jenkins2013-05-081-14/+60
|\
| * Update import of oslo's processutils.Michael Still2013-05-071-14/+60
* | Ensure two PTR records cannot have the same nameKiall Mac Innes2013-05-072-0/+64
|/
* Extend reports API extension with more informationKiall Mac Innes2013-04-298-28/+142
* Cleanup method/varible ordering in the various places they are definedKiall Mac Innes2013-04-297-137/+212
* Update report API ext method names to match URLsKiall Mac Innes2013-04-291-4/+4
* Remove unnecessary try/catches from API extensionsKiall Mac Innes2013-04-293-91/+32
* Ensure all error responses are JSONKiall Mac Innes2013-04-292-1/+20
* Ensure API calls fail when junk/unexpected properties are suppliedKiall Mac Innes2013-04-2916-0/+71
* Merge "Update to the latest loopingcall from oslo."Jenkins2013-04-292-7/+59
|\
| * Update to the latest loopingcall from oslo.Michael Still2013-04-092-7/+59
* | Add tests to ensure domain notifications are sent correctlyKiall Mac Innes2013-04-232-2/+73
* | Removing unused test helpersKiall Mac Innes2013-04-231-38/+1
* | Add periodic_task from OsloKiall Mac Innes2013-04-232-0/+188
* | Correct the service name used in notifications.Kiall Mac Innes2013-04-231-13/+13
* | Add a "force" option to context sudo.Kiall Mac Innes2013-04-111-6/+9
* | Add Central.find_*() methodsKiall Mac Innes2013-04-117-17/+159
* | Show log level in moniker-manage outputKiall Mac Innes2013-04-111-0/+2
* | Commands should extend our Base Command, rather than cliff.CommandKiall Mac Innes2013-04-112-10/+10
* | Remove un-used base CLI command classesKiall Mac Innes2013-04-111-32/+0
* | Convert openstack-common.conf to the new format.Michael Still2013-04-091-1/+30
|/
* Ensure X-Moniker-Sudo-Tenant-ID values are either a UUID or intKiall Mac Innes2013-04-082-3/+6
* Prefix all Moniker notifications with "dns."Kiall Mac Innes2013-04-081-1/+1
* Add a test case for email addr's with a trailing periodKiall Mac Innes2013-04-031-0/+1
* 0.0.0.0 is an invalid IPv4 addressKiall Mac Innes2013-04-032-0/+41
* Cleanup PowerDNS database schemaKiall Mac Innes2013-04-033-1/+65
* Support all valid (per RFC1035) email addressesKiall Mac Innes2013-04-034-8/+71
* Implement support for RPC VersioningKiall Mac Innes2013-03-3113-508/+348
* Remove redundant moniker-manage commands.Kiall Mac Innes2013-03-314-273/+0
* Ensure record changes trigger a backend serial increment.Kiall Mac Innes2013-03-311-27/+22
* Abstract API exception handlingKiall Mac Innes2013-03-2613-409/+302