| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
tempest-lib has been deprecated since a year. All
the interfaces available in tempest-lib are now available
in tempest/lib.
This patch make use of tempest/lib instead of tempest-lib.
Also add tempest in test-requirements.txt
Change-Id: I6cb50b68631391f0368e8a2e6133f94c1da52376
|
| |
|
|
|
|
|
|
|
|
|
| |
Zone export commands (create, list, show, delete, showfile)
are missing from the python-designateclient.
This change includes implementation, as well as unit tests
and functionaltests.
Change-Id: I957946d739bceea1074e2fda2ce7f841143b0611
Partial-Bug: #1550532
|
| |
|
|
|
|
|
|
|
| |
This patch replaces map() and zip() with six.moves.map()
and six.moves.zip() respectively to provide py2/3
compatibility.
Change-Id: I2e4b61c67ee34247f4c9e77f593df18d9dfd574b
Partially-Implements: blueprint designate-py3
|
|
|
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
|