ZhiQiang Fan | 39f9722 | 2013-09-20 04:49:44 +0800 | [diff] [blame] | 1 | # Copyright 2012 OpenStack Foundation |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 2 | # All Rights Reserved. |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 5 | # not use this file except in compliance with the License. You may obtain |
| 6 | # a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 12 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 13 | # License for the specific language governing permissions and limitations |
| 14 | # under the License. |
| 15 | |
Ken'ichi Ohmichi | 4771cbc | 2015-01-19 23:45:23 +0000 | [diff] [blame] | 16 | import copy |
| 17 | |
Doug Hellmann | 583ce2c | 2015-03-11 14:55:46 +0000 | [diff] [blame] | 18 | from oslo_log import log as logging |
Ken'ichi Ohmichi | 8e7a4f8 | 2015-09-16 21:26:19 +0900 | [diff] [blame] | 19 | from tempest_lib.services.compute.agents_client import AgentsClient |
ghanshyam | d1dac39 | 2015-10-13 15:30:24 +0900 | [diff] [blame] | 20 | from tempest_lib.services.compute.aggregates_client import AggregatesClient |
ghanshyam | 384dc79 | 2015-10-13 16:03:13 +0900 | [diff] [blame] | 21 | from tempest_lib.services.compute.availability_zone_client import \ |
| 22 | AvailabilityZoneClient |
ghanshyam | 9fab7cc | 2015-10-13 16:12:23 +0900 | [diff] [blame] | 23 | from tempest_lib.services.compute.baremetal_nodes_client import \ |
| 24 | BaremetalNodesClient |
ghanshyam | 4328a96 | 2015-10-13 16:18:09 +0900 | [diff] [blame] | 25 | from tempest_lib.services.compute.certificates_client import \ |
| 26 | CertificatesClient |
ghanshyam | 0805a9e | 2015-10-13 16:24:44 +0900 | [diff] [blame] | 27 | from tempest_lib.services.compute.extensions_client import \ |
| 28 | ExtensionsClient |
ghanshyam | 969281e | 2015-10-14 14:17:57 +0900 | [diff] [blame] | 29 | from tempest_lib.services.compute.fixed_ips_client import FixedIPsClient |
ghanshyam | 2f6f5f1 | 2015-10-14 14:27:36 +0900 | [diff] [blame] | 30 | from tempest_lib.services.compute.flavors_client import FlavorsClient |
ghanshyam | bf9e600 | 2015-10-14 14:32:30 +0900 | [diff] [blame] | 31 | from tempest_lib.services.compute.floating_ip_pools_client import \ |
| 32 | FloatingIPPoolsClient |
ghanshyam | 1a286ab | 2015-10-14 14:37:07 +0900 | [diff] [blame] | 33 | from tempest_lib.services.compute.floating_ips_bulk_client import \ |
| 34 | FloatingIPsBulkClient |
ghanshyam | c898a28 | 2015-10-14 14:44:06 +0900 | [diff] [blame] | 35 | from tempest_lib.services.compute.hosts_client import HostsClient |
ghanshyam | 7dd1b49 | 2015-10-14 14:47:25 +0900 | [diff] [blame] | 36 | from tempest_lib.services.compute.hypervisor_client import \ |
| 37 | HypervisorClient |
Ken'ichi Ohmichi | 5f80ce3 | 2015-09-10 23:51:14 +0000 | [diff] [blame] | 38 | from tempest_lib.services.identity.v2.token_client import TokenClient |
| 39 | from tempest_lib.services.identity.v3.token_client import V3TokenClient |
Doug Hellmann | 583ce2c | 2015-03-11 14:55:46 +0000 | [diff] [blame] | 40 | |
Ken'ichi Ohmichi | 4266268 | 2015-01-05 05:00:04 +0000 | [diff] [blame] | 41 | from tempest.common import negative_rest_client |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 42 | from tempest import config |
Andrea Frittoli (andreaf) | 03e546f | 2015-05-13 12:44:47 +0100 | [diff] [blame] | 43 | from tempest import exceptions |
Andrea Frittoli | f9cde7e | 2014-02-18 09:57:04 +0000 | [diff] [blame] | 44 | from tempest import manager |
Ken'ichi Ohmichi | 884d106 | 2015-01-23 03:24:41 +0000 | [diff] [blame] | 45 | from tempest.services.baremetal.v1.json.baremetal_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 46 | BaremetalClient |
Attila Fazekas | 1aed620 | 2013-02-11 14:47:45 +0100 | [diff] [blame] | 47 | from tempest.services import botoclients |
dwalleck | e62b9f0 | 2012-10-10 23:34:42 -0500 | [diff] [blame] | 48 | from tempest.services.compute.json.floating_ips_client import \ |
John Warren | e74890a | 2015-11-11 15:18:01 -0500 | [diff] [blame] | 49 | FloatingIPsClient as ComputeFloatingIPsClient |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 50 | from tempest.services.compute.json.images_client import ImagesClient |
ivan-zhu | ef7a1bd | 2013-10-22 17:56:46 +0800 | [diff] [blame] | 51 | from tempest.services.compute.json.instance_usage_audit_log_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 52 | InstanceUsagesAuditLogClient |
Sean Dague | 2416cf3 | 2013-04-10 08:29:07 -0400 | [diff] [blame] | 53 | from tempest.services.compute.json.interfaces_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 54 | InterfacesClient |
| 55 | from tempest.services.compute.json.keypairs_client import KeyPairsClient |
| 56 | from tempest.services.compute.json.limits_client import LimitsClient |
Ken'ichi Ohmichi | 2fdc182 | 2014-03-18 09:10:57 +0900 | [diff] [blame] | 57 | from tempest.services.compute.json.migrations_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 58 | MigrationsClient |
John Warren | 9487a18 | 2015-09-14 18:12:56 -0400 | [diff] [blame] | 59 | from tempest.services.compute.json.networks_client import NetworksClient \ |
| 60 | as ComputeNetworksClient |
Ken'ichi Ohmichi | a89dd6b | 2015-06-15 05:25:14 +0000 | [diff] [blame] | 61 | from tempest.services.compute.json.quota_classes_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 62 | QuotaClassesClient |
| 63 | from tempest.services.compute.json.quotas_client import QuotasClient |
Ghanshyam | 9d9201d | 2014-04-16 19:28:09 +0900 | [diff] [blame] | 64 | from tempest.services.compute.json.security_group_default_rules_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 65 | SecurityGroupDefaultRulesClient |
Ken'ichi Ohmichi | 685cd17 | 2015-07-13 01:29:57 +0000 | [diff] [blame] | 66 | from tempest.services.compute.json.security_group_rules_client import \ |
| 67 | SecurityGroupRulesClient |
Matthew Treinish | a83a16e | 2012-12-07 13:44:02 -0500 | [diff] [blame] | 68 | from tempest.services.compute.json.security_groups_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 69 | SecurityGroupsClient |
Ken'ichi Ohmichi | 7ca54b8 | 2015-07-07 01:10:26 +0000 | [diff] [blame] | 70 | from tempest.services.compute.json.server_groups_client import \ |
| 71 | ServerGroupsClient |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 72 | from tempest.services.compute.json.servers_client import ServersClient |
| 73 | from tempest.services.compute.json.services_client import ServicesClient |
Ken'ichi Ohmichi | b7e2730 | 2015-09-29 00:11:20 +0000 | [diff] [blame] | 74 | from tempest.services.compute.json.snapshots_client import \ |
| 75 | SnapshotsClient as ComputeSnapshotsClient |
Ken'ichi Ohmichi | c3dfdb2 | 2015-01-22 04:39:58 +0000 | [diff] [blame] | 76 | from tempest.services.compute.json.tenant_networks_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 77 | TenantNetworksClient |
Leo Toyoda | d80b6a0 | 2013-05-08 12:15:13 +0900 | [diff] [blame] | 78 | from tempest.services.compute.json.tenant_usages_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 79 | TenantUsagesClient |
Ken'ichi Ohmichi | 2b6012b | 2015-09-03 01:56:19 +0000 | [diff] [blame] | 80 | from tempest.services.compute.json.versions_client import VersionsClient |
Ken'ichi Ohmichi | ea3f26a | 2015-09-29 00:18:39 +0000 | [diff] [blame] | 81 | from tempest.services.compute.json.volumes_client import \ |
| 82 | VolumesClient as ComputeVolumesClient |
Ken'ichi Ohmichi | dc5fe44 | 2015-02-13 04:00:47 +0000 | [diff] [blame] | 83 | from tempest.services.data_processing.v1_1.data_processing_client import \ |
| 84 | DataProcessingClient |
Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 85 | from tempest.services.database.json.flavors_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 86 | DatabaseFlavorsClient |
ravikumar-venkatesan | 9e81b44 | 2014-12-08 09:57:56 +0000 | [diff] [blame] | 87 | from tempest.services.database.json.limits_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 88 | DatabaseLimitsClient |
Peter Stachowski | 320f9c7 | 2014-04-21 16:13:23 -0400 | [diff] [blame] | 89 | from tempest.services.database.json.versions_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 90 | DatabaseVersionsClient |
Jamie Lennox | c429e6a | 2015-02-24 10:42:42 +1100 | [diff] [blame] | 91 | from tempest.services.identity.v2.json.identity_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 92 | IdentityClient |
nayna-patel | 914b471 | 2013-07-16 08:29:05 +0000 | [diff] [blame] | 93 | from tempest.services.identity.v3.json.credentials_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 94 | CredentialsClient |
Sean Dague | 2416cf3 | 2013-04-10 08:29:07 -0400 | [diff] [blame] | 95 | from tempest.services.identity.v3.json.endpoints_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 96 | EndPointClient |
rajalakshmi-ganesan | 7312bb5 | 2013-01-29 20:03:42 +0530 | [diff] [blame] | 97 | from tempest.services.identity.v3.json.identity_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 98 | IdentityV3Client |
| 99 | from tempest.services.identity.v3.json.policy_client import PolicyClient |
| 100 | from tempest.services.identity.v3.json.region_client import RegionClient |
harika-vakadi | a92dd74 | 2013-02-19 20:41:22 +0530 | [diff] [blame] | 101 | from tempest.services.identity.v3.json.service_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 102 | ServiceClient |
| 103 | from tempest.services.image.v1.json.image_client import ImageClient |
| 104 | from tempest.services.image.v2.json.image_client import ImageClientV2 |
Victoria MartÃnez de la Cruz | 1173b6e | 2014-09-22 18:32:13 -0300 | [diff] [blame] | 105 | from tempest.services.messaging.json.messaging_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 106 | MessagingClient |
| 107 | from tempest.services.network.json.network_client import NetworkClient |
John Warren | 94d8faf | 2015-09-15 12:22:24 -0400 | [diff] [blame] | 108 | from tempest.services.network.json.networks_client import NetworksClient |
John Warren | 49c0fe5 | 2015-10-22 12:35:54 -0400 | [diff] [blame] | 109 | from tempest.services.network.json.ports_client import PortsClient |
John Warren | 3961acd | 2015-10-02 14:38:53 -0400 | [diff] [blame] | 110 | from tempest.services.network.json.subnets_client import SubnetsClient |
dwalleck | 5d73443 | 2012-10-04 01:11:47 -0500 | [diff] [blame] | 111 | from tempest.services.object_storage.account_client import AccountClient |
Attila Fazekas | 6968dd5 | 2013-02-15 17:05:53 +0100 | [diff] [blame] | 112 | from tempest.services.object_storage.container_client import ContainerClient |
| 113 | from tempest.services.object_storage.object_client import ObjectClient |
Steve Baker | c60e4e3 | 2013-05-06 15:22:41 +1200 | [diff] [blame] | 114 | from tempest.services.orchestration.json.orchestration_client import \ |
| 115 | OrchestrationClient |
Nikolay Pliashechnikov | b053aab | 2013-11-05 06:06:44 -0800 | [diff] [blame] | 116 | from tempest.services.telemetry.json.telemetry_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 117 | TelemetryClient |
Nayna Patel | 4a5024c | 2013-11-18 07:08:23 +0000 | [diff] [blame] | 118 | from tempest.services.volume.json.admin.volume_hosts_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 119 | VolumeHostsClient |
Sylvain Baubeau | fdd3459 | 2014-02-20 18:40:10 +0100 | [diff] [blame] | 120 | from tempest.services.volume.json.admin.volume_quotas_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 121 | VolumeQuotasClient |
Abhijeet.Jain | 0056b07 | 2014-04-15 09:32:29 +0530 | [diff] [blame] | 122 | from tempest.services.volume.json.admin.volume_services_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 123 | VolumesServicesClient |
Attila Fazekas | 6968dd5 | 2013-02-15 17:05:53 +0100 | [diff] [blame] | 124 | from tempest.services.volume.json.admin.volume_types_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 125 | VolumeTypesClient |
Abhijeet.Jain | 6109bb8 | 2014-05-01 10:29:15 +0530 | [diff] [blame] | 126 | from tempest.services.volume.json.availability_zone_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 127 | VolumeAvailabilityZoneClient |
| 128 | from tempest.services.volume.json.backups_client import BackupsClient |
Matthew Treinish | 2324e6b | 2013-10-21 20:25:17 +0000 | [diff] [blame] | 129 | from tempest.services.volume.json.extensions_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 130 | ExtensionsClient as VolumeExtensionClient |
| 131 | from tempest.services.volume.json.qos_client import QosSpecsClient |
| 132 | from tempest.services.volume.json.snapshots_client import SnapshotsClient |
| 133 | from tempest.services.volume.json.volumes_client import VolumesClient |
Chandan Kumar | 65eb859 | 2014-11-12 18:32:32 +0530 | [diff] [blame] | 134 | from tempest.services.volume.v2.json.admin.volume_hosts_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 135 | VolumeHostsV2Client |
Chandan Kumar | dd23f63 | 2014-11-17 15:27:48 +0530 | [diff] [blame] | 136 | from tempest.services.volume.v2.json.admin.volume_quotas_client import \ |
| 137 | VolumeQuotasV2Client |
jun xie | 9f12382 | 2014-11-20 14:21:23 +0800 | [diff] [blame] | 138 | from tempest.services.volume.v2.json.admin.volume_services_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 139 | VolumesServicesV2Client |
Chandan Kumar | 449e4c0 | 2014-09-12 07:26:19 -0400 | [diff] [blame] | 140 | from tempest.services.volume.v2.json.admin.volume_types_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 141 | VolumeTypesV2Client |
Zhi Kun Liu | 5339552 | 2014-07-18 16:05:52 +0800 | [diff] [blame] | 142 | from tempest.services.volume.v2.json.availability_zone_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 143 | VolumeV2AvailabilityZoneClient |
| 144 | from tempest.services.volume.v2.json.backups_client import BackupsClientV2 |
Zhi Kun Liu | 5339552 | 2014-07-18 16:05:52 +0800 | [diff] [blame] | 145 | from tempest.services.volume.v2.json.extensions_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 146 | ExtensionsV2Client as VolumeV2ExtensionClient |
| 147 | from tempest.services.volume.v2.json.qos_client import QosSpecsV2Client |
Zhi Kun Liu | 38641c6 | 2014-07-10 20:12:48 +0800 | [diff] [blame] | 148 | from tempest.services.volume.v2.json.snapshots_client import \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 149 | SnapshotsV2Client |
| 150 | from tempest.services.volume.v2.json.volumes_client import VolumesV2Client |
Vincent Hou | 6b8a7b7 | 2012-08-25 01:24:33 +0800 | [diff] [blame] | 151 | |
Sean Dague | 86bd842 | 2013-12-20 09:56:44 -0500 | [diff] [blame] | 152 | CONF = config.CONF |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 153 | LOG = logging.getLogger(__name__) |
| 154 | |
Vincent Hou | 6b8a7b7 | 2012-08-25 01:24:33 +0800 | [diff] [blame] | 155 | |
Andrea Frittoli | f9cde7e | 2014-02-18 09:57:04 +0000 | [diff] [blame] | 156 | class Manager(manager.Manager): |
Ken'ichi Ohmichi | 2e2ee19 | 2015-11-19 09:48:27 +0000 | [diff] [blame^] | 157 | """Top level manager for OpenStack tempest clients""" |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 158 | |
Ken'ichi Ohmichi | c2b11ce | 2015-01-16 07:17:29 +0000 | [diff] [blame] | 159 | default_params = { |
| 160 | 'disable_ssl_certificate_validation': |
| 161 | CONF.identity.disable_ssl_certificate_validation, |
| 162 | 'ca_certs': CONF.identity.ca_certificates_file, |
| 163 | 'trace_requests': CONF.debug.trace_requests |
| 164 | } |
| 165 | |
Ken'ichi Ohmichi | 737a603 | 2015-01-21 07:04:42 +0000 | [diff] [blame] | 166 | # NOTE: Tempest uses timeout values of compute API if project specific |
| 167 | # timeout values don't exist. |
| 168 | default_params_with_timeout_values = { |
| 169 | 'build_interval': CONF.compute.build_interval, |
| 170 | 'build_timeout': CONF.compute.build_timeout |
| 171 | } |
| 172 | default_params_with_timeout_values.update(default_params) |
| 173 | |
Andrea Frittoli (andreaf) | 290b3e1 | 2015-10-08 10:25:02 +0100 | [diff] [blame] | 174 | def __init__(self, credentials, service=None): |
Andrea Frittoli | 422fbdf | 2014-03-20 10:05:18 +0000 | [diff] [blame] | 175 | super(Manager, self).__init__(credentials=credentials) |
Brant Knudson | c7ca334 | 2013-03-28 21:08:50 -0500 | [diff] [blame] | 176 | |
Ken'ichi Ohmichi | 80ec0b9 | 2015-01-16 06:43:10 +0000 | [diff] [blame] | 177 | self._set_compute_clients() |
ravikumar-venkatesan | 9e81b44 | 2014-12-08 09:57:56 +0000 | [diff] [blame] | 178 | self._set_database_clients() |
Ken'ichi Ohmichi | 80ec0b9 | 2015-01-16 06:43:10 +0000 | [diff] [blame] | 179 | self._set_identity_clients() |
| 180 | self._set_volume_clients() |
Ken'ichi Ohmichi | c95eb85 | 2015-01-22 01:57:57 +0000 | [diff] [blame] | 181 | self._set_object_storage_clients() |
Ken'ichi Ohmichi | cd4a51e | 2014-11-13 07:25:33 +0000 | [diff] [blame] | 182 | |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 183 | self.baremetal_client = BaremetalClient( |
Ken'ichi Ohmichi | 1f88ece | 2015-01-23 03:33:11 +0000 | [diff] [blame] | 184 | self.auth_provider, |
| 185 | CONF.baremetal.catalog_type, |
| 186 | CONF.identity.region, |
| 187 | endpoint_type=CONF.baremetal.endpoint_type, |
| 188 | **self.default_params_with_timeout_values) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 189 | self.network_client = NetworkClient( |
Ken'ichi Ohmichi | a182e86 | 2015-01-21 01:16:37 +0000 | [diff] [blame] | 190 | self.auth_provider, |
| 191 | CONF.network.catalog_type, |
| 192 | CONF.network.region or CONF.identity.region, |
| 193 | endpoint_type=CONF.network.endpoint_type, |
| 194 | build_interval=CONF.network.build_interval, |
| 195 | build_timeout=CONF.network.build_timeout, |
| 196 | **self.default_params) |
John Warren | 94d8faf | 2015-09-15 12:22:24 -0400 | [diff] [blame] | 197 | self.networks_client = NetworksClient( |
| 198 | self.auth_provider, |
| 199 | CONF.network.catalog_type, |
| 200 | CONF.network.region or CONF.identity.region, |
| 201 | endpoint_type=CONF.network.endpoint_type, |
| 202 | build_interval=CONF.network.build_interval, |
| 203 | build_timeout=CONF.network.build_timeout, |
| 204 | **self.default_params) |
John Warren | 3961acd | 2015-10-02 14:38:53 -0400 | [diff] [blame] | 205 | self.subnets_client = SubnetsClient( |
| 206 | self.auth_provider, |
| 207 | CONF.network.catalog_type, |
| 208 | CONF.network.region or CONF.identity.region, |
| 209 | endpoint_type=CONF.network.endpoint_type, |
| 210 | build_interval=CONF.network.build_interval, |
| 211 | build_timeout=CONF.network.build_timeout, |
| 212 | **self.default_params) |
John Warren | 49c0fe5 | 2015-10-22 12:35:54 -0400 | [diff] [blame] | 213 | self.ports_client = PortsClient( |
| 214 | self.auth_provider, |
| 215 | CONF.network.catalog_type, |
| 216 | CONF.network.region or CONF.identity.region, |
| 217 | endpoint_type=CONF.network.endpoint_type, |
| 218 | build_interval=CONF.network.build_interval, |
| 219 | build_timeout=CONF.network.build_timeout, |
| 220 | **self.default_params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 221 | self.messaging_client = MessagingClient( |
Ken'ichi Ohmichi | 2183a65 | 2015-01-22 05:00:20 +0000 | [diff] [blame] | 222 | self.auth_provider, |
| 223 | CONF.messaging.catalog_type, |
| 224 | CONF.identity.region, |
| 225 | **self.default_params_with_timeout_values) |
Sean Dague | f3c7591 | 2014-11-24 11:45:11 -0500 | [diff] [blame] | 226 | if CONF.service_available.ceilometer: |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 227 | self.telemetry_client = TelemetryClient( |
Ken'ichi Ohmichi | d5dba1c | 2015-01-23 02:23:22 +0000 | [diff] [blame] | 228 | self.auth_provider, |
| 229 | CONF.telemetry.catalog_type, |
| 230 | CONF.identity.region, |
| 231 | endpoint_type=CONF.telemetry.endpoint_type, |
| 232 | **self.default_params_with_timeout_values) |
Sean Dague | 86bd842 | 2013-12-20 09:56:44 -0500 | [diff] [blame] | 233 | if CONF.service_available.glance: |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 234 | self.image_client = ImageClient( |
Masayuki Igawa | bc7e189 | 2015-03-03 11:46:48 +0900 | [diff] [blame] | 235 | self.auth_provider, |
| 236 | CONF.image.catalog_type, |
| 237 | CONF.image.region or CONF.identity.region, |
| 238 | endpoint_type=CONF.image.endpoint_type, |
| 239 | build_interval=CONF.image.build_interval, |
| 240 | build_timeout=CONF.image.build_timeout, |
| 241 | **self.default_params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 242 | self.image_client_v2 = ImageClientV2( |
Masayuki Igawa | bc7e189 | 2015-03-03 11:46:48 +0900 | [diff] [blame] | 243 | self.auth_provider, |
| 244 | CONF.image.catalog_type, |
| 245 | CONF.image.region or CONF.identity.region, |
| 246 | endpoint_type=CONF.image.endpoint_type, |
| 247 | build_interval=CONF.image.build_interval, |
| 248 | build_timeout=CONF.image.build_timeout, |
| 249 | **self.default_params) |
Andrea Frittoli | 8bbdb16 | 2014-01-06 11:06:13 +0000 | [diff] [blame] | 250 | self.orchestration_client = OrchestrationClient( |
Ken'ichi Ohmichi | c2b11ce | 2015-01-16 07:17:29 +0000 | [diff] [blame] | 251 | self.auth_provider, |
| 252 | CONF.orchestration.catalog_type, |
| 253 | CONF.orchestration.region or CONF.identity.region, |
| 254 | endpoint_type=CONF.orchestration.endpoint_type, |
| 255 | build_interval=CONF.orchestration.build_interval, |
| 256 | build_timeout=CONF.orchestration.build_timeout, |
| 257 | **self.default_params) |
Ken'ichi Ohmichi | 4e83b5e | 2015-02-13 04:07:34 +0000 | [diff] [blame] | 258 | self.data_processing_client = DataProcessingClient( |
| 259 | self.auth_provider, |
| 260 | CONF.data_processing.catalog_type, |
| 261 | CONF.identity.region, |
| 262 | endpoint_type=CONF.data_processing.endpoint_type, |
| 263 | **self.default_params_with_timeout_values) |
Ken'ichi Ohmichi | b38eb00 | 2015-01-23 02:35:01 +0000 | [diff] [blame] | 264 | self.negative_client = negative_rest_client.NegativeRestClient( |
David Kranz | 1e33e37 | 2015-03-20 09:42:56 -0400 | [diff] [blame] | 265 | self.auth_provider, service, **self.default_params) |
Ken'ichi Ohmichi | c2b11ce | 2015-01-16 07:17:29 +0000 | [diff] [blame] | 266 | |
Andrea Frittoli | 32d7499 | 2015-03-06 17:01:07 +0000 | [diff] [blame] | 267 | # Generating EC2 credentials in tempest is only supported |
| 268 | # with identity v2 |
| 269 | if CONF.identity_feature_enabled.api_v2 and \ |
| 270 | CONF.identity.auth_version == 'v2': |
nayna-patel | 1dfbedb | 2015-08-04 11:07:56 +0000 | [diff] [blame] | 271 | # EC2 and S3 clients, if used, will check configured AWS |
| 272 | # credentials and generate new ones if needed |
Andrea Frittoli | 32d7499 | 2015-03-06 17:01:07 +0000 | [diff] [blame] | 273 | self.ec2api_client = botoclients.APIClientEC2(self.identity_client) |
| 274 | self.s3_client = botoclients.ObjectClientS3(self.identity_client) |
Jay Pipes | 5067728 | 2012-01-06 15:39:20 -0500 | [diff] [blame] | 275 | |
Ken'ichi Ohmichi | 80ec0b9 | 2015-01-16 06:43:10 +0000 | [diff] [blame] | 276 | def _set_compute_clients(self): |
Ken'ichi Ohmichi | 4771cbc | 2015-01-19 23:45:23 +0000 | [diff] [blame] | 277 | params = { |
| 278 | 'service': CONF.compute.catalog_type, |
| 279 | 'region': CONF.compute.region or CONF.identity.region, |
| 280 | 'endpoint_type': CONF.compute.endpoint_type, |
| 281 | 'build_interval': CONF.compute.build_interval, |
| 282 | 'build_timeout': CONF.compute.build_timeout |
| 283 | } |
| 284 | params.update(self.default_params) |
| 285 | |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 286 | self.agents_client = AgentsClient(self.auth_provider, **params) |
John Warren | 9487a18 | 2015-09-14 18:12:56 -0400 | [diff] [blame] | 287 | self.compute_networks_client = ComputeNetworksClient( |
| 288 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 289 | self.migrations_client = MigrationsClient(self.auth_provider, |
| 290 | **params) |
Ken'ichi Ohmichi | 65225ef | 2014-11-19 01:06:25 +0000 | [diff] [blame] | 291 | self.security_group_default_rules_client = ( |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 292 | SecurityGroupDefaultRulesClient(self.auth_provider, **params)) |
| 293 | self.certificates_client = CertificatesClient(self.auth_provider, |
| 294 | **params) |
| 295 | self.servers_client = ServersClient( |
Masayuki Igawa | 8f9c0c8 | 2015-03-03 09:38:08 +0900 | [diff] [blame] | 296 | self.auth_provider, |
| 297 | enable_instance_password=CONF.compute_feature_enabled |
| 298 | .enable_instance_password, |
| 299 | **params) |
Ken'ichi Ohmichi | 7ca54b8 | 2015-07-07 01:10:26 +0000 | [diff] [blame] | 300 | self.server_groups_client = ServerGroupsClient( |
| 301 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 302 | self.limits_client = LimitsClient(self.auth_provider, **params) |
| 303 | self.images_client = ImagesClient(self.auth_provider, **params) |
| 304 | self.keypairs_client = KeyPairsClient(self.auth_provider, **params) |
| 305 | self.quotas_client = QuotasClient(self.auth_provider, **params) |
| 306 | self.quota_classes_client = QuotaClassesClient(self.auth_provider, |
| 307 | **params) |
| 308 | self.flavors_client = FlavorsClient(self.auth_provider, **params) |
| 309 | self.extensions_client = ExtensionsClient(self.auth_provider, |
| 310 | **params) |
Ken'ichi Ohmichi | f576770 | 2015-07-29 23:39:10 +0000 | [diff] [blame] | 311 | self.floating_ip_pools_client = FloatingIPPoolsClient( |
Ken'ichi Ohmichi | 03af1c5 | 2015-07-13 00:28:05 +0000 | [diff] [blame] | 312 | self.auth_provider, **params) |
Ken'ichi Ohmichi | f576770 | 2015-07-29 23:39:10 +0000 | [diff] [blame] | 313 | self.floating_ips_bulk_client = FloatingIPsBulkClient( |
Ken'ichi Ohmichi | 2b26e75 | 2015-07-13 00:44:36 +0000 | [diff] [blame] | 314 | self.auth_provider, **params) |
John Warren | e74890a | 2015-11-11 15:18:01 -0500 | [diff] [blame] | 315 | self.compute_floating_ips_client = ComputeFloatingIPsClient( |
| 316 | self.auth_provider, **params) |
Ken'ichi Ohmichi | 685cd17 | 2015-07-13 01:29:57 +0000 | [diff] [blame] | 317 | self.security_group_rules_client = SecurityGroupRulesClient( |
| 318 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 319 | self.security_groups_client = SecurityGroupsClient( |
Ken'ichi Ohmichi | 4771cbc | 2015-01-19 23:45:23 +0000 | [diff] [blame] | 320 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 321 | self.interfaces_client = InterfacesClient(self.auth_provider, |
| 322 | **params) |
| 323 | self.fixed_ips_client = FixedIPsClient(self.auth_provider, |
| 324 | **params) |
| 325 | self.availability_zone_client = AvailabilityZoneClient( |
Ken'ichi Ohmichi | 4771cbc | 2015-01-19 23:45:23 +0000 | [diff] [blame] | 326 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 327 | self.aggregates_client = AggregatesClient(self.auth_provider, |
| 328 | **params) |
| 329 | self.services_client = ServicesClient(self.auth_provider, **params) |
| 330 | self.tenant_usages_client = TenantUsagesClient(self.auth_provider, |
| 331 | **params) |
| 332 | self.hosts_client = HostsClient(self.auth_provider, **params) |
| 333 | self.hypervisor_client = HypervisorClient(self.auth_provider, |
| 334 | **params) |
Ken'ichi Ohmichi | cd4a51e | 2014-11-13 07:25:33 +0000 | [diff] [blame] | 335 | self.instance_usages_audit_log_client = \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 336 | InstanceUsagesAuditLogClient(self.auth_provider, **params) |
Ken'ichi Ohmichi | c3dfdb2 | 2015-01-22 04:39:58 +0000 | [diff] [blame] | 337 | self.tenant_networks_client = \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 338 | TenantNetworksClient(self.auth_provider, **params) |
| 339 | self.baremetal_nodes_client = BaremetalNodesClient( |
YuikoTakada | ac0879a | 2015-01-22 02:40:03 +0000 | [diff] [blame] | 340 | self.auth_provider, **params) |
Ken'ichi Ohmichi | 4771cbc | 2015-01-19 23:45:23 +0000 | [diff] [blame] | 341 | |
| 342 | # NOTE: The following client needs special timeout values because |
| 343 | # the API is a proxy for the other component. |
| 344 | params_volume = copy.deepcopy(params) |
| 345 | params_volume.update({ |
| 346 | 'build_interval': CONF.volume.build_interval, |
| 347 | 'build_timeout': CONF.volume.build_timeout |
| 348 | }) |
Ken'ichi Ohmichi | ea3f26a | 2015-09-29 00:18:39 +0000 | [diff] [blame] | 349 | self.volumes_extensions_client = ComputeVolumesClient( |
Ken'ichi Ohmichi | c492178 | 2015-08-05 08:14:42 +0000 | [diff] [blame] | 350 | self.auth_provider, **params_volume) |
Ken'ichi Ohmichi | 2b6012b | 2015-09-03 01:56:19 +0000 | [diff] [blame] | 351 | self.compute_versions_client = VersionsClient(self.auth_provider, |
| 352 | **params_volume) |
Ken'ichi Ohmichi | b7e2730 | 2015-09-29 00:11:20 +0000 | [diff] [blame] | 353 | self.snapshots_extensions_client = ComputeSnapshotsClient( |
Gaozexu | b9c9d6e | 2015-09-10 17:08:04 +0800 | [diff] [blame] | 354 | self.auth_provider, **params_volume) |
Ken'ichi Ohmichi | cd4a51e | 2014-11-13 07:25:33 +0000 | [diff] [blame] | 355 | |
ravikumar-venkatesan | 9e81b44 | 2014-12-08 09:57:56 +0000 | [diff] [blame] | 356 | def _set_database_clients(self): |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 357 | self.database_flavors_client = DatabaseFlavorsClient( |
ravikumar-venkatesan | 9e81b44 | 2014-12-08 09:57:56 +0000 | [diff] [blame] | 358 | self.auth_provider, |
| 359 | CONF.database.catalog_type, |
| 360 | CONF.identity.region, |
| 361 | **self.default_params_with_timeout_values) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 362 | self.database_limits_client = DatabaseLimitsClient( |
ravikumar-venkatesan | 9e81b44 | 2014-12-08 09:57:56 +0000 | [diff] [blame] | 363 | self.auth_provider, |
| 364 | CONF.database.catalog_type, |
| 365 | CONF.identity.region, |
| 366 | **self.default_params_with_timeout_values) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 367 | self.database_versions_client = DatabaseVersionsClient( |
ravikumar-venkatesan | 9e81b44 | 2014-12-08 09:57:56 +0000 | [diff] [blame] | 368 | self.auth_provider, |
| 369 | CONF.database.catalog_type, |
| 370 | CONF.identity.region, |
| 371 | **self.default_params_with_timeout_values) |
| 372 | |
Ken'ichi Ohmichi | 80ec0b9 | 2015-01-16 06:43:10 +0000 | [diff] [blame] | 373 | def _set_identity_clients(self): |
ghanshyam | d26b5cd | 2015-02-09 14:48:58 +0900 | [diff] [blame] | 374 | params = { |
| 375 | 'service': CONF.identity.catalog_type, |
Jane Zadorozhna | c786213 | 2015-07-10 14:34:50 +0300 | [diff] [blame] | 376 | 'region': CONF.identity.region |
ghanshyam | d26b5cd | 2015-02-09 14:48:58 +0900 | [diff] [blame] | 377 | } |
| 378 | params.update(self.default_params_with_timeout_values) |
Jane Zadorozhna | c786213 | 2015-07-10 14:34:50 +0300 | [diff] [blame] | 379 | params_v2_admin = params.copy() |
| 380 | params_v2_admin['endpoint_type'] = CONF.identity.v2_admin_endpoint_type |
| 381 | # Client uses admin endpoint type of Keystone API v2 |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 382 | self.identity_client = IdentityClient(self.auth_provider, |
Jane Zadorozhna | c786213 | 2015-07-10 14:34:50 +0300 | [diff] [blame] | 383 | **params_v2_admin) |
| 384 | params_v2_public = params.copy() |
| 385 | params_v2_public['endpoint_type'] = ( |
| 386 | CONF.identity.v2_public_endpoint_type) |
| 387 | # Client uses public endpoint type of Keystone API v2 |
| 388 | self.identity_public_client = IdentityClient(self.auth_provider, |
| 389 | **params_v2_public) |
| 390 | params_v3 = params.copy() |
| 391 | params_v3['endpoint_type'] = CONF.identity.v3_endpoint_type |
| 392 | # Client uses the endpoint type of Keystone API v3 |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 393 | self.identity_v3_client = IdentityV3Client(self.auth_provider, |
Jane Zadorozhna | c786213 | 2015-07-10 14:34:50 +0300 | [diff] [blame] | 394 | **params_v3) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 395 | self.endpoints_client = EndPointClient(self.auth_provider, |
| 396 | **params) |
| 397 | self.service_client = ServiceClient(self.auth_provider, **params) |
| 398 | self.policy_client = PolicyClient(self.auth_provider, **params) |
| 399 | self.region_client = RegionClient(self.auth_provider, **params) |
| 400 | self.credentials_client = CredentialsClient(self.auth_provider, |
| 401 | **params) |
Andrea Frittoli | 9001235 | 2015-02-25 21:58:02 +0000 | [diff] [blame] | 402 | # Token clients do not use the catalog. They only need default_params. |
Andrea Frittoli (andreaf) | 03e546f | 2015-05-13 12:44:47 +0100 | [diff] [blame] | 403 | # They read auth_url, so they should only be set if the corresponding |
| 404 | # API version is marked as enabled |
| 405 | if CONF.identity_feature_enabled.api_v2: |
| 406 | if CONF.identity.uri: |
Ken'ichi Ohmichi | 5f80ce3 | 2015-09-10 23:51:14 +0000 | [diff] [blame] | 407 | self.token_client = TokenClient( |
Andrea Frittoli (andreaf) | 03e546f | 2015-05-13 12:44:47 +0100 | [diff] [blame] | 408 | CONF.identity.uri, **self.default_params) |
| 409 | else: |
| 410 | msg = 'Identity v2 API enabled, but no identity.uri set' |
| 411 | raise exceptions.InvalidConfiguration(msg) |
Ken'ichi Ohmichi | 41951b0 | 2014-11-19 01:57:43 +0000 | [diff] [blame] | 412 | if CONF.identity_feature_enabled.api_v3: |
Andrea Frittoli (andreaf) | 03e546f | 2015-05-13 12:44:47 +0100 | [diff] [blame] | 413 | if CONF.identity.uri_v3: |
Ken'ichi Ohmichi | 5f80ce3 | 2015-09-10 23:51:14 +0000 | [diff] [blame] | 414 | self.token_v3_client = V3TokenClient( |
Andrea Frittoli (andreaf) | 03e546f | 2015-05-13 12:44:47 +0100 | [diff] [blame] | 415 | CONF.identity.uri_v3, **self.default_params) |
| 416 | else: |
| 417 | msg = 'Identity v3 API enabled, but no identity.uri_v3 set' |
| 418 | raise exceptions.InvalidConfiguration(msg) |
Ken'ichi Ohmichi | 41951b0 | 2014-11-19 01:57:43 +0000 | [diff] [blame] | 419 | |
Ken'ichi Ohmichi | 80ec0b9 | 2015-01-16 06:43:10 +0000 | [diff] [blame] | 420 | def _set_volume_clients(self): |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 421 | params = { |
| 422 | 'service': CONF.volume.catalog_type, |
| 423 | 'region': CONF.volume.region or CONF.identity.region, |
| 424 | 'endpoint_type': CONF.volume.endpoint_type, |
| 425 | 'build_interval': CONF.volume.build_interval, |
| 426 | 'build_timeout': CONF.volume.build_timeout |
| 427 | } |
| 428 | params.update(self.default_params) |
| 429 | |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 430 | self.volume_qos_client = QosSpecsClient(self.auth_provider, |
| 431 | **params) |
| 432 | self.volume_qos_v2_client = QosSpecsV2Client( |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 433 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 434 | self.volume_services_v2_client = VolumesServicesV2Client( |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 435 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 436 | self.backups_client = BackupsClient(self.auth_provider, **params) |
| 437 | self.backups_v2_client = BackupsClientV2(self.auth_provider, |
| 438 | **params) |
| 439 | self.snapshots_client = SnapshotsClient(self.auth_provider, |
| 440 | **params) |
| 441 | self.snapshots_v2_client = SnapshotsV2Client(self.auth_provider, |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 442 | **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 443 | self.volumes_client = VolumesClient( |
Ken'ichi Ohmichi | 234da80 | 2015-02-13 04:48:06 +0000 | [diff] [blame] | 444 | self.auth_provider, default_volume_size=CONF.volume.volume_size, |
| 445 | **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 446 | self.volumes_v2_client = VolumesV2Client( |
Ken'ichi Ohmichi | 234da80 | 2015-02-13 04:48:06 +0000 | [diff] [blame] | 447 | self.auth_provider, default_volume_size=CONF.volume.volume_size, |
| 448 | **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 449 | self.volume_types_client = VolumeTypesClient(self.auth_provider, |
| 450 | **params) |
| 451 | self.volume_services_client = VolumesServicesClient( |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 452 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 453 | self.volume_hosts_client = VolumeHostsClient(self.auth_provider, |
| 454 | **params) |
| 455 | self.volume_hosts_v2_client = VolumeHostsV2Client( |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 456 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 457 | self.volume_quotas_client = VolumeQuotasClient(self.auth_provider, |
| 458 | **params) |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 459 | self.volume_quotas_v2_client = VolumeQuotasV2Client(self.auth_provider, |
| 460 | **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 461 | self.volumes_extension_client = VolumeExtensionClient( |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 462 | self.auth_provider, **params) |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 463 | self.volumes_v2_extension_client = VolumeV2ExtensionClient( |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 464 | self.auth_provider, **params) |
Ken'ichi Ohmichi | 532ae92 | 2014-11-19 01:37:15 +0000 | [diff] [blame] | 465 | self.volume_availability_zone_client = \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 466 | VolumeAvailabilityZoneClient(self.auth_provider, **params) |
Ken'ichi Ohmichi | 532ae92 | 2014-11-19 01:37:15 +0000 | [diff] [blame] | 467 | self.volume_v2_availability_zone_client = \ |
Ken'ichi Ohmichi | a628707 | 2015-07-02 02:43:15 +0000 | [diff] [blame] | 468 | VolumeV2AvailabilityZoneClient(self.auth_provider, **params) |
| 469 | self.volume_types_v2_client = VolumeTypesV2Client( |
Ken'ichi Ohmichi | f85e9bd | 2015-01-27 12:51:47 +0000 | [diff] [blame] | 470 | self.auth_provider, **params) |
Ken'ichi Ohmichi | 532ae92 | 2014-11-19 01:37:15 +0000 | [diff] [blame] | 471 | |
Ken'ichi Ohmichi | c95eb85 | 2015-01-22 01:57:57 +0000 | [diff] [blame] | 472 | def _set_object_storage_clients(self): |
Ken'ichi Ohmichi | 564b2ad | 2015-01-22 02:08:59 +0000 | [diff] [blame] | 473 | params = { |
| 474 | 'service': CONF.object_storage.catalog_type, |
| 475 | 'region': CONF.object_storage.region or CONF.identity.region, |
| 476 | 'endpoint_type': CONF.object_storage.endpoint_type |
| 477 | } |
| 478 | params.update(self.default_params_with_timeout_values) |
| 479 | |
| 480 | self.account_client = AccountClient(self.auth_provider, **params) |
| 481 | self.container_client = ContainerClient(self.auth_provider, **params) |
| 482 | self.object_client = ObjectClient(self.auth_provider, **params) |