Merge "Switch remaining json import to oslo_serialization"
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import json
|
||||
|
||||
from oslo_serialization import jsonutils as json
|
||||
from six.moves.urllib import parse as urllib
|
||||
|
||||
from tempest.api_schema.response.compute.v2_1 import floating_ips as schema
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import json
|
||||
from oslo_serialization import jsonutils as json
|
||||
|
||||
from tempest.api_schema.response.compute.v2_1 import floating_ips as schema
|
||||
from tempest.common import service_client
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import json
|
||||
|
||||
from oslo_serialization import jsonutils as json
|
||||
from tempest_lib import exceptions as lib_exc
|
||||
|
||||
from tempest.api_schema.response.compute.v2_1 import security_groups as schema
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import json
|
||||
from oslo_serialization import jsonutils as json
|
||||
|
||||
from tempest.api_schema.response.compute.v2_1 import servers as schema
|
||||
from tempest.common import service_client
|
||||
|
||||
Reference in New Issue
Block a user