Commit Graph

6 Commits

Author SHA1 Message Date
Erik Olof Gunnar Andersson 52ad1c4c13 Removed deprecated pool-manager implementation
The pool-manager has been deprecated since Newton and
is now being removed with the Train release.

Change-Id: Ib258043d492bb25e1c061d765b40885317c73804
2019-09-24 11:10:54 +00:00
Nguyen Van Trung 274c2cb82c Migrate object to OVO (4)
This commit will migrate:
- Pool and PoolList
- Related objects

Co-authored-By: Dai Dang Van <daidv@vn.fujitsu.com>

Change-Id: I59da0628a9dc23efe8d8665bbf3359e652eaa8c9
Implements: blueprint designate-rolling-upgrade
2018-02-25 16:07:38 +00:00
Thomas Herve e0a670a030 Fix pool tests in py3
This fixes an assertion which was trying to sort dictionaries: it works
around it by comparing items instead.

Change-Id: Iaa9764102a18d4b4cd6c2042791991ae1ab114e3
2017-06-29 10:01:11 +02:00
Nguyen Van Trung c9156e4b47 Fix UUID and String value in test_pool
- Pool_id must be UUID value, it's not an integer.
- target_id must be UUID value [1].
- namserver_id must be UUID value [2].
- 'options' value of targets must be String format [3].

[1] https://github.com/openstack/designate/blob/master/designate/objects/pool_target.py#L25
[2] https://github.com/openstack/designate/blob/master/designate/objects/pool_nameserver.py#L25
[3] https://github.com/openstack/designate/blob/master/designate/objects/pool_target_option.py#L37

Change-Id: Ibd616470233747a7aab9fe04ebf5fcfa0a59fd22
Co-authored-By: Dai Dang Van <daidv@vn.fujitsu.com>
2017-06-06 14:19:11 +07:00
Federico Ceratto b9b223172b Update email addresses hp.com to hpe.com
Change-Id: Ib41ea39f93277a31f484ca3737c1ef2d2d7f44ed
2016-01-11 14:29:33 +00:00
Federico Ceratto 6ebae5dd5a Add unit testing for pool
Change-Id: I4e27257d7ac332d0b96166faf943dc9531eafb1a
2015-07-27 11:15:45 +01:00