flame/flameclient/tests/fixtures/openstackcloud/floatingips.py

47 lines
1.7 KiB
Python

# -*- coding: utf-8 -*-
# This software is released under the MIT License.
#
# Copyright (c) 2018 Orange Cloud for Business / Cloudwatt
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
NAME = 'network.ips'
FIXTURES = [{'created_at': None,
'description': None,
'dns_domain': None,
'dns_name': None,
'fixed_ip_address': '192.168.0.8',
'floating_ip_address': '84.39.32.171',
'floating_network_id': '6ea98324-0f14-49f6-97c0-885d1b8dc517',
'id': 'e6f50641-6c7e-468c-9623-1fd5ee2c1ebc',
'name': '84.39.32.171',
'port_details': None,
'port_id': None,
'qos_policy_id': None,
'revision_number': None,
'router_id': None,
'status': 'ACTIVE',
'subnet_id': None,
'tags': [],
'tenant_id': '9824a7403a1b411d8d207d26218597ce',
'updated_at': None}]