occi 3.1.3 → 4.0.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. metadata +16 -448
  2. data/.gitignore +0 -15
  3. data/.rspec +0 -1
  4. data/.travis.yml +0 -35
  5. data/.yardopts +0 -1
  6. data/AUTHORS +0 -9
  7. data/Gemfile +0 -13
  8. data/LICENSE +0 -13
  9. data/README.md +0 -471
  10. data/Rakefile +0 -37
  11. data/bin/occi +0 -356
  12. data/config/warble.rb +0 -151
  13. data/doc/macosx.md +0 -27
  14. data/examples/dsl_example.rb +0 -167
  15. data/examples/x509auth_example.rb +0 -161
  16. data/ext/mkrf_conf.rb +0 -30
  17. data/features/cassettes/Create_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  18. data/features/cassettes/Delete_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  19. data/features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__application_json_200_.yml +0 -333
  20. data/features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__text_plain_200_.yml +0 -529
  21. data/features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__text_plain_200_action_.yml +0 -288
  22. data/features/cassettes/Miscellaneous_operation_on_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  23. data/features/cassettes/Read_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  24. data/features/cassettes/Update_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  25. data/features/common/step_definitions/common_steps.rb +0 -32
  26. data/features/occi/core/create/create.feature +0 -18
  27. data/features/occi/core/create/step_definitions/create_steps.rb +0 -0
  28. data/features/occi/core/delete/delete.feature +0 -18
  29. data/features/occi/core/delete/step_definitions/delete_steps.rb +0 -0
  30. data/features/occi/core/discovery_interface/discovery_interface.feature +0 -37
  31. data/features/occi/core/discovery_interface/step_definitions/discovery_interface_steps.rb +0 -19
  32. data/features/occi/core/miscellaneous/miscellaneous.feature +0 -18
  33. data/features/occi/core/miscellaneous/step_definitions/miscellaneous_steps.rb +0 -0
  34. data/features/occi/core/read/read.feature +0 -18
  35. data/features/occi/core/read/step_definitions/read_steps.rb +0 -0
  36. data/features/occi/core/update/step_definitions/update_steps.rb +0 -0
  37. data/features/occi/core/update/update.feature +0 -18
  38. data/features/occi/infrastructure/create/create.feature +0 -18
  39. data/features/occi/infrastructure/create/step_definitions/create_steps.rb +0 -0
  40. data/features/support/env.rb +0 -16
  41. data/lib/occi.rb +0 -57
  42. data/lib/occi/api/client/client_amqp.rb +0 -767
  43. data/lib/occi/api/client/client_http.rb +0 -1100
  44. data/lib/occi/api/client/http/authn_utils.rb +0 -82
  45. data/lib/occi/api/client/http/httparty_fix.rb +0 -53
  46. data/lib/occi/api/client/http/net_http_fix.rb +0 -21
  47. data/lib/occi/api/dsl.rb +0 -146
  48. data/lib/occi/bin/helpers.rb +0 -149
  49. data/lib/occi/bin/occi_opts.rb +0 -384
  50. data/lib/occi/bin/resource_output_factory.rb +0 -97
  51. data/lib/occi/bin/templates/compute.erb +0 -18
  52. data/lib/occi/bin/templates/network.erb +0 -9
  53. data/lib/occi/bin/templates/os_tpl.erb +0 -7
  54. data/lib/occi/bin/templates/resource_tpl.erb +0 -7
  55. data/lib/occi/bin/templates/storage.erb +0 -8
  56. data/lib/occi/collection.rb +0 -186
  57. data/lib/occi/core.rb +0 -30
  58. data/lib/occi/core/action.rb +0 -32
  59. data/lib/occi/core/action_instance.rb +0 -24
  60. data/lib/occi/core/actions.rb +0 -22
  61. data/lib/occi/core/attribute_properties.rb +0 -52
  62. data/lib/occi/core/attributes.rb +0 -61
  63. data/lib/occi/core/categories.rb +0 -54
  64. data/lib/occi/core/category.rb +0 -149
  65. data/lib/occi/core/entities.rb +0 -50
  66. data/lib/occi/core/entity.rb +0 -246
  67. data/lib/occi/core/kind.rb +0 -58
  68. data/lib/occi/core/kinds.rb +0 -22
  69. data/lib/occi/core/link.rb +0 -100
  70. data/lib/occi/core/links.rb +0 -34
  71. data/lib/occi/core/mixin.rb +0 -55
  72. data/lib/occi/core/mixins.rb +0 -22
  73. data/lib/occi/core/related.rb +0 -20
  74. data/lib/occi/core/resource.rb +0 -76
  75. data/lib/occi/core/resources.rb +0 -14
  76. data/lib/occi/infrastructure.rb +0 -27
  77. data/lib/occi/infrastructure/compute.rb +0 -159
  78. data/lib/occi/infrastructure/network.rb +0 -131
  79. data/lib/occi/infrastructure/network/ipnetwork.rb +0 -34
  80. data/lib/occi/infrastructure/networkinterface.rb +0 -124
  81. data/lib/occi/infrastructure/networkinterface/ipnetworkinterface.rb +0 -34
  82. data/lib/occi/infrastructure/os_tpl.rb +0 -19
  83. data/lib/occi/infrastructure/resource_tpl.rb +0 -19
  84. data/lib/occi/infrastructure/storage.rb +0 -96
  85. data/lib/occi/infrastructure/storagelink.rb +0 -73
  86. data/lib/occi/log.rb +0 -66
  87. data/lib/occi/model.rb +0 -86
  88. data/lib/occi/parser.rb +0 -413
  89. data/lib/occi/version.rb +0 -3
  90. data/lib/occiantlr/.gitignore +0 -18
  91. data/lib/occiantlr/OCCIANTLR.g +0 -191
  92. data/lib/occiantlr/OCCIANTLR.tokens +0 -57
  93. data/lib/occiantlr/OCCIANTLRLexer.rb +0 -1868
  94. data/lib/occiantlr/OCCIANTLRParser.rb +0 -2906
  95. data/lib/occiantlr/README.md +0 -2
  96. data/occi.gemspec +0 -45
  97. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/creates_a_new_compute_resource.yml +0 -266
  98. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/creates_a_new_network_resource.yml +0 -266
  99. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/creates_a_new_storage_resource.yml +0 -266
  100. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deletes_a_compute_resource.yml +0 -266
  101. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deletes_a_network_resource.yml +0 -266
  102. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deletes_a_storage_resource.yml +0 -266
  103. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deploys_an_instance_based_on_OVF_OVA_file.yml +0 -266
  104. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_all_available_mixins.yml +0 -266
  105. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_compute_resources.yml +0 -368
  106. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_network_resources.yml +0 -370
  107. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_os_tpl_mixins.yml +0 -266
  108. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_resource_tpl_mixins.yml +0 -266
  109. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_storage_resources.yml +0 -430
  110. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/establishes_connection.yml +0 -266
  111. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_compute_resource_using_type_identifier.yml +0 -266
  112. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_compute_resource_using_type_name.yml +0 -266
  113. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_network_resource_using_type_identifier.yml +0 -266
  114. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_network_resource_using_type_name.yml +0 -266
  115. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_storage_resource_using_type_identifier.yml +0 -266
  116. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_storage_resource_using_type_name.yml +0 -266
  117. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_entity_type_identifiers.yml +0 -266
  118. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_entity_types.yml +0 -266
  119. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_link_type_identifiers.yml +0 -266
  120. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_link_types.yml +0 -266
  121. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_mixin_type_identifiers.yml +0 -266
  122. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_mixin_types.yml +0 -266
  123. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_mixins.yml +0 -266
  124. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_resource_type_identifiers.yml +0 -266
  125. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_resource_types.yml +0 -266
  126. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_compute_resources.yml +0 -308
  127. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_network_resources.yml +0 -308
  128. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_os_tpl_mixins.yml +0 -266
  129. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_resource_tpl_mixins.yml +0 -266
  130. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_storage_resources.yml +0 -310
  131. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/refreshes_its_model.yml +0 -485
  132. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/triggers_an_action_on_a_compute_resource.yml +0 -266
  133. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/triggers_an_action_on_a_network_resource.yml +0 -266
  134. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/triggers_an_action_on_a_storage_resource.yml +0 -266
  135. data/spec/occi/api/client/client_amqp_spec.rb +0 -159
  136. data/spec/occi/api/client/client_http_spec.rb +0 -253
  137. data/spec/occi/api/client/http/authn_utils_spec.rb +0 -55
  138. data/spec/occi/api/client/http/httparty_fix_spec.rb +0 -0
  139. data/spec/occi/api/client/http/net_http_fix_spec.rb +0 -0
  140. data/spec/occi/api/client/http/rocci-cred-cert.pem +0 -3
  141. data/spec/occi/api/client/http/rocci-cred-key-jruby.pem +0 -3
  142. data/spec/occi/api/client/http/rocci-cred-key.pem +0 -3
  143. data/spec/occi/api/client/http/rocci-cred.p12 +0 -0
  144. data/spec/occi/api/dsl_spec.rb +0 -22
  145. data/spec/occi/bin/helpers_spec.rb +0 -12
  146. data/spec/occi/bin/occi_opts_spec.rb +0 -60
  147. data/spec/occi/bin/resource_output_factory_spec.rb +0 -12
  148. data/spec/occi/collection_spec.rb +0 -41
  149. data/spec/occi/core/categories_spec.rb +0 -30
  150. data/spec/occi/core/category_spec.rb +0 -41
  151. data/spec/occi/core/entity_spec.rb +0 -52
  152. data/spec/occi/core/resource_spec.rb +0 -21
  153. data/spec/occi/infrastructure/compute_spec.rb +0 -32
  154. data/spec/occi/log_spec.rb +0 -17
  155. data/spec/occi/model_spec.rb +0 -51
  156. data/spec/occi/parser_spec.rb +0 -114
  157. data/spec/occi/test.json +0 -33
  158. data/spec/occi/test.ova +0 -0
  159. data/spec/occi/test.ovf +0 -198
  160. data/spec/occiantlr/parser_spec.rb +0 -82
  161. data/spec/spec_helper.rb +0 -43
@@ -1,288 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: http://141.5.99.69/
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - text/plain
12
- response:
13
- status:
14
- code: 200
15
- message: OK
16
- headers:
17
- Date:
18
- - Thu, 10 Jan 2013 13:52:03 GMT
19
- Server:
20
- - Apache/2.2.22 (Ubuntu)
21
- X-Powered-By:
22
- - Phusion Passenger (mod_rails/mod_rack) 3.0.18
23
- X-Frame-Options:
24
- - sameorigin
25
- X-Xss-Protection:
26
- - 1; mode=block
27
- Accept:
28
- - application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
29
- Set-Cookie:
30
- - rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFZjBhN2Q3OTAzMmRiOTgyMDU1NDYy%0AYWUwZmM3YzM4ZWZkYTkyNTg4NzUxZjEwOTY5NzQxY2I4OTMxMTQ1MWFjN0ki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--4a08b97e4dc914f93c8b155758f49c26dd821cd7;
31
- path=/; HttpOnly
32
- Content-Length:
33
- - '738'
34
- Status:
35
- - '200'
36
- Vary:
37
- - Accept-Encoding
38
- Content-Type:
39
- - text/plain;charset=utf-8
40
- body:
41
- encoding: US-ASCII
42
- string: ''
43
- http_version:
44
- recorded_at: Thu, 10 Jan 2013 13:52:42 GMT
45
- - request:
46
- method: get
47
- uri: http://141.5.99.69/-/
48
- body:
49
- encoding: US-ASCII
50
- string: ''
51
- headers:
52
- Accept:
53
- - text/plain
54
- response:
55
- status:
56
- code: 200
57
- message: OK
58
- headers:
59
- Date:
60
- - Thu, 10 Jan 2013 13:52:03 GMT
61
- Server:
62
- - Apache/2.2.22 (Ubuntu)
63
- X-Powered-By:
64
- - Phusion Passenger (mod_rails/mod_rack) 3.0.18
65
- X-Frame-Options:
66
- - sameorigin
67
- X-Xss-Protection:
68
- - 1; mode=block
69
- Accept:
70
- - application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
71
- Set-Cookie:
72
- - rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFZTMyMTQ2NWY3OGU2NDMxNGUxZmE4%0AZjhkMTUxMDRlMzBhNzIyZDk4MGU0Y2U3YTBjZTU3ZDJmODAwZjMwZjE4NEki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--1fdf95b9dd725218b62050e3ed08baeb42dc83f7;
73
- path=/; HttpOnly
74
- Content-Length:
75
- - '6397'
76
- Status:
77
- - '200'
78
- Vary:
79
- - Accept-Encoding
80
- Content-Type:
81
- - text/plain;charset=utf-8
82
- body:
83
- encoding: US-ASCII
84
- string: ! 'Category: entity;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Entity";location="/entity/";attributes="occi.core.id
85
- occi.core.title"
86
-
87
- Category: resource;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Resource";rel="http://schemas.ogf.org/occi/core#entity";location="/resource/";attributes="occi.core.summary"
88
-
89
- Category: link;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Link";rel="http://schemas.ogf.org/occi/core#entity";location="/link/";attributes="occi.core.target
90
- occi.core.source"
91
-
92
- Category: compute;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Compute
93
- Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/compute/";attributes="occi.compute.architecture
94
- occi.compute.cores occi.compute.hostname occi.compute.speed occi.compute.memory
95
- occi.compute.state";actions="http://schemas.ogf.org/occi/infrastructure/compute/action#start
96
- http://schemas.ogf.org/occi/infrastructure/compute/action#stop http://schemas.ogf.org/occi/infrastructure/compute/action#restart
97
- http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"
98
-
99
- Category: networkinterface;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Networkinterface";rel="http://schemas.ogf.org/occi/core#link";location="/networkinterface/";attributes="occi.networkinterface.interface
100
- occi.networkinterface.mac occi.networkinterface.state"
101
-
102
- Category: storage;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Storage
103
- Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/storage/";attributes="occi.storage.size
104
- occi.storage.state";actions="http://schemas.ogf.org/occi/infrastructure/storage/action#online
105
- http://schemas.ogf.org/occi/infrastructure/storage/action#offline http://schemas.ogf.org/occi/infrastructure/storage/action#backup
106
- http://schemas.ogf.org/occi/infrastructure/storage/action#snapshot http://schemas.ogf.org/occi/infrastructure/storage/action#resize"
107
-
108
- Category: network;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Network
109
- Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/network/";attributes="occi.network.vlan
110
- occi.network.label occi.network.state";actions="http://schemas.ogf.org/occi/infrastructure/network/action#up
111
- http://schemas.ogf.org/occi/infrastructure/network/action#down"
112
-
113
- Category: storagelink;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Storage
114
- Link";rel="http://schemas.ogf.org/occi/core#link";location="/storagelink/";attributes="occi.storagelink.deviceid
115
- occi.storagelink.mountpoint occi.storagelink.state"
116
-
117
- Category: ipnetwork;scheme="http://schemas.ogf.org/occi/infrastructure/network#";class="mixin";title="IP
118
- Network Mixin";location="/mixins/ipnetwork/";attributes="occi.network.address
119
- occi.network.gateway occi.network.allocation occi.network.state"
120
-
121
- Category: resource_tpl;scheme="http://schemas.ogf.org/occi/infrastructure#";class="mixin";title="Resource
122
- Template";location="/mixins/resource_tpl/"
123
-
124
- Category: os_tpl;scheme="http://schemas.ogf.org/occi/infrastructure#";class="mixin";title="Operating
125
- System Template";location="/mixins/os_tpl/"
126
-
127
- Category: ipnetworkinterface;scheme="http://schemas.ogf.org/occi/infrastructure/networkinterface#";class="mixin";title="IP
128
- Networkinterface Mixin";location="/mixins/ipnetworkinterface/";attributes="occi.networkinterface.address
129
- occi.networkinterface.gateway occi.networkinterface.allocation occi.networkinterface.state"
130
-
131
- Category: my_os;scheme="http://my.occi.service/occi/infrastructure/os_tpl#";class="mixin";title="My
132
- OS Template";rel="http://schemas.ogf.org/occi/infrastructure#os_tpl";location="/mixins/my_os/"
133
-
134
- Category: large;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Large
135
- Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/large/";attributes="occi.compute.architecture
136
- occi.compute.cores occi.compute.speed occi.compute.memory"
137
-
138
- Category: small;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Small
139
- Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/small/";attributes="occi.compute.architecture
140
- occi.compute.cores occi.compute.speed occi.compute.memory"
141
-
142
- Category: medium;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Medium
143
- Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/medium/";attributes="occi.compute.architecture
144
- occi.compute.cores occi.compute.speed occi.compute.memory"
145
-
146
- Category: extra_large;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Extra
147
- Large Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/extra_large/";attributes="occi.compute.architecture
148
- occi.compute.cores occi.compute.speed occi.compute.memory"
149
-
150
- Category: start;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Start
151
- Compute instance"
152
-
153
- Category: stop;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Stop
154
- Compute instance";attributes="method"
155
-
156
- Category: restart;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Restart
157
- Compute instance";attributes="method"
158
-
159
- Category: suspend;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Suspend
160
- Compute instance";attributes="method"
161
-
162
- Category: online;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Activate
163
- Storage"
164
-
165
- Category: offline;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Deactivate
166
- Storage"
167
-
168
- Category: backup;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Backup
169
- Storage"
170
-
171
- Category: snapshot;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Snapshot
172
- Storage"
173
-
174
- Category: resize;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Resize
175
- Storage";attributes="size"
176
-
177
- Category: up;scheme="http://schemas.ogf.org/occi/infrastructure/network/action#";class="action";title="Activate
178
- network"
179
-
180
- Category: down;scheme="http://schemas.ogf.org/occi/infrastructure/network/action#up";class="action";title="Activate
181
- network"
182
-
183
- '
184
- http_version:
185
- recorded_at: Thu, 10 Jan 2013 13:52:43 GMT
186
- - request:
187
- method: get
188
- uri: http://141.5.99.69/
189
- body:
190
- encoding: US-ASCII
191
- string: ''
192
- headers:
193
- Accept:
194
- - text/plain
195
- response:
196
- status:
197
- code: 200
198
- message: OK
199
- headers:
200
- Date:
201
- - Tue, 12 Mar 2013 13:29:43 GMT
202
- Server:
203
- - Apache/2.2.22 (Ubuntu)
204
- X-Powered-By:
205
- - Phusion Passenger (mod_rails/mod_rack) 3.0.18
206
- X-Frame-Options:
207
- - sameorigin
208
- X-Xss-Protection:
209
- - 1; mode=block
210
- Accept:
211
- - application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
212
- Set-Cookie:
213
- - rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFMmU0Y2NiMGQ5YzJhOTVhZGFhNDU5%0AMDA3ODMyMjlmOWEzZjhjOWVlYTY0NTZjN2IyYTg3MmZhYjk1OWE0MDQxN0ki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--6f6f618f7f166d4a0758636dd6fb0f6d19b29e38;
214
- path=/; HttpOnly
215
- Content-Length:
216
- - '738'
217
- Status:
218
- - '200'
219
- Vary:
220
- - Accept-Encoding
221
- Content-Type:
222
- - text/plain;charset=utf-8
223
- body:
224
- encoding: US-ASCII
225
- string: ! 'X-OCCI-Location: http://141.5.99.69/compute/48e7c51c-5a7d-11e2-a300-fa163e16d22f
226
-
227
- X-OCCI-Location: http://141.5.99.69/compute/6c706278-5a7d-11e2-a300-fa163e16d22f
228
-
229
- X-OCCI-Location: http://141.5.99.69/compute/7582ffc4-5a7d-11e2-a300-fa163e16d22f
230
-
231
- X-OCCI-Location: http://141.5.99.69/compute/8eb0deb2-5a7d-11e2-a300-fa163e16d22f
232
-
233
- X-OCCI-Location: http://141.5.99.69/compute/8efa93e0-5a7d-11e2-a300-fa163e16d22f
234
-
235
- X-OCCI-Location: http://141.5.99.69/compute/49cbeaee-5b1d-11e2-a300-fa163e16d22f
236
-
237
- X-OCCI-Location: http://141.5.99.69/compute/c87fa76c-5b1e-11e2-a300-fa163e16d22f
238
-
239
- X-OCCI-Location: http://141.5.99.69/compute/1cc544b2-5b1f-11e2-a300-fa163e16d22f
240
-
241
- X-OCCI-Location: http://141.5.99.69/compute/38e2a6b2-5b1f-11e2-a300-fa163e16d22f
242
-
243
- '
244
- http_version:
245
- recorded_at: Tue, 12 Mar 2013 13:29:36 GMT
246
- - request:
247
- method: head
248
- uri: http://141.5.99.69/
249
- body:
250
- encoding: US-ASCII
251
- string: ''
252
- headers:
253
- Accept:
254
- - text/plain
255
- response:
256
- status:
257
- code: 200
258
- message: OK
259
- headers:
260
- Date:
261
- - Tue, 12 Mar 2013 15:27:54 GMT
262
- Server:
263
- - Apache/2.2.22 (Ubuntu)
264
- X-Powered-By:
265
- - Phusion Passenger (mod_rails/mod_rack) 3.0.18
266
- X-Frame-Options:
267
- - sameorigin
268
- X-Xss-Protection:
269
- - 1; mode=block
270
- Accept:
271
- - application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
272
- Set-Cookie:
273
- - rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFMzlhOTdjYjQxNGViNWE2MmE0YjJk%0AOTMwZTIwMWEwOGRkMjUyMmE5YjgwZjAzNzU3MDM1NjZmNDIyZDhkNWExNEki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--9b0b4234d587b059fff353f54131d4d28dab6a38;
274
- path=/; HttpOnly
275
- Content-Length:
276
- - '738'
277
- Status:
278
- - '200'
279
- Vary:
280
- - Accept-Encoding
281
- Content-Type:
282
- - text/plain;charset=utf-8
283
- body:
284
- encoding: US-ASCII
285
- string: ''
286
- http_version:
287
- recorded_at: Tue, 12 Mar 2013 15:27:47 GMT
288
- recorded_with: VCR 2.4.0
@@ -1,288 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: head
5
- uri: http://141.5.99.69/
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - text/plain
12
- response:
13
- status:
14
- code: 200
15
- message: OK
16
- headers:
17
- Date:
18
- - Thu, 10 Jan 2013 13:52:03 GMT
19
- Server:
20
- - Apache/2.2.22 (Ubuntu)
21
- X-Powered-By:
22
- - Phusion Passenger (mod_rails/mod_rack) 3.0.18
23
- X-Frame-Options:
24
- - sameorigin
25
- X-Xss-Protection:
26
- - 1; mode=block
27
- Accept:
28
- - application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
29
- Set-Cookie:
30
- - rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFOGY0NTkxN2E5NGMwZWJjZDNlYjE0%0AZDVjZjIwODMzNTRjOGEzYWJiYmVkYjkzZWNjZDFlODFmZDljYmJlMGM3OEki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--4da7952a493521db670af7fa64e1a1e8382474a3;
31
- path=/; HttpOnly
32
- Content-Length:
33
- - '738'
34
- Status:
35
- - '200'
36
- Vary:
37
- - Accept-Encoding
38
- Content-Type:
39
- - text/plain;charset=utf-8
40
- body:
41
- encoding: US-ASCII
42
- string: ''
43
- http_version:
44
- recorded_at: Thu, 10 Jan 2013 13:52:43 GMT
45
- - request:
46
- method: get
47
- uri: http://141.5.99.69/-/
48
- body:
49
- encoding: US-ASCII
50
- string: ''
51
- headers:
52
- Accept:
53
- - text/plain
54
- response:
55
- status:
56
- code: 200
57
- message: OK
58
- headers:
59
- Date:
60
- - Thu, 10 Jan 2013 13:52:03 GMT
61
- Server:
62
- - Apache/2.2.22 (Ubuntu)
63
- X-Powered-By:
64
- - Phusion Passenger (mod_rails/mod_rack) 3.0.18
65
- X-Frame-Options:
66
- - sameorigin
67
- X-Xss-Protection:
68
- - 1; mode=block
69
- Accept:
70
- - application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
71
- Set-Cookie:
72
- - rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFM2E5ODBmNzhhYTM3ZWRlZjhmZjM0%0AYTdjNjk5ODU3NDU3MGFmNDcxOThkNTljZTY4OWY5Zjg5ODYwNGIwYjlmY0ki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--e417c449b85b671b1e2794301e3236e425bbb489;
73
- path=/; HttpOnly
74
- Content-Length:
75
- - '6397'
76
- Status:
77
- - '200'
78
- Vary:
79
- - Accept-Encoding
80
- Content-Type:
81
- - text/plain;charset=utf-8
82
- body:
83
- encoding: US-ASCII
84
- string: ! 'Category: entity;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Entity";location="/entity/";attributes="occi.core.id
85
- occi.core.title"
86
-
87
- Category: resource;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Resource";rel="http://schemas.ogf.org/occi/core#entity";location="/resource/";attributes="occi.core.summary"
88
-
89
- Category: link;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Link";rel="http://schemas.ogf.org/occi/core#entity";location="/link/";attributes="occi.core.target
90
- occi.core.source"
91
-
92
- Category: compute;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Compute
93
- Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/compute/";attributes="occi.compute.architecture
94
- occi.compute.cores occi.compute.hostname occi.compute.speed occi.compute.memory
95
- occi.compute.state";actions="http://schemas.ogf.org/occi/infrastructure/compute/action#start
96
- http://schemas.ogf.org/occi/infrastructure/compute/action#stop http://schemas.ogf.org/occi/infrastructure/compute/action#restart
97
- http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"
98
-
99
- Category: networkinterface;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Networkinterface";rel="http://schemas.ogf.org/occi/core#link";location="/networkinterface/";attributes="occi.networkinterface.interface
100
- occi.networkinterface.mac occi.networkinterface.state"
101
-
102
- Category: storage;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Storage
103
- Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/storage/";attributes="occi.storage.size
104
- occi.storage.state";actions="http://schemas.ogf.org/occi/infrastructure/storage/action#online
105
- http://schemas.ogf.org/occi/infrastructure/storage/action#offline http://schemas.ogf.org/occi/infrastructure/storage/action#backup
106
- http://schemas.ogf.org/occi/infrastructure/storage/action#snapshot http://schemas.ogf.org/occi/infrastructure/storage/action#resize"
107
-
108
- Category: network;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Network
109
- Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/network/";attributes="occi.network.vlan
110
- occi.network.label occi.network.state";actions="http://schemas.ogf.org/occi/infrastructure/network/action#up
111
- http://schemas.ogf.org/occi/infrastructure/network/action#down"
112
-
113
- Category: storagelink;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Storage
114
- Link";rel="http://schemas.ogf.org/occi/core#link";location="/storagelink/";attributes="occi.storagelink.deviceid
115
- occi.storagelink.mountpoint occi.storagelink.state"
116
-
117
- Category: ipnetwork;scheme="http://schemas.ogf.org/occi/infrastructure/network#";class="mixin";title="IP
118
- Network Mixin";location="/mixins/ipnetwork/";attributes="occi.network.address
119
- occi.network.gateway occi.network.allocation occi.network.state"
120
-
121
- Category: resource_tpl;scheme="http://schemas.ogf.org/occi/infrastructure#";class="mixin";title="Resource
122
- Template";location="/mixins/resource_tpl/"
123
-
124
- Category: os_tpl;scheme="http://schemas.ogf.org/occi/infrastructure#";class="mixin";title="Operating
125
- System Template";location="/mixins/os_tpl/"
126
-
127
- Category: ipnetworkinterface;scheme="http://schemas.ogf.org/occi/infrastructure/networkinterface#";class="mixin";title="IP
128
- Networkinterface Mixin";location="/mixins/ipnetworkinterface/";attributes="occi.networkinterface.address
129
- occi.networkinterface.gateway occi.networkinterface.allocation occi.networkinterface.state"
130
-
131
- Category: my_os;scheme="http://my.occi.service/occi/infrastructure/os_tpl#";class="mixin";title="My
132
- OS Template";rel="http://schemas.ogf.org/occi/infrastructure#os_tpl";location="/mixins/my_os/"
133
-
134
- Category: large;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Large
135
- Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/large/";attributes="occi.compute.architecture
136
- occi.compute.cores occi.compute.speed occi.compute.memory"
137
-
138
- Category: small;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Small
139
- Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/small/";attributes="occi.compute.architecture
140
- occi.compute.cores occi.compute.speed occi.compute.memory"
141
-
142
- Category: medium;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Medium
143
- Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/medium/";attributes="occi.compute.architecture
144
- occi.compute.cores occi.compute.speed occi.compute.memory"
145
-
146
- Category: extra_large;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Extra
147
- Large Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/extra_large/";attributes="occi.compute.architecture
148
- occi.compute.cores occi.compute.speed occi.compute.memory"
149
-
150
- Category: start;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Start
151
- Compute instance"
152
-
153
- Category: stop;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Stop
154
- Compute instance";attributes="method"
155
-
156
- Category: restart;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Restart
157
- Compute instance";attributes="method"
158
-
159
- Category: suspend;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Suspend
160
- Compute instance";attributes="method"
161
-
162
- Category: online;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Activate
163
- Storage"
164
-
165
- Category: offline;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Deactivate
166
- Storage"
167
-
168
- Category: backup;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Backup
169
- Storage"
170
-
171
- Category: snapshot;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Snapshot
172
- Storage"
173
-
174
- Category: resize;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Resize
175
- Storage";attributes="size"
176
-
177
- Category: up;scheme="http://schemas.ogf.org/occi/infrastructure/network/action#";class="action";title="Activate
178
- network"
179
-
180
- Category: down;scheme="http://schemas.ogf.org/occi/infrastructure/network/action#up";class="action";title="Activate
181
- network"
182
-
183
- '
184
- http_version:
185
- recorded_at: Thu, 10 Jan 2013 13:52:43 GMT
186
- - request:
187
- method: get
188
- uri: http://141.5.99.69/
189
- body:
190
- encoding: US-ASCII
191
- string: ''
192
- headers:
193
- Accept:
194
- - text/plain
195
- response:
196
- status:
197
- code: 200
198
- message: OK
199
- headers:
200
- Date:
201
- - Tue, 12 Mar 2013 13:29:43 GMT
202
- Server:
203
- - Apache/2.2.22 (Ubuntu)
204
- X-Powered-By:
205
- - Phusion Passenger (mod_rails/mod_rack) 3.0.18
206
- X-Frame-Options:
207
- - sameorigin
208
- X-Xss-Protection:
209
- - 1; mode=block
210
- Accept:
211
- - application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
212
- Set-Cookie:
213
- - rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFYWI4ZGQ2OGY5ZDFiMTUxZTQ3NWQ5%0ANDQ4Zjg2ZmVmZTM0ZTMyOTlhMWYyMWY5YmEyNmNhMTg1YjA4ZTMyYmQzNUki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--7f00828c64a9a1b76af0c1199f58e0292cdb0bfa;
214
- path=/; HttpOnly
215
- Content-Length:
216
- - '738'
217
- Status:
218
- - '200'
219
- Vary:
220
- - Accept-Encoding
221
- Content-Type:
222
- - text/plain;charset=utf-8
223
- body:
224
- encoding: US-ASCII
225
- string: ! 'X-OCCI-Location: http://141.5.99.69/compute/48e7c51c-5a7d-11e2-a300-fa163e16d22f
226
-
227
- X-OCCI-Location: http://141.5.99.69/compute/6c706278-5a7d-11e2-a300-fa163e16d22f
228
-
229
- X-OCCI-Location: http://141.5.99.69/compute/7582ffc4-5a7d-11e2-a300-fa163e16d22f
230
-
231
- X-OCCI-Location: http://141.5.99.69/compute/8eb0deb2-5a7d-11e2-a300-fa163e16d22f
232
-
233
- X-OCCI-Location: http://141.5.99.69/compute/8efa93e0-5a7d-11e2-a300-fa163e16d22f
234
-
235
- X-OCCI-Location: http://141.5.99.69/compute/49cbeaee-5b1d-11e2-a300-fa163e16d22f
236
-
237
- X-OCCI-Location: http://141.5.99.69/compute/c87fa76c-5b1e-11e2-a300-fa163e16d22f
238
-
239
- X-OCCI-Location: http://141.5.99.69/compute/1cc544b2-5b1f-11e2-a300-fa163e16d22f
240
-
241
- X-OCCI-Location: http://141.5.99.69/compute/38e2a6b2-5b1f-11e2-a300-fa163e16d22f
242
-
243
- '
244
- http_version:
245
- recorded_at: Tue, 12 Mar 2013 13:29:36 GMT
246
- - request:
247
- method: head
248
- uri: http://141.5.99.69/
249
- body:
250
- encoding: US-ASCII
251
- string: ''
252
- headers:
253
- Accept:
254
- - text/plain
255
- response:
256
- status:
257
- code: 200
258
- message: OK
259
- headers:
260
- Date:
261
- - Tue, 12 Mar 2013 15:27:54 GMT
262
- Server:
263
- - Apache/2.2.22 (Ubuntu)
264
- X-Powered-By:
265
- - Phusion Passenger (mod_rails/mod_rack) 3.0.18
266
- X-Frame-Options:
267
- - sameorigin
268
- X-Xss-Protection:
269
- - 1; mode=block
270
- Accept:
271
- - application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
272
- Set-Cookie:
273
- - rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFMGExMWVlMjYwMzQyNzc5MzVlOGZm%0AMzgyZTIyYjFhM2UyNDBmODgyOGE4OTdlZWE0ZmU3YTdjNWY4YjZmZDg0N0ki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--a3fe81e6991f7f493ec81041aca0d9a3c59e528b;
274
- path=/; HttpOnly
275
- Content-Length:
276
- - '738'
277
- Status:
278
- - '200'
279
- Vary:
280
- - Accept-Encoding
281
- Content-Type:
282
- - text/plain;charset=utf-8
283
- body:
284
- encoding: US-ASCII
285
- string: ''
286
- http_version:
287
- recorded_at: Tue, 12 Mar 2013 15:27:47 GMT
288
- recorded_with: VCR 2.4.0