This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.
from 97247b0 Merge pull request #1615 from micafer/ost_disabled_images
new bcfec62 Specify lower timeout for integration tests job.
add 754f2b4 Fix NSOne DNS Provider
new 4048faa Merge branch 'fix/nsone-create-record' of
https://github.com/karantan/libcloud into karantan-fix/nsone-create-record
new e06fb47 Add changelog entry.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/integration-tests.yml | 1 +
CHANGES.rst | 4 ++
libcloud/dns/drivers/nsone.py | 21 +++----
.../nsone/create_record_already_exists.json | 3 +
.../dns/fixtures/nsone/create_record_success.json | 24 ++++++++
.../nsone/create_record_zone_not_found.json | 3 +
libcloud/test/dns/test_nsone.py | 66 +++++++++++++++++++++-
7 files changed, 110 insertions(+), 12 deletions(-)
create mode 100644
libcloud/test/dns/fixtures/nsone/create_record_already_exists.json
create mode 100644 libcloud/test/dns/fixtures/nsone/create_record_success.json
create mode 100644
libcloud/test/dns/fixtures/nsone/create_record_zone_not_found.json