diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-08-27 09:55:51 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-08-27 10:19:18 +0800 |
commit | 1e208649e7ac51882ef89c2d90b009da7762587e (patch) | |
tree | cd3f20c16f91090462a7958b1c718b4c968db5d4 /scripts/multicloud-ocata/generic_sim/keystone/responses.yml | |
parent | 2b661625874c1f933d28acbe5919cced5a2899b6 (diff) |
Delete csit for ocata
Issue-ID: MULTICLOUD-775
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: I29181c746a4691409a2df32a9f6c77d0a56724c6
Diffstat (limited to 'scripts/multicloud-ocata/generic_sim/keystone/responses.yml')
-rw-r--r-- | scripts/multicloud-ocata/generic_sim/keystone/responses.yml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/scripts/multicloud-ocata/generic_sim/keystone/responses.yml b/scripts/multicloud-ocata/generic_sim/keystone/responses.yml deleted file mode 100644 index 422ec7b7..00000000 --- a/scripts/multicloud-ocata/generic_sim/keystone/responses.yml +++ /dev/null @@ -1,44 +0,0 @@ -projects: - get: - body: '{"projects": [{"is_domain": false, "description": "admin tenant", - "links": {"self": "http://keystone:8080/v3/projects/b8f5d85bbcd84af28d7caa62d39f05c7"}, - "enabled": true, "domain_id": "default", "parent_id": "default", "id": - "b8f5d85bbcd84af28d7caa62d39f05c7", "name": "admin"}, {"is_domain": - false, "description": "Tenant for the openstack services", "links": {"self": - "http://keystone:8080/v3/projects/3543226ffed44daf90a2f71f36c00b8d"}, - "enabled": true, "domain_id": "default", "parent_id": "default", "id": - "3543226ffed44daf90a2f71f36c00b8d", "name": "services"}], "links": {"self": - "http://keystone:8080/v3/projects", "next": null, "previous": null}}' - content_type: application/json - status_code: 200 -v3/auth/tokens: - post: - body: '{"token": {"methods": ["password"], "expires_at": "2019-11-06T15:32:17.893769Z", - "user": { "domain": {"id": "default", "name": "Default"}, - "id": "423f19a4ac1e4f48bbb4180756e6eb6c", "name": "admin", "password_expires_at": null }, - "audit_ids": [ "ZzZwkUflQfygX7pdYDBCQQ"], "catalog": [ - { "endpoints": [ - { "id": "1", "interface": "public", "region": "RegionOne", "url": "http://keystone:8080" }, - { "id": "2", "interface": "internal", "region": "RegionOne", "url": "http://keystone:8080" }, - { "id": "3", "interface": "admin", "region": "RegionOne", "url": "http://keystone:8080" } - ], "id": "1", "type": "identity", "name": "keystone"}, - { "endpoints": [ - { "id": "1", "interface": "public", "region": "RegionOne", "url": "http://glance:8080" }, - { "id": "2", "interface": "internal", "region": "RegionOne", "url": "http://glance:8080" }, - { "id": "3", "interface": "admin", "region": "RegionOne", "url": "http://glance:8080" } - ], "id": "2", "type": "image", "name": "glance"}, - { "endpoints": [ - { "id": "1", "interface": "public", "region": "RegionOne", "url": "http://cinder:8080" }, - { "id": "2", "interface": "internal", "region": "RegionOne", "url": "http://cinder:8080" }, - { "id": "3", "interface": "admin", "region": "RegionOne", "url": "http://cinder:8080" } - ], "id": "2", "type": "volumev3", "name": "cinder"}, - { "endpoints": [ - { "id": "1", "interface": "public", "region": "RegionOne", "url": "http://nova:8080" }, - { "id": "2", "interface": "internal", "region": "RegionOne", "url": "http://nova:8080" }, - { "id": "3", "interface": "admin", "region": "RegionOne", "url": "http://nova:8080" } - ], "id": "3", "type": "compute", "name": "nova"}], - "issued_at": "2015-11-06T14:32:17.893797Z"}}' - content_type: application/json - status_code: 200 - headers: - X-Subject-Token: 423f19a4ac1e4f48bbb4180756e6eb6c |