Nuke XML support from Nova REST API - Phase 1
In I5a580fc323c3809790b4a68a9f8f8129ecdc2cf0 we switched off XML support. In this review we entirely remove all the testcases and supporting files. Change-Id: I83827d438753fd3899053dd6e09bc77c997c7406
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<dns_entry>
|
||||
<ip>192.168.53.11</ip>
|
||||
<dns_type>A</dns_type>
|
||||
</dns_entry>
|
||||
@@ -1,2 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<dns_entry ip="192.168.1.1" domain="domain1.example.org" type="A" id="None" name="instance1"/>
|
||||
@@ -1,6 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<domain_entry>
|
||||
<domain>domain1.example.org</domain>
|
||||
<scope>public</scope>
|
||||
<project>project1</project>
|
||||
</domain_entry>
|
||||
@@ -1,2 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<domain_entry project="project1" scope="public" domain="domain1.example.org" availability_zone="None"/>
|
||||
@@ -1,2 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<dns_entry ip="192.168.1.1" domain="domain1.example.org" type="None" id="None" name="instance1"/>
|
||||
@@ -1,4 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<dns_entries>
|
||||
<dns_entry ip="192.168.1.1" domain="domain1.example.org" type="None" id="None" name="instance1"/>
|
||||
</dns_entries>
|
||||
@@ -1,4 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<domain_entries>
|
||||
<domain_entry project="project1" scope="public" domain="domain1.example.org" availability_zone="None"/>
|
||||
</domain_entries>
|
||||
Reference in New Issue
Block a user