fog 1.35.0 → 1.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -0
  3. data/CHANGELOG.md +50 -0
  4. data/fog.gemspec +6 -6
  5. data/lib/fog/digitalocean/models/compute/server.rb +0 -1
  6. data/lib/fog/digitalocean/requests/compute_v2/create_ssh_key.rb +10 -8
  7. data/lib/fog/digitalocean/requests/compute_v2/delete_ssh_key.rb +5 -1
  8. data/lib/fog/digitalocean/requests/compute_v2/list_ssh_keys.rb +6 -1
  9. data/lib/fog/glesys/models/compute/server.rb +0 -1
  10. data/lib/fog/joyent/compute.rb +6 -1
  11. data/lib/fog/linode/compute.rb +3 -0
  12. data/lib/fog/linode/models/compute/data_center.rb +1 -0
  13. data/lib/fog/linode/models/compute/flavor.rb +3 -0
  14. data/lib/fog/linode/models/compute/flavors.rb +8 -1
  15. data/lib/fog/linode/models/compute/image.rb +2 -0
  16. data/lib/fog/linode/models/compute/images.rb +2 -1
  17. data/lib/fog/linode/models/compute/kernel.rb +3 -0
  18. data/lib/fog/linode/models/compute/kernels.rb +14 -8
  19. data/lib/fog/linode/models/compute/node_balancer_flavor.rb +13 -0
  20. data/lib/fog/linode/models/compute/node_balancer_flavors.rb +27 -0
  21. data/lib/fog/linode/requests/compute/avail_kernels.rb +17 -18
  22. data/lib/fog/linode/requests/compute/avail_linodeplans.rb +4 -2
  23. data/lib/fog/linode/requests/compute/avail_nodebalancers.rb +42 -0
  24. data/lib/fog/linode/requests/compute/avail_stackscripts.rb +6 -11
  25. data/lib/fog/openstack/core.rb +22 -21
  26. data/lib/fog/openstack/models/baremetal/nodes.rb +1 -1
  27. data/lib/fog/openstack/models/identity_v3/domain.rb +6 -0
  28. data/lib/fog/openstack/models/identity_v3/domains.rb +19 -4
  29. data/lib/fog/openstack/models/identity_v3/project.rb +10 -0
  30. data/lib/fog/openstack/models/identity_v3/projects.rb +16 -3
  31. data/lib/fog/openstack/models/identity_v3/tokens.rb +1 -0
  32. data/lib/fog/openstack/models/storage/file.rb +9 -0
  33. data/lib/fog/openstack/requests/baremetal/delete_node.rb +1 -1
  34. data/lib/fog/rackspace/requests/load_balancers/create_node.rb +1 -1
  35. data/lib/fog/version.rb +1 -1
  36. data/lib/fog/vsphere/compute.rb +8 -0
  37. data/lib/fog/vsphere/models/compute/network.rb +1 -0
  38. data/lib/fog/vsphere/models/compute/process.rb +18 -0
  39. data/lib/fog/vsphere/models/compute/server.rb +29 -0
  40. data/lib/fog/vsphere/models/compute/snapshot.rb +35 -0
  41. data/lib/fog/vsphere/models/compute/snapshots.rb +27 -0
  42. data/lib/fog/vsphere/requests/compute/create_vm.rb +65 -2
  43. data/lib/fog/vsphere/requests/compute/list_child_snapshots.rb +71 -0
  44. data/lib/fog/vsphere/requests/compute/list_networks.rb +5 -4
  45. data/lib/fog/vsphere/requests/compute/list_processes.rb +41 -0
  46. data/lib/fog/vsphere/requests/compute/list_vm_snapshots.rb +66 -0
  47. data/lib/fog/vsphere/requests/compute/revert_to_snapshot.rb +30 -0
  48. data/lib/fog/vsphere/requests/compute/vm_clone.rb +2 -5
  49. data/lib/fog/vsphere/requests/compute/vm_take_snapshot.rb +37 -0
  50. data/lib/tasks/changelog_task.rb +1 -0
  51. data/spec/fog/openstack/identity_v3/authv3_a.yml +18 -18
  52. data/spec/fog/openstack/identity_v3/authv3_b.yml +18 -18
  53. data/spec/fog/openstack/identity_v3/authv3_c.yml +293 -55
  54. data/spec/fog/openstack/identity_v3/authv3_token.yml +89 -89
  55. data/spec/fog/openstack/identity_v3/authv3_unscoped.yml +325 -222
  56. data/spec/fog/openstack/identity_v3/authv3_unscoped_reauth.yml +587 -111
  57. data/spec/fog/openstack/identity_v3/common_setup.yml +30 -30
  58. data/spec/fog/openstack/identity_v3/idv3_credential.yml +17 -17
  59. data/spec/fog/openstack/identity_v3/idv3_credential_crud.yml +343 -106
  60. data/spec/fog/openstack/identity_v3/idv3_domain.yml +27 -122
  61. data/spec/fog/openstack/identity_v3/idv3_domain_crud.yml +75 -128
  62. data/spec/fog/openstack/identity_v3/idv3_domain_group_roles_mutation.yml +141 -141
  63. data/spec/fog/openstack/identity_v3/idv3_domain_roles_mutation.yml +326 -86
  64. data/spec/fog/openstack/identity_v3/idv3_endpoint.yml +221 -221
  65. data/spec/fog/openstack/identity_v3/idv3_endpoints_crud.yml +314 -314
  66. data/spec/fog/openstack/identity_v3/idv3_group_crud_mutation.yml +191 -188
  67. data/spec/fog/openstack/identity_v3/idv3_policy.yml +23 -23
  68. data/spec/fog/openstack/identity_v3/idv3_policy_crud.yml +67 -67
  69. data/spec/fog/openstack/identity_v3/idv3_project.yml +267 -161
  70. data/spec/fog/openstack/identity_v3/idv3_project_crud.yml +70 -145
  71. data/spec/fog/openstack/identity_v3/idv3_project_group_user_roles_mutation.yml +195 -243
  72. data/spec/fog/openstack/identity_v3/idv3_project_hier_crud_list.yml +203 -553
  73. data/spec/fog/openstack/identity_v3/idv3_role.yml +49 -49
  74. data/spec/fog/openstack/identity_v3/idv3_role_crud.yml +92 -92
  75. data/spec/fog/openstack/identity_v3/idv3_service.yml +61 -61
  76. data/spec/fog/openstack/identity_v3/idv3_services_crud.yml +111 -111
  77. data/spec/fog/openstack/identity_v3/idv3_token.yml +84 -84
  78. data/spec/fog/openstack/identity_v3/idv3_user_crud.yml +140 -125
  79. data/spec/fog/openstack/identity_v3/idv3_users.yml +98 -78
  80. data/spec/fog/openstack/network/common_setup.yml +84 -75
  81. data/spec/fog/openstack/network/subnets_crud.yml +75 -35
  82. data/spec/fog/openstack/shared_context.rb +5 -1
  83. data/tests/helper.rb +1 -0
  84. data/tests/linode/requests/compute/datacenter_tests.rb +2 -1
  85. data/tests/linode/requests/compute/kernel_tests.rb +2 -10
  86. data/tests/linode/requests/compute/linodeplans_tests.rb +10 -7
  87. data/tests/linode/requests/compute/nodebalancers_tests.rb +20 -0
  88. data/tests/openstack/models/storage/file_tests.rb +29 -0
  89. data/tests/rackspace/requests/load_balancers/node_tests.rb +7 -0
  90. data/tests/vsphere/models/compute/server_tests.rb +27 -1
  91. data/tests/vsphere/requests/compute/list_child_snapshots_tests.rb +10 -0
  92. data/tests/vsphere/requests/compute/list_vm_snapshots_tests.rb +10 -0
  93. data/tests/vsphere/requests/compute/revert_to_snapshot_tests.rb +15 -0
  94. data/tests/vsphere/requests/compute/vm_take_snapshot_tests.rb +19 -0
  95. metadata +41 -16
  96. data/spec/fog/openstack/identity_v3/authv3_project.yml +0 -98
@@ -17,15 +17,15 @@ http_interactions:
17
17
  message: ''
18
18
  headers:
19
19
  Date:
20
- - Fri, 02 Oct 2015 11:41:10 GMT
20
+ - Wed, 28 Oct 2015 16:05:34 GMT
21
21
  Server:
22
22
  - Apache/2.4.7 (Ubuntu)
23
23
  X-Subject-Token:
24
- - f6af15c0332e4d3ab7716b51d8fedfff
24
+ - e6b2788de4cb4562b55c8a7bb05e8444
25
25
  Vary:
26
26
  - X-Auth-Token
27
27
  X-Openstack-Request-Id:
28
- - req-c5c15257-43f6-440e-a00e-760b79b6d67a
28
+ - req-94f4f5e5-82ea-4525-98cf-4483528aba86
29
29
  Content-Length:
30
30
  - '5331'
31
31
  Content-Type:
@@ -33,66 +33,66 @@ http_interactions:
33
33
  body:
34
34
  encoding: UTF-8
35
35
  string: '{"token": {"methods": ["password"], "roles": [{"id": "d98e5f87050646f194c8c23b9e3f2bca",
36
- "name": "admin"}], "expires_at": "2015-10-02T12:41:10.507068Z", "project":
36
+ "name": "admin"}], "expires_at": "2015-10-28T17:05:34.372882Z", "project":
37
37
  {"domain": {"id": "default", "name": "Default"}, "id": "ded5a6e0922c4be59e7c15517cfb89ee",
38
38
  "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "RegionOne", "url":
39
- "http://10.97.17.84:5000/v3", "region": "RegionOne", "interface": "public",
39
+ "http://devstack.openstack.stack:5000/v3", "region": "RegionOne", "interface": "public",
40
40
  "id": "09bb76485f3849c1a81dfeda62f1b27b"}, {"region_id": "RegionOne", "url":
41
- "http://10.97.17.84:35357/v3", "region": "RegionOne", "interface": "admin",
41
+ "http://devstack.openstack.stack:35357/v3", "region": "RegionOne", "interface": "admin",
42
42
  "id": "73acd28dc39e4d2cb332fe63eafd05fa"}, {"region_id": "RegionOne", "url":
43
- "http://10.97.17.84:5000/v3", "region": "RegionOne", "interface": "internal",
43
+ "http://devstack.openstack.stack:5000/v3", "region": "RegionOne", "interface": "internal",
44
44
  "id": "c0acc2a6600148248912d585cfd3debf"}], "type": "identity", "id": "00707ec9c3574d8ebb638265844f7903",
45
- "name": "keystone"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://10.97.17.84:9292",
45
+ "name": "keystone"}, {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292",
46
46
  "region": "RegionOne", "interface": "admin", "id": "9799d84417464a4cbb9226485ce539c7"},
47
- {"region_id": "RegionOne", "url": "http://10.97.17.84:9292", "region": "RegionOne",
47
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne",
48
48
  "interface": "internal", "id": "a0d9872cbf42461ea5ab511d32387662"}, {"region_id":
49
- "RegionOne", "url": "http://10.97.17.84:9292", "region": "RegionOne", "interface":
49
+ "RegionOne", "url": "http://devstack.openstack.stack:9292", "region": "RegionOne", "interface":
50
50
  "public", "id": "a93b60395e044b9187ccd7b37cf0c68c"}], "type": "image", "id":
51
51
  "1f1c2c6373754553938a93de04db5bc0", "name": "glance"}, {"endpoints": [{"region_id":
52
- "RegionOne", "url": "http://10.97.17.84:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
52
+ "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
53
53
  "region": "RegionOne", "interface": "admin", "id": "273424f04e404eb98eb6008cdff7654f"},
54
- {"region_id": "RegionOne", "url": "http://10.97.17.84:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
54
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
55
55
  "region": "RegionOne", "interface": "internal", "id": "4d6d1528f709499ca177e637521d7e85"},
56
- {"region_id": "RegionOne", "url": "http://10.97.17.84:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
56
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v2/ded5a6e0922c4be59e7c15517cfb89ee",
57
57
  "region": "RegionOne", "interface": "public", "id": "fa22fdd7d604405bb734e5b04b825c57"}],
58
58
  "type": "volumev2", "id": "49ef74e8dab84ed0b683f764ae6d510c", "name": "cinderv2"},
59
- {"endpoints": [{"region_id": "RegionOne", "url": "http://10.97.17.84:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
59
+ {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
60
60
  "region": "RegionOne", "interface": "internal", "id": "2b86f18fc82c4f599455afa9f54cae20"},
61
- {"region_id": "RegionOne", "url": "http://10.97.17.84:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
61
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
62
62
  "region": "RegionOne", "interface": "admin", "id": "5620b03559c84f6fbb01b660e3e5b8a9"},
63
- {"region_id": "RegionOne", "url": "http://10.97.17.84:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
63
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8776/v1/ded5a6e0922c4be59e7c15517cfb89ee",
64
64
  "region": "RegionOne", "interface": "public", "id": "f63063e775db4d48962172344fcdbdf1"}],
65
65
  "type": "volume", "id": "54efbe90e47244eca5fac1a65374e594", "name": "cinder"},
66
- {"endpoints": [{"region_id": "RegionOne", "url": "http://10.97.17.84:9696/",
66
+ {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/",
67
67
  "region": "RegionOne", "interface": "public", "id": "59f19d0e7c59457fa611c4f552fa37c3"},
68
- {"region_id": "RegionOne", "url": "http://10.97.17.84:9696/", "region": "RegionOne",
68
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne",
69
69
  "interface": "admin", "id": "5f2d351a942e41bc8cc2163569c645b7"}, {"region_id":
70
- "RegionOne", "url": "http://10.97.17.84:9696/", "region": "RegionOne", "interface":
70
+ "RegionOne", "url": "http://devstack.openstack.stack:9696/", "region": "RegionOne", "interface":
71
71
  "internal", "id": "8e2b48e33993420b934607375242e6a1"}], "type": "network",
72
72
  "id": "b6063de99a3b474094779d6f778cd87b", "name": "neutron"}, {"endpoints":
73
- [{"region_id": "RegionOne", "url": "http://10.97.17.84:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
73
+ [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
74
74
  "region": "RegionOne", "interface": "internal", "id": "1232531a1eda43cba7c8c539270a4839"},
75
- {"region_id": "RegionOne", "url": "http://10.97.17.84:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
75
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
76
76
  "region": "RegionOne", "interface": "public", "id": "87a9c4d67a9549e58a12e93675520929"},
77
- {"region_id": "RegionOne", "url": "http://10.97.17.84:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
77
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2.1/ded5a6e0922c4be59e7c15517cfb89ee",
78
78
  "region": "RegionOne", "interface": "admin", "id": "aa0660735da048068454148d747bd997"}],
79
79
  "type": "computev21", "id": "c6ad05da1baa4dd190bdf01dca60e911", "name": "novav21"},
80
- {"endpoints": [{"region_id": "RegionOne", "url": "http://10.97.17.84:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
80
+ {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
81
81
  "region": "RegionOne", "interface": "internal", "id": "1f0cd271fb524becaaa23c5e06730a19"},
82
- {"region_id": "RegionOne", "url": "http://10.97.17.84:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
82
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
83
83
  "region": "RegionOne", "interface": "public", "id": "51429028b9e74cb585dfe4a7df2bfd40"},
84
- {"region_id": "RegionOne", "url": "http://10.97.17.84:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
84
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8774/v2/ded5a6e0922c4be59e7c15517cfb89ee",
85
85
  "region": "RegionOne", "interface": "admin", "id": "8b6c30d816b1481f837448bcd368263a"}],
86
86
  "type": "compute", "id": "d22c9f37ebea4187ae97eb57ced02483", "name": "nova"},
87
- {"endpoints": [{"region_id": "RegionOne", "url": "http://10.97.17.84:8773/",
87
+ {"endpoints": [{"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/",
88
88
  "region": "RegionOne", "interface": "admin", "id": "d0af6d9e8b304d69bc349b63fdb7bd00"},
89
- {"region_id": "RegionOne", "url": "http://10.97.17.84:8773/", "region": "RegionOne",
89
+ {"region_id": "RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne",
90
90
  "interface": "public", "id": "e08749c48e9e4d2c9f2733fa221b3b2f"}, {"region_id":
91
- "RegionOne", "url": "http://10.97.17.84:8773/", "region": "RegionOne", "interface":
91
+ "RegionOne", "url": "http://devstack.openstack.stack:8773/", "region": "RegionOne", "interface":
92
92
  "internal", "id": "faf1491ad0244c17b13f9b4fc10becbb"}], "type": "ec2", "id":
93
93
  "e2550fc44d8044398e49a080439462ed", "name": "ec2"}], "extras": {}, "user":
94
94
  {"domain": {"id": "default", "name": "Default"}, "id": "a18abc2039d6493aa7239a42033cc7c9",
95
- "name": "admin"}, "audit_ids": ["z1Mqg1ohTBSbdrEqxrSlIw"], "issued_at": "2015-10-02T11:41:10.507133Z"}}'
95
+ "name": "admin"}, "audit_ids": ["5wOHaHKGRLiWMf8tRP7azQ"], "issued_at": "2015-10-28T16:05:34.372945Z"}}'
96
96
  http_version:
97
- recorded_at: Fri, 02 Oct 2015 11:40:58 GMT
97
+ recorded_at: Wed, 28 Oct 2015 16:05:14 GMT
98
98
  recorded_with: VCR 2.9.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://10.97.17.84:35357/v3/credentials
5
+ uri: http://devstack.openstack.stack:35357/v3/credentials
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -16,20 +16,20 @@ http_interactions:
16
16
  Accept:
17
17
  - application/json
18
18
  X-Auth-Token:
19
- - f6af15c0332e4d3ab7716b51d8fedfff
19
+ - e6b2788de4cb4562b55c8a7bb05e8444
20
20
  response:
21
21
  status:
22
22
  code: 200
23
23
  message: ''
24
24
  headers:
25
25
  Date:
26
- - Fri, 02 Oct 2015 11:41:45 GMT
26
+ - Wed, 28 Oct 2015 16:05:59 GMT
27
27
  Server:
28
28
  - Apache/2.4.7 (Ubuntu)
29
29
  Vary:
30
30
  - X-Auth-Token
31
31
  X-Openstack-Request-Id:
32
- - req-dc8b0723-6530-4917-bdf8-42e624feee02
32
+ - req-c1bd1970-6145-4378-8071-097abc68a659
33
33
  Content-Length:
34
34
  - '113'
35
35
  Content-Type:
@@ -44,13 +44,13 @@ http_interactions:
44
44
  - keep-alive
45
45
  body:
46
46
  encoding: UTF-8
47
- string: '{"credentials": [], "links": {"self": "http://10.97.17.84:35357/v3/credentials",
47
+ string: '{"credentials": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/credentials",
48
48
  "previous": null, "next": null}}'
49
49
  http_version:
50
- recorded_at: Fri, 02 Oct 2015 11:41:33 GMT
50
+ recorded_at: Wed, 28 Oct 2015 16:05:39 GMT
51
51
  - request:
52
52
  method: get
53
- uri: http://10.97.17.84:35357/v3/credentials
53
+ uri: http://devstack.openstack.stack:35357/v3/credentials
54
54
  body:
55
55
  encoding: US-ASCII
56
56
  string: ''
@@ -64,20 +64,20 @@ http_interactions:
64
64
  Accept:
65
65
  - application/json
66
66
  X-Auth-Token:
67
- - f6af15c0332e4d3ab7716b51d8fedfff
67
+ - e6b2788de4cb4562b55c8a7bb05e8444
68
68
  response:
69
69
  status:
70
70
  code: 200
71
71
  message: ''
72
72
  headers:
73
73
  Date:
74
- - Fri, 02 Oct 2015 11:41:45 GMT
74
+ - Wed, 28 Oct 2015 16:05:59 GMT
75
75
  Server:
76
76
  - Apache/2.4.7 (Ubuntu)
77
77
  Vary:
78
78
  - X-Auth-Token
79
79
  X-Openstack-Request-Id:
80
- - req-b6c9f538-43ae-4aaa-b77c-e7bb652f9243
80
+ - req-1dcd2e42-687a-4d37-9529-5b87b470ec8b
81
81
  Content-Length:
82
82
  - '113'
83
83
  Content-Type:
@@ -92,13 +92,13 @@ http_interactions:
92
92
  - keep-alive
93
93
  body:
94
94
  encoding: UTF-8
95
- string: '{"credentials": [], "links": {"self": "http://10.97.17.84:35357/v3/credentials",
95
+ string: '{"credentials": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/credentials",
96
96
  "previous": null, "next": null}}'
97
97
  http_version:
98
- recorded_at: Fri, 02 Oct 2015 11:41:33 GMT
98
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
99
99
  - request:
100
100
  method: get
101
- uri: http://10.97.17.84:35357/v3/credentials/atlantis
101
+ uri: http://devstack.openstack.stack:35357/v3/credentials/atlantis
102
102
  body:
103
103
  encoding: US-ASCII
104
104
  string: ''
@@ -112,20 +112,20 @@ http_interactions:
112
112
  Accept:
113
113
  - application/json
114
114
  X-Auth-Token:
115
- - f6af15c0332e4d3ab7716b51d8fedfff
115
+ - e6b2788de4cb4562b55c8a7bb05e8444
116
116
  response:
117
117
  status:
118
118
  code: 404
119
119
  message: ''
120
120
  headers:
121
121
  Date:
122
- - Fri, 02 Oct 2015 11:41:45 GMT
122
+ - Wed, 28 Oct 2015 16:05:59 GMT
123
123
  Server:
124
124
  - Apache/2.4.7 (Ubuntu)
125
125
  Vary:
126
126
  - X-Auth-Token
127
127
  X-Openstack-Request-Id:
128
- - req-c83082f0-e548-48d5-925b-a55a242c5988
128
+ - req-6aed8e09-c8d3-4bf4-8428-fd86b0435127
129
129
  Content-Length:
130
130
  - '96'
131
131
  Content-Type:
@@ -143,5 +143,5 @@ http_interactions:
143
143
  string: '{"error": {"message": "Could not find credential: atlantis", "code":
144
144
  404, "title": "Not Found"}}'
145
145
  http_version:
146
- recorded_at: Fri, 02 Oct 2015 11:41:33 GMT
146
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
147
147
  recorded_with: VCR 2.9.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: post
5
- uri: http://10.97.17.84:35357/v3/users
5
+ uri: http://devstack.openstack.stack:35357/v3/users
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: '{"user":{"name":"u-foobar_cred","email":"foobar@example.com","password":"s3cret!"}}'
@@ -16,20 +16,20 @@ http_interactions:
16
16
  Accept:
17
17
  - application/json
18
18
  X-Auth-Token:
19
- - f6af15c0332e4d3ab7716b51d8fedfff
19
+ - e6b2788de4cb4562b55c8a7bb05e8444
20
20
  response:
21
21
  status:
22
22
  code: 201
23
23
  message: ''
24
24
  headers:
25
25
  Date:
26
- - Fri, 02 Oct 2015 11:41:45 GMT
26
+ - Wed, 28 Oct 2015 16:05:59 GMT
27
27
  Server:
28
28
  - Apache/2.4.7 (Ubuntu)
29
29
  Vary:
30
30
  - X-Auth-Token
31
31
  X-Openstack-Request-Id:
32
- - req-6605b8ee-f64d-4ed6-9d84-128bb3da682c
32
+ - req-522fbbb0-472d-4306-aee0-db132036bede
33
33
  Content-Length:
34
34
  - '238'
35
35
  Content-Type:
@@ -44,14 +44,14 @@ http_interactions:
44
44
  - keep-alive
45
45
  body:
46
46
  encoding: UTF-8
47
- string: '{"user": {"name": "u-foobar_cred", "links": {"self": "http://10.97.17.84:35357/v3/users/975ca54a8bfa4686baa3ac6c92110269"},
47
+ string: '{"user": {"name": "u-foobar_cred", "links": {"self": "http://devstack.openstack.stack:35357/v3/users/d8f560575a4343519c3e19531b91b366"},
48
48
  "domain_id": "default", "enabled": true, "email": "foobar@example.com", "id":
49
- "975ca54a8bfa4686baa3ac6c92110269"}}'
49
+ "d8f560575a4343519c3e19531b91b366"}}'
50
50
  http_version:
51
- recorded_at: Fri, 02 Oct 2015 11:41:33 GMT
51
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
52
52
  - request:
53
53
  method: get
54
- uri: http://10.97.17.84:35357/v3/projects
54
+ uri: http://devstack.openstack.stack:35357/v3/projects
55
55
  body:
56
56
  encoding: US-ASCII
57
57
  string: ''
@@ -65,22 +65,22 @@ http_interactions:
65
65
  Accept:
66
66
  - application/json
67
67
  X-Auth-Token:
68
- - f6af15c0332e4d3ab7716b51d8fedfff
68
+ - e6b2788de4cb4562b55c8a7bb05e8444
69
69
  response:
70
70
  status:
71
71
  code: 200
72
72
  message: ''
73
73
  headers:
74
74
  Date:
75
- - Fri, 02 Oct 2015 11:41:45 GMT
75
+ - Wed, 28 Oct 2015 16:05:59 GMT
76
76
  Server:
77
77
  - Apache/2.4.7 (Ubuntu)
78
78
  Vary:
79
79
  - X-Auth-Token
80
80
  X-Openstack-Request-Id:
81
- - req-d272c906-53c1-480e-aaeb-29e3b880b37d
81
+ - req-e561c954-2baf-4047-845f-1f09179e7869
82
82
  Content-Length:
83
- - '1055'
83
+ - '22428'
84
84
  Content-Type:
85
85
  - application/json
86
86
  X-Cache:
@@ -93,25 +93,262 @@ http_interactions:
93
93
  - keep-alive
94
94
  body:
95
95
  encoding: UTF-8
96
- string: '{"links": {"self": "http://10.97.17.84:35357/v3/projects", "previous":
97
- null, "next": null}, "projects": [{"description": null, "links": {"self":
98
- "http://10.97.17.84:35357/v3/projects/7695231df10d4cb5b6b5a1f74cb20c1d"},
96
+ string: '{"links": {"self": "http://devstack.openstack.stack:35357/v3/projects", "previous":
97
+ null, "next": null}, "projects": [{"description": "p-user1", "links": {"self":
98
+ "http://devstack.openstack.stack:35357/v3/projects/058efc118b2343ae89834ec99c4f3ffa"},
99
+ "enabled": true, "id": "058efc118b2343ae89834ec99c4f3ffa", "parent_id": null,
100
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-c5e0c5799"}, {"description":
101
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/0877df08429b4a9eb38c3f234dd94f12"},
102
+ "enabled": true, "id": "0877df08429b4a9eb38c3f234dd94f12", "parent_id": null,
103
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-c5244ba3f"}, {"description":
104
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/0c50aac63b88455db4f27ff7f048bb90"},
105
+ "enabled": true, "id": "0c50aac63b88455db4f27ff7f048bb90", "parent_id": null,
106
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-ed46090d9"}, {"description":
107
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/0fa0dbc1ee164753b557ce83d53d842e"},
108
+ "enabled": true, "id": "0fa0dbc1ee164753b557ce83d53d842e", "parent_id": null,
109
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-7325791e1"}, {"description":
110
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/13bce60c11144060b0bfbf255c10d7a9"},
111
+ "enabled": true, "id": "13bce60c11144060b0bfbf255c10d7a9", "parent_id": null,
112
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-e0c956c8e"}, {"description":
113
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/17b6af808c634b05b06d1e9328bfcc56"},
114
+ "enabled": true, "id": "17b6af808c634b05b06d1e9328bfcc56", "parent_id": null,
115
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-3ebded015"}, {"description":
116
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/1cad564061844ec1a86e250b49b43243"},
117
+ "enabled": true, "id": "1cad564061844ec1a86e250b49b43243", "parent_id": null,
118
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-d0d906164"}, {"description":
119
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/1ec291849eae4eceb242f0a9ddd9422f"},
120
+ "enabled": true, "id": "1ec291849eae4eceb242f0a9ddd9422f", "parent_id": null,
121
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-d26bbcefc"}, {"description":
122
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/1ed9a1907d26421383724a3fcef12681"},
123
+ "enabled": true, "id": "1ed9a1907d26421383724a3fcef12681", "parent_id": null,
124
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-dd2cae797"}, {"description":
125
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/1f8a1c2717a84cb596231349af703045"},
126
+ "enabled": true, "id": "1f8a1c2717a84cb596231349af703045", "parent_id": null,
127
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-1e16b5231"}, {"description":
128
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/1f98dd87c26e4f12bcb79b4ebadc9d62"},
129
+ "enabled": true, "id": "1f98dd87c26e4f12bcb79b4ebadc9d62", "parent_id": null,
130
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-a68f5cabc"}, {"description":
131
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/21e9d8782d5d48f2beb9ffdb82c68a9a"},
132
+ "enabled": true, "id": "21e9d8782d5d48f2beb9ffdb82c68a9a", "parent_id": null,
133
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-5c1050b95"}, {"description":
134
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/26a2ef3df6c84beb99b75342ce067538"},
135
+ "enabled": true, "id": "26a2ef3df6c84beb99b75342ce067538", "parent_id": null,
136
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-81fe99ad2"}, {"description":
137
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/2d51ccf5f0bd406697243567a57a6b11"},
138
+ "enabled": true, "id": "2d51ccf5f0bd406697243567a57a6b11", "parent_id": null,
139
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-7c1a96e0e"}, {"description":
140
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/3049407c511b40a7955222e3cf6d80e1"},
141
+ "enabled": true, "id": "3049407c511b40a7955222e3cf6d80e1", "parent_id": null,
142
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-fb5131c87"}, {"description":
143
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/353354d2f86d496ba1a539be105dbf40"},
144
+ "enabled": true, "id": "353354d2f86d496ba1a539be105dbf40", "parent_id": null,
145
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-2ab141306"}, {"description":
146
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/35712c2214cf4ba185723a05c5817610"},
147
+ "enabled": true, "id": "35712c2214cf4ba185723a05c5817610", "parent_id": null,
148
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-3ecffadc8"}, {"description":
149
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/3b3f9a64eb074d14843510eb1fc3b591"},
150
+ "enabled": true, "id": "3b3f9a64eb074d14843510eb1fc3b591", "parent_id": null,
151
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-24de4244a"}, {"description":
152
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/431ecc311a4b4773a5d5dc761d0b43ef"},
153
+ "enabled": true, "id": "431ecc311a4b4773a5d5dc761d0b43ef", "parent_id": null,
154
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-a3ce4cbd7"}, {"description":
155
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/45ed30d9d5014badb54a4f93bd228860"},
156
+ "enabled": true, "id": "45ed30d9d5014badb54a4f93bd228860", "parent_id": null,
157
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-08e411305"}, {"description":
158
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/4699bde7d88f4eae9ed25935e71a3db5"},
159
+ "enabled": true, "id": "4699bde7d88f4eae9ed25935e71a3db5", "parent_id": null,
160
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-e095691c8"}, {"description":
161
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/4da758a777e044be89014c8658675428"},
162
+ "enabled": true, "id": "4da758a777e044be89014c8658675428", "parent_id": null,
163
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-25d7a4c69"}, {"description":
164
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/4e9d51081d9c4bf9b27a0e47c0d7f1db"},
165
+ "enabled": true, "id": "4e9d51081d9c4bf9b27a0e47c0d7f1db", "parent_id": null,
166
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-8d809edd8"}, {"description":
167
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/4eb0e5ceba5e4d66b5bdc715fc6393d1"},
168
+ "enabled": true, "id": "4eb0e5ceba5e4d66b5bdc715fc6393d1", "parent_id": null,
169
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-da590aef4"}, {"description":
170
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/54e29c198ebc4b6e9c56ccf363d8b006"},
171
+ "enabled": true, "id": "54e29c198ebc4b6e9c56ccf363d8b006", "parent_id": null,
172
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-d6a4d8c85"}, {"description":
173
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5c3625aab40d4094b72a1b50e1fb2030"},
174
+ "enabled": true, "id": "5c3625aab40d4094b72a1b50e1fb2030", "parent_id": null,
175
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-d34dcaa54"}, {"description":
176
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5c76ef994ef64f898a65e0b5ffdb283e"},
177
+ "enabled": true, "id": "5c76ef994ef64f898a65e0b5ffdb283e", "parent_id": null,
178
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-54ff679b0"}, {"description":
179
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/5ee9aa47425e4403bdde24db63cc9765"},
180
+ "enabled": true, "id": "5ee9aa47425e4403bdde24db63cc9765", "parent_id": null,
181
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-93ecb69c5"}, {"description":
182
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/6046d7bd3a52466bb4acfc2df44c8252"},
183
+ "enabled": true, "id": "6046d7bd3a52466bb4acfc2df44c8252", "parent_id": null,
184
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-59b71bb89"}, {"description":
185
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/60577c5b959143f5b109c47f037bf6da"},
186
+ "enabled": true, "id": "60577c5b959143f5b109c47f037bf6da", "parent_id": null,
187
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-24a1494de"}, {"description":
188
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/640bef0e5aef4a198d6c254f6f88bcbf"},
189
+ "enabled": true, "id": "640bef0e5aef4a198d6c254f6f88bcbf", "parent_id": null,
190
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-732d9c07d"}, {"description":
191
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/66249596bdf84970b7ae264105a0bb80"},
192
+ "enabled": true, "id": "66249596bdf84970b7ae264105a0bb80", "parent_id": null,
193
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-52e9c06f0"}, {"description":
194
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/6cab48c185ef4131a24d5676dde806e3"},
195
+ "enabled": true, "id": "6cab48c185ef4131a24d5676dde806e3", "parent_id": null,
196
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-16e60840a"}, {"description":
197
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/6d783f9b7b9f4e92a2ae15bbdf8e7748"},
198
+ "enabled": true, "id": "6d783f9b7b9f4e92a2ae15bbdf8e7748", "parent_id": null,
199
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-ca18e4716"}, {"description":
200
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/7026ab5afca44ea3a2172095163093ac"},
201
+ "enabled": true, "id": "7026ab5afca44ea3a2172095163093ac", "parent_id": null,
202
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-4c117b6a0"}, {"description":
203
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/7179beb050b749bda88986176ab23060"},
204
+ "enabled": true, "id": "7179beb050b749bda88986176ab23060", "parent_id": null,
205
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-042242d53"}, {"description":
206
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/7219b517a88f4a6e810401bce7886e1b"},
207
+ "enabled": true, "id": "7219b517a88f4a6e810401bce7886e1b", "parent_id": null,
208
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-dfc1a0d1f"}, {"description":
209
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/76900faff9e04c86b4c0a7a8bfcbec69"},
210
+ "enabled": true, "id": "76900faff9e04c86b4c0a7a8bfcbec69", "parent_id": null,
211
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-704f5c373"}, {"description":
212
+ null, "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/7695231df10d4cb5b6b5a1f74cb20c1d"},
99
213
  "enabled": true, "id": "7695231df10d4cb5b6b5a1f74cb20c1d", "parent_id": null,
100
- "domain_id": "default", "name": "service"}, {"description": null, "links":
101
- {"self": "http://10.97.17.84:35357/v3/projects/a6266e6f4a56471da988788dd2a15c27"},
214
+ "domain_id": "default", "name": "service"}, {"description": "test_admin_sandbox",
215
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/771faab66e3b4416a813d5e71b52f9a5"},
216
+ "enabled": true, "id": "771faab66e3b4416a813d5e71b52f9a5", "parent_id": "ff9069842d964bf2ad86ac5ed6773379",
217
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-2eb68d27d"}, {"description":
218
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/773f1896d6314b589b1716a275374f1c"},
219
+ "enabled": true, "id": "773f1896d6314b589b1716a275374f1c", "parent_id": null,
220
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-f6d736f8c"}, {"description":
221
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/7783b4d889ca454a867cfd019f3b2846"},
222
+ "enabled": true, "id": "7783b4d889ca454a867cfd019f3b2846", "parent_id": null,
223
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-d697aa947"}, {"description":
224
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/792a0727301d4974bc578abce64afa53"},
225
+ "enabled": true, "id": "792a0727301d4974bc578abce64afa53", "parent_id": null,
226
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-f597307f5"}, {"description":
227
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/80546e3e7375434ba6752ebb0a6baaa5"},
228
+ "enabled": true, "id": "80546e3e7375434ba6752ebb0a6baaa5", "parent_id": null,
229
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-c7b0bb3dd"}, {"description":
230
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/819481e3142b40468cf9b5021a89bc7b"},
231
+ "enabled": true, "id": "819481e3142b40468cf9b5021a89bc7b", "parent_id": null,
232
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-15bcaf86f"}, {"description":
233
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/81a7816b55d14aa29741ae938a8af06c"},
234
+ "enabled": true, "id": "81a7816b55d14aa29741ae938a8af06c", "parent_id": null,
235
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-eeeb9f3d1"}, {"description":
236
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/8d71b66bb163442da689d008eb919a89"},
237
+ "enabled": true, "id": "8d71b66bb163442da689d008eb919a89", "parent_id": null,
238
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-e654c002c"}, {"description":
239
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/900e804e16e0402aa894c4db56a2c2bf"},
240
+ "enabled": true, "id": "900e804e16e0402aa894c4db56a2c2bf", "parent_id": null,
241
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-028a6e8d4"}, {"description":
242
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/914850417f3e40e4b3f41b43b9c9fbd8"},
243
+ "enabled": true, "id": "914850417f3e40e4b3f41b43b9c9fbd8", "parent_id": null,
244
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-4308e07cd"}, {"description":
245
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/932f752ad2fc48a0a7a988d262cbad5a"},
246
+ "enabled": true, "id": "932f752ad2fc48a0a7a988d262cbad5a", "parent_id": null,
247
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-4eff4a91a"}, {"description":
248
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/9c188c42b4a247c4b9fd46757aa7dde7"},
249
+ "enabled": true, "id": "9c188c42b4a247c4b9fd46757aa7dde7", "parent_id": null,
250
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-849e02603"}, {"description":
251
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/a1aa5baa364b44a2ad32c8292a7acb02"},
252
+ "enabled": true, "id": "a1aa5baa364b44a2ad32c8292a7acb02", "parent_id": null,
253
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-b01b19a80"}, {"description":
254
+ null, "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/a6266e6f4a56471da988788dd2a15c27"},
102
255
  "enabled": true, "id": "a6266e6f4a56471da988788dd2a15c27", "parent_id": null,
103
- "domain_id": "default", "name": "invisible_to_admin"}, {"description": null,
104
- "links": {"self": "http://10.97.17.84:35357/v3/projects/ca6707581327490398bf1f68fe396a5a"},
256
+ "domain_id": "default", "name": "invisible_to_admin"}, {"description": "p-user1",
257
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/a9f504ab4fd348c9820fa7baac3511f0"},
258
+ "enabled": true, "id": "a9f504ab4fd348c9820fa7baac3511f0", "parent_id": null,
259
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-5e62444cc"}, {"description":
260
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/aab9b4f3b525460abab7f44af633f74b"},
261
+ "enabled": true, "id": "aab9b4f3b525460abab7f44af633f74b", "parent_id": null,
262
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-208e4d819"}, {"description":
263
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/b028130e6fbb453a9ea886bb666989f3"},
264
+ "enabled": true, "id": "b028130e6fbb453a9ea886bb666989f3", "parent_id": null,
265
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-a7caed109"}, {"description":
266
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/b428abe7c1ee4492b716c954b92d57ac"},
267
+ "enabled": true, "id": "b428abe7c1ee4492b716c954b92d57ac", "parent_id": null,
268
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-ed6798910"}, {"description":
269
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/b5469bcdc8154fedb5b0e09062e8b4ae"},
270
+ "enabled": true, "id": "b5469bcdc8154fedb5b0e09062e8b4ae", "parent_id": null,
271
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-239a24d38"}, {"description":
272
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/b5c0b8ae3d944b72b42401b380974f05"},
273
+ "enabled": true, "id": "b5c0b8ae3d944b72b42401b380974f05", "parent_id": null,
274
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-b3b7bea4c"}, {"description":
275
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/bb904913e0b140869327a37d77e7f080"},
276
+ "enabled": true, "id": "bb904913e0b140869327a37d77e7f080", "parent_id": null,
277
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-633a8ad05"}, {"description":
278
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/bff7e608a09b4696a8899a23f43e6f59"},
279
+ "enabled": true, "id": "bff7e608a09b4696a8899a23f43e6f59", "parent_id": null,
280
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-8ee3a68c0"}, {"description":
281
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/c523450758bc44478c3a4fe1bc8738d9"},
282
+ "enabled": true, "id": "c523450758bc44478c3a4fe1bc8738d9", "parent_id": null,
283
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-fe74ad425"}, {"description":
284
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/c528f9ecbac84bb28355a799dcf55c15"},
285
+ "enabled": true, "id": "c528f9ecbac84bb28355a799dcf55c15", "parent_id": null,
286
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-e1255045e"}, {"description":
287
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/c5a02b95e9e548d4b57505cdec6ff6d2"},
288
+ "enabled": true, "id": "c5a02b95e9e548d4b57505cdec6ff6d2", "parent_id": null,
289
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-3e1c41ac6"}, {"description":
290
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/c61e450a4a1b463fbbaa8f5e6b06e4a0"},
291
+ "enabled": true, "id": "c61e450a4a1b463fbbaa8f5e6b06e4a0", "parent_id": null,
292
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-b0922edc3"}, {"description":
293
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/c75d157303324491883385a0d60cd878"},
294
+ "enabled": true, "id": "c75d157303324491883385a0d60cd878", "parent_id": null,
295
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-1d31f7d73"}, {"description":
296
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/c9a14c794b674693a7128e2c5d42a321"},
297
+ "enabled": true, "id": "c9a14c794b674693a7128e2c5d42a321", "parent_id": null,
298
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-d1bc4e84b"}, {"description":
299
+ null, "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/ca6707581327490398bf1f68fe396a5a"},
105
300
  "enabled": true, "id": "ca6707581327490398bf1f68fe396a5a", "parent_id": null,
106
- "domain_id": "default", "name": "demo"}, {"description": null, "links": {"self":
107
- "http://10.97.17.84:35357/v3/projects/ded5a6e0922c4be59e7c15517cfb89ee"},
301
+ "domain_id": "default", "name": "demo"}, {"description": "p-user1", "links":
302
+ {"self": "http://devstack.openstack.stack:35357/v3/projects/cd7fb56c15fd49d1bc9c7e8a6039b574"},
303
+ "enabled": true, "id": "cd7fb56c15fd49d1bc9c7e8a6039b574", "parent_id": null,
304
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-2ee9cc7e4"}, {"description":
305
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/d44dd047a7e3451b9e3f1203c6b399a5"},
306
+ "enabled": true, "id": "d44dd047a7e3451b9e3f1203c6b399a5", "parent_id": null,
307
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-f5c3e3dd8"}, {"description":
308
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/d9808ecab11d4451a4e9b45841327d03"},
309
+ "enabled": true, "id": "d9808ecab11d4451a4e9b45841327d03", "parent_id": null,
310
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-796c23843"}, {"description":
311
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/dac62601b1db4ac7a412ad71256cf7fa"},
312
+ "enabled": true, "id": "dac62601b1db4ac7a412ad71256cf7fa", "parent_id": null,
313
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-9bfe47b36"}, {"description":
314
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/dc7888cd1fa9498781907c89c16519f6"},
315
+ "enabled": true, "id": "dc7888cd1fa9498781907c89c16519f6", "parent_id": null,
316
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-1060b9a98"}, {"description":
317
+ null, "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/ded5a6e0922c4be59e7c15517cfb89ee"},
108
318
  "enabled": true, "id": "ded5a6e0922c4be59e7c15517cfb89ee", "parent_id": null,
109
- "domain_id": "default", "name": "admin"}]}'
319
+ "domain_id": "default", "name": "admin"}, {"description": "p-user2", "links":
320
+ {"self": "http://devstack.openstack.stack:35357/v3/projects/df28ccdf945447b587facadc25fee495"},
321
+ "enabled": true, "id": "df28ccdf945447b587facadc25fee495", "parent_id": null,
322
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-d4423247b"}, {"description":
323
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/dfc56116a6ab4fac97a7cd1df68c930c"},
324
+ "enabled": true, "id": "dfc56116a6ab4fac97a7cd1df68c930c", "parent_id": null,
325
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-2b12bc10e"}, {"description":
326
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/e854423b8cfc4df481755a06a8e579b1"},
327
+ "enabled": true, "id": "e854423b8cfc4df481755a06a8e579b1", "parent_id": null,
328
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-979a8cfd6"}, {"description":
329
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/e8797f9084e3411a9305ec6281443d89"},
330
+ "enabled": true, "id": "e8797f9084e3411a9305ec6281443d89", "parent_id": null,
331
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-78cab2f4f"}, {"description":
332
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/ee41236a29164caf85a9ccac6000fa6c"},
333
+ "enabled": true, "id": "ee41236a29164caf85a9ccac6000fa6c", "parent_id": null,
334
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-f9e7dd07b"}, {"description":
335
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/efc046df3ab1491ba37649ccf5704fc3"},
336
+ "enabled": true, "id": "efc046df3ab1491ba37649ccf5704fc3", "parent_id": null,
337
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-3d340322b"}, {"description":
338
+ "p-user2", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/f2736c9b065d433eb7d975300e659535"},
339
+ "enabled": true, "id": "f2736c9b065d433eb7d975300e659535", "parent_id": null,
340
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-44f36efd1"}, {"description":
341
+ "p-user1", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/f427d50d6b3c4ed485ac936a51fdfc4f"},
342
+ "enabled": true, "id": "f427d50d6b3c4ed485ac936a51fdfc4f", "parent_id": null,
343
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-59005c31a"}, {"description":
344
+ "sandboxes", "links": {"self": "http://devstack.openstack.stack:35357/v3/projects/ff9069842d964bf2ad86ac5ed6773379"},
345
+ "enabled": true, "id": "ff9069842d964bf2ad86ac5ed6773379", "parent_id": null,
346
+ "domain_id": "260c87fb609c41f69a265240185c35da", "name": "p-e66ddf049"}]}'
110
347
  http_version:
111
- recorded_at: Fri, 02 Oct 2015 11:41:33 GMT
348
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
112
349
  - request:
113
350
  method: get
114
- uri: http://10.97.17.84:35357/v3/credentials
351
+ uri: http://devstack.openstack.stack:35357/v3/credentials
115
352
  body:
116
353
  encoding: US-ASCII
117
354
  string: ''
@@ -125,20 +362,20 @@ http_interactions:
125
362
  Accept:
126
363
  - application/json
127
364
  X-Auth-Token:
128
- - f6af15c0332e4d3ab7716b51d8fedfff
365
+ - e6b2788de4cb4562b55c8a7bb05e8444
129
366
  response:
130
367
  status:
131
368
  code: 200
132
369
  message: ''
133
370
  headers:
134
371
  Date:
135
- - Fri, 02 Oct 2015 11:41:45 GMT
372
+ - Wed, 28 Oct 2015 16:06:00 GMT
136
373
  Server:
137
374
  - Apache/2.4.7 (Ubuntu)
138
375
  Vary:
139
376
  - X-Auth-Token
140
377
  X-Openstack-Request-Id:
141
- - req-63121f51-5ad5-40c3-9df4-be7b99d8cecc
378
+ - req-06d0b464-8149-4711-b3e2-c2a96edbe827
142
379
  Content-Length:
143
380
  - '113'
144
381
  Content-Type:
@@ -153,13 +390,13 @@ http_interactions:
153
390
  - keep-alive
154
391
  body:
155
392
  encoding: UTF-8
156
- string: '{"credentials": [], "links": {"self": "http://10.97.17.84:35357/v3/credentials",
393
+ string: '{"credentials": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/credentials",
157
394
  "previous": null, "next": null}}'
158
395
  http_version:
159
- recorded_at: Fri, 02 Oct 2015 11:41:33 GMT
396
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
160
397
  - request:
161
398
  method: get
162
- uri: http://10.97.17.84:35357/v3/credentials
399
+ uri: http://devstack.openstack.stack:35357/v3/credentials
163
400
  body:
164
401
  encoding: US-ASCII
165
402
  string: ''
@@ -173,20 +410,20 @@ http_interactions:
173
410
  Accept:
174
411
  - application/json
175
412
  X-Auth-Token:
176
- - f6af15c0332e4d3ab7716b51d8fedfff
413
+ - e6b2788de4cb4562b55c8a7bb05e8444
177
414
  response:
178
415
  status:
179
416
  code: 200
180
417
  message: ''
181
418
  headers:
182
419
  Date:
183
- - Fri, 02 Oct 2015 11:41:45 GMT
420
+ - Wed, 28 Oct 2015 16:06:00 GMT
184
421
  Server:
185
422
  - Apache/2.4.7 (Ubuntu)
186
423
  Vary:
187
424
  - X-Auth-Token
188
425
  X-Openstack-Request-Id:
189
- - req-6e9ee6b0-4021-4c42-b97b-964f6d85f149
426
+ - req-b8439231-993e-4f49-9bce-7ef5912ca9f1
190
427
  Content-Length:
191
428
  - '113'
192
429
  Content-Type:
@@ -201,16 +438,16 @@ http_interactions:
201
438
  - keep-alive
202
439
  body:
203
440
  encoding: UTF-8
204
- string: '{"credentials": [], "links": {"self": "http://10.97.17.84:35357/v3/credentials",
441
+ string: '{"credentials": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/credentials",
205
442
  "previous": null, "next": null}}'
206
443
  http_version:
207
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
444
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
208
445
  - request:
209
446
  method: post
210
- uri: http://10.97.17.84:35357/v3/credentials
447
+ uri: http://devstack.openstack.stack:35357/v3/credentials
211
448
  body:
212
449
  encoding: UTF-8
213
- string: '{"credential":{"type":"ec2","project_id":"7695231df10d4cb5b6b5a1f74cb20c1d","user_id":"975ca54a8bfa4686baa3ac6c92110269","blob":"{\"access\":\"9c4e774a-f644-498f-90c4-970b3f817fc5\",\"secret\":\"7e084117-b13d-4656-9eca-85376b690897\"}"}}'
450
+ string: '{"credential":{"type":"ec2","project_id":"058efc118b2343ae89834ec99c4f3ffa","user_id":"d8f560575a4343519c3e19531b91b366","blob":"{\"access\":\"9c4e774a-f644-498f-90c4-970b3f817fc5\",\"secret\":\"7e084117-b13d-4656-9eca-85376b690897\"}"}}'
214
451
  headers:
215
452
  User-Agent:
216
453
  - fog-core/1.32.1
@@ -221,20 +458,20 @@ http_interactions:
221
458
  Accept:
222
459
  - application/json
223
460
  X-Auth-Token:
224
- - f6af15c0332e4d3ab7716b51d8fedfff
461
+ - e6b2788de4cb4562b55c8a7bb05e8444
225
462
  response:
226
463
  status:
227
464
  code: 201
228
465
  message: ''
229
466
  headers:
230
467
  Date:
231
- - Fri, 02 Oct 2015 11:41:46 GMT
468
+ - Wed, 28 Oct 2015 16:06:00 GMT
232
469
  Server:
233
470
  - Apache/2.4.7 (Ubuntu)
234
471
  Vary:
235
472
  - X-Auth-Token
236
473
  X-Openstack-Request-Id:
237
- - req-115efe57-6b05-4eb8-b51e-bb0bbd6bbab9
474
+ - req-176dbdb9-d6b1-44f4-bc1f-d34b87387018
238
475
  Content-Length:
239
476
  - '446'
240
477
  Content-Type:
@@ -249,15 +486,15 @@ http_interactions:
249
486
  - keep-alive
250
487
  body:
251
488
  encoding: UTF-8
252
- string: '{"credential": {"user_id": "975ca54a8bfa4686baa3ac6c92110269", "links":
253
- {"self": "http://10.97.17.84:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
489
+ string: '{"credential": {"user_id": "d8f560575a4343519c3e19531b91b366", "links":
490
+ {"self": "http://devstack.openstack.stack:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
254
491
  "blob": "{\"access\":\"9c4e774a-f644-498f-90c4-970b3f817fc5\",\"secret\":\"7e084117-b13d-4656-9eca-85376b690897\"}",
255
- "project_id": "7695231df10d4cb5b6b5a1f74cb20c1d", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}}'
492
+ "project_id": "058efc118b2343ae89834ec99c4f3ffa", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}}'
256
493
  http_version:
257
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
494
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
258
495
  - request:
259
496
  method: get
260
- uri: http://10.97.17.84:35357/v3/credentials
497
+ uri: http://devstack.openstack.stack:35357/v3/credentials
261
498
  body:
262
499
  encoding: US-ASCII
263
500
  string: ''
@@ -271,20 +508,20 @@ http_interactions:
271
508
  Accept:
272
509
  - application/json
273
510
  X-Auth-Token:
274
- - f6af15c0332e4d3ab7716b51d8fedfff
511
+ - e6b2788de4cb4562b55c8a7bb05e8444
275
512
  response:
276
513
  status:
277
514
  code: 200
278
515
  message: ''
279
516
  headers:
280
517
  Date:
281
- - Fri, 02 Oct 2015 11:41:46 GMT
518
+ - Wed, 28 Oct 2015 16:06:00 GMT
282
519
  Server:
283
520
  - Apache/2.4.7 (Ubuntu)
284
521
  Vary:
285
522
  - X-Auth-Token
286
523
  X-Openstack-Request-Id:
287
- - req-12530531-5e55-491f-b506-c1c2a9d7b6f0
524
+ - req-76e1621c-6c06-4e6b-b7d3-1be2f63968fb
288
525
  Content-Length:
289
526
  - '543'
290
527
  Content-Type:
@@ -299,17 +536,17 @@ http_interactions:
299
536
  - keep-alive
300
537
  body:
301
538
  encoding: UTF-8
302
- string: '{"credentials": [{"user_id": "975ca54a8bfa4686baa3ac6c92110269", "links":
303
- {"self": "http://10.97.17.84:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
539
+ string: '{"credentials": [{"user_id": "d8f560575a4343519c3e19531b91b366", "links":
540
+ {"self": "http://devstack.openstack.stack:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
304
541
  "blob": "{\"access\":\"9c4e774a-f644-498f-90c4-970b3f817fc5\",\"secret\":\"7e084117-b13d-4656-9eca-85376b690897\"}",
305
- "project_id": "7695231df10d4cb5b6b5a1f74cb20c1d", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}],
306
- "links": {"self": "http://10.97.17.84:35357/v3/credentials", "previous": null,
542
+ "project_id": "058efc118b2343ae89834ec99c4f3ffa", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}],
543
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/credentials", "previous": null,
307
544
  "next": null}}'
308
545
  http_version:
309
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
546
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
310
547
  - request:
311
548
  method: patch
312
- uri: http://10.97.17.84:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae
549
+ uri: http://devstack.openstack.stack:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae
313
550
  body:
314
551
  encoding: UTF-8
315
552
  string: '{"credential":{"blob":"{\"access\":\"9c4e774a-f644-498f-90c4-970b3f817fc5\",\"secret\":\"62307bcd-ca3c-47ae-a114-27a6cadb5bc9\"}"}}'
@@ -323,20 +560,20 @@ http_interactions:
323
560
  Accept:
324
561
  - application/json
325
562
  X-Auth-Token:
326
- - f6af15c0332e4d3ab7716b51d8fedfff
563
+ - e6b2788de4cb4562b55c8a7bb05e8444
327
564
  response:
328
565
  status:
329
566
  code: 200
330
567
  message: ''
331
568
  headers:
332
569
  Date:
333
- - Fri, 02 Oct 2015 11:41:46 GMT
570
+ - Wed, 28 Oct 2015 16:06:00 GMT
334
571
  Server:
335
572
  - Apache/2.4.7 (Ubuntu)
336
573
  Vary:
337
574
  - X-Auth-Token
338
575
  X-Openstack-Request-Id:
339
- - req-8cffbf4d-22ed-4f0e-8f10-e6077b30301d
576
+ - req-ea5b727a-8863-4b9a-9f44-048bf176fc14
340
577
  Content-Length:
341
578
  - '446'
342
579
  Content-Type:
@@ -351,15 +588,15 @@ http_interactions:
351
588
  - keep-alive
352
589
  body:
353
590
  encoding: UTF-8
354
- string: '{"credential": {"user_id": "975ca54a8bfa4686baa3ac6c92110269", "links":
355
- {"self": "http://10.97.17.84:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
591
+ string: '{"credential": {"user_id": "d8f560575a4343519c3e19531b91b366", "links":
592
+ {"self": "http://devstack.openstack.stack:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
356
593
  "blob": "{\"access\":\"9c4e774a-f644-498f-90c4-970b3f817fc5\",\"secret\":\"62307bcd-ca3c-47ae-a114-27a6cadb5bc9\"}",
357
- "project_id": "7695231df10d4cb5b6b5a1f74cb20c1d", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}}'
594
+ "project_id": "058efc118b2343ae89834ec99c4f3ffa", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}}'
358
595
  http_version:
359
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
596
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
360
597
  - request:
361
598
  method: get
362
- uri: http://10.97.17.84:35357/v3/credentials
599
+ uri: http://devstack.openstack.stack:35357/v3/credentials
363
600
  body:
364
601
  encoding: US-ASCII
365
602
  string: ''
@@ -373,20 +610,20 @@ http_interactions:
373
610
  Accept:
374
611
  - application/json
375
612
  X-Auth-Token:
376
- - f6af15c0332e4d3ab7716b51d8fedfff
613
+ - e6b2788de4cb4562b55c8a7bb05e8444
377
614
  response:
378
615
  status:
379
616
  code: 200
380
617
  message: ''
381
618
  headers:
382
619
  Date:
383
- - Fri, 02 Oct 2015 11:41:46 GMT
620
+ - Wed, 28 Oct 2015 16:06:00 GMT
384
621
  Server:
385
622
  - Apache/2.4.7 (Ubuntu)
386
623
  Vary:
387
624
  - X-Auth-Token
388
625
  X-Openstack-Request-Id:
389
- - req-41e68312-e591-48d7-8e74-5e81a8a79659
626
+ - req-67140313-6dbd-4fb2-bc71-c75920903793
390
627
  Content-Length:
391
628
  - '543'
392
629
  Content-Type:
@@ -401,17 +638,17 @@ http_interactions:
401
638
  - keep-alive
402
639
  body:
403
640
  encoding: UTF-8
404
- string: '{"credentials": [{"user_id": "975ca54a8bfa4686baa3ac6c92110269", "links":
405
- {"self": "http://10.97.17.84:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
641
+ string: '{"credentials": [{"user_id": "d8f560575a4343519c3e19531b91b366", "links":
642
+ {"self": "http://devstack.openstack.stack:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
406
643
  "blob": "{\"access\":\"9c4e774a-f644-498f-90c4-970b3f817fc5\",\"secret\":\"62307bcd-ca3c-47ae-a114-27a6cadb5bc9\"}",
407
- "project_id": "7695231df10d4cb5b6b5a1f74cb20c1d", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}],
408
- "links": {"self": "http://10.97.17.84:35357/v3/credentials", "previous": null,
644
+ "project_id": "058efc118b2343ae89834ec99c4f3ffa", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}],
645
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/credentials", "previous": null,
409
646
  "next": null}}'
410
647
  http_version:
411
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
648
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
412
649
  - request:
413
650
  method: get
414
- uri: http://10.97.17.84:35357/v3/credentials
651
+ uri: http://devstack.openstack.stack:35357/v3/credentials
415
652
  body:
416
653
  encoding: US-ASCII
417
654
  string: ''
@@ -425,20 +662,20 @@ http_interactions:
425
662
  Accept:
426
663
  - application/json
427
664
  X-Auth-Token:
428
- - f6af15c0332e4d3ab7716b51d8fedfff
665
+ - e6b2788de4cb4562b55c8a7bb05e8444
429
666
  response:
430
667
  status:
431
668
  code: 200
432
669
  message: ''
433
670
  headers:
434
671
  Date:
435
- - Fri, 02 Oct 2015 11:41:46 GMT
672
+ - Wed, 28 Oct 2015 16:06:00 GMT
436
673
  Server:
437
674
  - Apache/2.4.7 (Ubuntu)
438
675
  Vary:
439
676
  - X-Auth-Token
440
677
  X-Openstack-Request-Id:
441
- - req-a88edf46-4f1a-4a4d-b48e-7472de6bee4f
678
+ - req-ff434be6-f94c-4d51-92c9-bab5e7428f13
442
679
  Content-Length:
443
680
  - '543'
444
681
  Content-Type:
@@ -453,17 +690,17 @@ http_interactions:
453
690
  - keep-alive
454
691
  body:
455
692
  encoding: UTF-8
456
- string: '{"credentials": [{"user_id": "975ca54a8bfa4686baa3ac6c92110269", "links":
457
- {"self": "http://10.97.17.84:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
693
+ string: '{"credentials": [{"user_id": "d8f560575a4343519c3e19531b91b366", "links":
694
+ {"self": "http://devstack.openstack.stack:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"},
458
695
  "blob": "{\"access\":\"9c4e774a-f644-498f-90c4-970b3f817fc5\",\"secret\":\"62307bcd-ca3c-47ae-a114-27a6cadb5bc9\"}",
459
- "project_id": "7695231df10d4cb5b6b5a1f74cb20c1d", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}],
460
- "links": {"self": "http://10.97.17.84:35357/v3/credentials", "previous": null,
696
+ "project_id": "058efc118b2343ae89834ec99c4f3ffa", "type": "ec2", "id": "9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae"}],
697
+ "links": {"self": "http://devstack.openstack.stack:35357/v3/credentials", "previous": null,
461
698
  "next": null}}'
462
699
  http_version:
463
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
700
+ recorded_at: Wed, 28 Oct 2015 16:05:40 GMT
464
701
  - request:
465
702
  method: delete
466
- uri: http://10.97.17.84:35357/v3/users/975ca54a8bfa4686baa3ac6c92110269
703
+ uri: http://devstack.openstack.stack:35357/v3/users/d8f560575a4343519c3e19531b91b366
467
704
  body:
468
705
  encoding: US-ASCII
469
706
  string: ''
@@ -477,20 +714,20 @@ http_interactions:
477
714
  Accept:
478
715
  - application/json
479
716
  X-Auth-Token:
480
- - f6af15c0332e4d3ab7716b51d8fedfff
717
+ - e6b2788de4cb4562b55c8a7bb05e8444
481
718
  response:
482
719
  status:
483
720
  code: 204
484
721
  message: ''
485
722
  headers:
486
723
  Date:
487
- - Fri, 02 Oct 2015 11:41:46 GMT
724
+ - Wed, 28 Oct 2015 16:06:00 GMT
488
725
  Server:
489
726
  - Apache/2.4.7 (Ubuntu)
490
727
  Vary:
491
728
  - X-Auth-Token
492
729
  X-Openstack-Request-Id:
493
- - req-1b6b94f0-795b-4352-b453-28f327fcab08
730
+ - req-6513bdd1-ea28-473c-b83b-d6b32d6b4f29
494
731
  Content-Length:
495
732
  - '0'
496
733
  X-Cache:
@@ -505,10 +742,10 @@ http_interactions:
505
742
  encoding: UTF-8
506
743
  string: ''
507
744
  http_version:
508
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
745
+ recorded_at: Wed, 28 Oct 2015 16:05:41 GMT
509
746
  - request:
510
747
  method: delete
511
- uri: http://10.97.17.84:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae
748
+ uri: http://devstack.openstack.stack:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae
512
749
  body:
513
750
  encoding: US-ASCII
514
751
  string: ''
@@ -522,20 +759,20 @@ http_interactions:
522
759
  Accept:
523
760
  - application/json
524
761
  X-Auth-Token:
525
- - f6af15c0332e4d3ab7716b51d8fedfff
762
+ - e6b2788de4cb4562b55c8a7bb05e8444
526
763
  response:
527
764
  status:
528
765
  code: 404
529
766
  message: ''
530
767
  headers:
531
768
  Date:
532
- - Fri, 02 Oct 2015 11:41:46 GMT
769
+ - Wed, 28 Oct 2015 16:06:00 GMT
533
770
  Server:
534
771
  - Apache/2.4.7 (Ubuntu)
535
772
  Vary:
536
773
  - X-Auth-Token
537
774
  X-Openstack-Request-Id:
538
- - req-a0873116-8f7f-4e3a-984e-20f1e86ed203
775
+ - req-3dbd02eb-6412-4b25-9646-b56ce5dfbfdd
539
776
  Content-Length:
540
777
  - '152'
541
778
  Content-Type:
@@ -553,10 +790,10 @@ http_interactions:
553
790
  string: '{"error": {"message": "Could not find credential: 9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae",
554
791
  "code": 404, "title": "Not Found"}}'
555
792
  http_version:
556
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
793
+ recorded_at: Wed, 28 Oct 2015 16:05:41 GMT
557
794
  - request:
558
795
  method: get
559
- uri: http://10.97.17.84:35357/v3/credentials
796
+ uri: http://devstack.openstack.stack:35357/v3/credentials
560
797
  body:
561
798
  encoding: US-ASCII
562
799
  string: ''
@@ -570,20 +807,20 @@ http_interactions:
570
807
  Accept:
571
808
  - application/json
572
809
  X-Auth-Token:
573
- - f6af15c0332e4d3ab7716b51d8fedfff
810
+ - e6b2788de4cb4562b55c8a7bb05e8444
574
811
  response:
575
812
  status:
576
813
  code: 200
577
814
  message: ''
578
815
  headers:
579
816
  Date:
580
- - Fri, 02 Oct 2015 11:41:46 GMT
817
+ - Wed, 28 Oct 2015 16:06:00 GMT
581
818
  Server:
582
819
  - Apache/2.4.7 (Ubuntu)
583
820
  Vary:
584
821
  - X-Auth-Token
585
822
  X-Openstack-Request-Id:
586
- - req-bd9cf0c8-2196-47d2-99a6-87ca9390cba1
823
+ - req-490a94f1-383e-40f9-96d0-cb86c9eb5a73
587
824
  Content-Length:
588
825
  - '113'
589
826
  Content-Type:
@@ -598,13 +835,13 @@ http_interactions:
598
835
  - keep-alive
599
836
  body:
600
837
  encoding: UTF-8
601
- string: '{"credentials": [], "links": {"self": "http://10.97.17.84:35357/v3/credentials",
838
+ string: '{"credentials": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/credentials",
602
839
  "previous": null, "next": null}}'
603
840
  http_version:
604
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
841
+ recorded_at: Wed, 28 Oct 2015 16:05:41 GMT
605
842
  - request:
606
843
  method: get
607
- uri: http://10.97.17.84:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae
844
+ uri: http://devstack.openstack.stack:35357/v3/credentials/9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae
608
845
  body:
609
846
  encoding: US-ASCII
610
847
  string: ''
@@ -618,20 +855,20 @@ http_interactions:
618
855
  Accept:
619
856
  - application/json
620
857
  X-Auth-Token:
621
- - f6af15c0332e4d3ab7716b51d8fedfff
858
+ - e6b2788de4cb4562b55c8a7bb05e8444
622
859
  response:
623
860
  status:
624
861
  code: 404
625
862
  message: ''
626
863
  headers:
627
864
  Date:
628
- - Fri, 02 Oct 2015 11:41:46 GMT
865
+ - Wed, 28 Oct 2015 16:06:00 GMT
629
866
  Server:
630
867
  - Apache/2.4.7 (Ubuntu)
631
868
  Vary:
632
869
  - X-Auth-Token
633
870
  X-Openstack-Request-Id:
634
- - req-5e1e46e8-fa80-4528-bcdf-ede7055c6355
871
+ - req-a10f2a41-6730-47dc-95f1-80e5c667b132
635
872
  Content-Length:
636
873
  - '152'
637
874
  Content-Type:
@@ -649,10 +886,10 @@ http_interactions:
649
886
  string: '{"error": {"message": "Could not find credential: 9e7bb4e633cc08cc863fe15351911e267f2a953b24c1a80f0f35e173303bafae",
650
887
  "code": 404, "title": "Not Found"}}'
651
888
  http_version:
652
- recorded_at: Fri, 02 Oct 2015 11:41:34 GMT
889
+ recorded_at: Wed, 28 Oct 2015 16:05:41 GMT
653
890
  - request:
654
891
  method: get
655
- uri: http://10.97.17.84:35357/v3/credentials
892
+ uri: http://devstack.openstack.stack:35357/v3/credentials
656
893
  body:
657
894
  encoding: US-ASCII
658
895
  string: ''
@@ -666,20 +903,20 @@ http_interactions:
666
903
  Accept:
667
904
  - application/json
668
905
  X-Auth-Token:
669
- - f6af15c0332e4d3ab7716b51d8fedfff
906
+ - e6b2788de4cb4562b55c8a7bb05e8444
670
907
  response:
671
908
  status:
672
909
  code: 200
673
910
  message: ''
674
911
  headers:
675
912
  Date:
676
- - Fri, 02 Oct 2015 11:41:46 GMT
913
+ - Wed, 28 Oct 2015 16:06:00 GMT
677
914
  Server:
678
915
  - Apache/2.4.7 (Ubuntu)
679
916
  Vary:
680
917
  - X-Auth-Token
681
918
  X-Openstack-Request-Id:
682
- - req-7e3b3ddc-3e16-440b-9acf-f07400faa911
919
+ - req-76dc935c-dc3b-4ca1-8869-7089fc9f75de
683
920
  Content-Length:
684
921
  - '113'
685
922
  Content-Type:
@@ -694,8 +931,8 @@ http_interactions:
694
931
  - keep-alive
695
932
  body:
696
933
  encoding: UTF-8
697
- string: '{"credentials": [], "links": {"self": "http://10.97.17.84:35357/v3/credentials",
934
+ string: '{"credentials": [], "links": {"self": "http://devstack.openstack.stack:35357/v3/credentials",
698
935
  "previous": null, "next": null}}'
699
936
  http_version:
700
- recorded_at: Fri, 02 Oct 2015 11:41:35 GMT
937
+ recorded_at: Wed, 28 Oct 2015 16:05:41 GMT
701
938
  recorded_with: VCR 2.9.3