This commit is a follow-up of "switch to using stestr"
which was merged already [1].
After switch to using stestr, testrepository is unnecessary
and should be removed.
[1] https://review.openstack.org/571948
Change-Id: I7b496624721173955315869b17d3f2050dc83d30
With recent changes to pool manager config, it is common for users to
have a pool.yaml in etc/designate.
Change-Id: I9c852139907c50c96d33eaa62fa6b006c1ff85e8
The v2 RecordSet API is experimental. This commit is intended to only provide
a stable experience with the V1 API.
Change-Id: I168401d8ce3066a19d3538b3ec5cd36338b10b44
* This also fixes us up to hacking standards
* Remove assertGreater* usage in favor of assertEqual py26..
* assertEquals > assertEqual
Change-Id: I8083c96da09897d650ca6fffc0e340d9c057db8d
Adds a description field to Domains and Records. Adds accompanying tests to
ensure that the field is UTF-8 compatible. Adds databse migration to add the
appropriate columns to the database.
Change-Id: Iaa1ac6aee01fadc409ea16298c83946f35bdde33
Implements: blueprint resource-notes
Change directions slightly for the Getting
Started Document and updating the sample
configuartion file. Also updating .gitignore
for Mac Users.
Change-Id: I90fff8c780fbbe990f14234a14371f6be67f8966
The keystone middleware can be configured using the main designate
config file. This allows the api-paste config file to be left as is
by most designate users.
Bug #1206091
Change-Id: I6b0be7dbdecdecd5579b3024b59d8a070205fc1e
* Sync with OS-Common
* Switch from openstack.common.manager to openstack.common.rpc.service
* Apply WIP patch from https://review.openstack.org/13953
* Re-add Keystone Middleware
* Rename config files to *.conf.sample as keystone tokens will now be required
* Fixed a few bugs in the bind9 agent. (It still needs an overhaul to be considered stable though)