misty 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +32 -8
- data/lib/misty/http/method_builder.rb +1 -1
- data/lib/misty/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1677bc6d745dc6d7e0fd3623c5aad22e833bba31
|
4
|
+
data.tar.gz: 0554f06362e16e60981a6586c548b5ccd3173bce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cd973ec3cc1f5ea5b9abf0d3abb98c9bb06edd0b7e9f432b87a3c025f0a0d48cb5414863c9fbd628f8cbb54a75cf0f59f4e8c04b0bf53625f981548803836d8
|
7
|
+
data.tar.gz: d331411fea6186a116f35d1ca49103e191e5795d0adec2ab726679b67b58c5f4d70109b1f4a9fd7026d9a27135bada848db2bc16d2b4c498eedbb964c3a75dbb
|
data/README.md
CHANGED
@@ -122,6 +122,30 @@ shared_file_systems | manila | ["v2"]
|
|
122
122
|
The #requests method provides the available requests for a service, for example:
|
123
123
|
```ruby
|
124
124
|
openstack.compute.requests
|
125
|
+
|
126
|
+
=> [:add_a_single_tag,
|
127
|
+
:add_associate_fixed_ip_addfixedip_action_deprecated,
|
128
|
+
:add_associate_floating_ip_addfloatingip_action_deprecated,
|
129
|
+
:add_flavor_access_to_tenant_addtenantaccess_action,
|
130
|
+
:add_host,
|
131
|
+
:add_network,
|
132
|
+
:add_security_group_to_a_server_addsecuritygroup_action,
|
133
|
+
:associate_host_deprecated,
|
134
|
+
:attach_a_volume_to_an_instance,
|
135
|
+
:bulk_delete_floating_ips,
|
136
|
+
:capacities,
|
137
|
+
:change_administrative_password_changepassword_action,
|
138
|
+
:check_tag_existence,
|
139
|
+
:clear_admin_password,
|
140
|
+
:confirm_resized_server_confirmresize_action,
|
141
|
+
:create_agent_build,
|
142
|
+
:create_aggregate,
|
143
|
+
:create_allocate_floating_ip_address,
|
144
|
+
:create_assisted_volume_snapshots,
|
145
|
+
:create_cell,
|
146
|
+
:create_cloudpipe,
|
147
|
+
:create_console,
|
148
|
+
.../...
|
125
149
|
```
|
126
150
|
|
127
151
|
## Setup
|
@@ -164,7 +188,7 @@ The following parameters can be used:
|
|
164
188
|
* `:token`
|
165
189
|
User provided token, overrides all user and password parameters.
|
166
190
|
* `:context`
|
167
|
-
|
191
|
+
Bypass the authentication by providing a proper context with `token id`, `service catalog` and `expire date`.
|
168
192
|
Overrides all user and password parameters
|
169
193
|
Example: ``{:context => { :token => token_id, :catalog => service_catalog, :expires => expire_date }}``
|
170
194
|
|
@@ -287,13 +311,13 @@ openstack.network.post("/v2.0/qos/policies/48985e6b8da145699d411f12a3459fca/dscp
|
|
287
311
|
# Requirements
|
288
312
|
|
289
313
|
## Ruby versions tested
|
290
|
-
* Ruby 2.4.1
|
291
|
-
* Ruby 2.4.0
|
292
|
-
* Ruby 2.3.4
|
293
|
-
* Ruby 2.3.3
|
294
|
-
* Ruby 2.3.2
|
295
|
-
* Ruby 2.3.1
|
296
|
-
* Ruby 2.3.0
|
314
|
+
* Ruby MRI 2.4.1
|
315
|
+
* Ruby MRI 2.4.0
|
316
|
+
* Ruby MRI 2.3.4
|
317
|
+
* Ruby MRI 2.3.3
|
318
|
+
* Ruby MRI 2.3.2
|
319
|
+
* Ruby MRI 2.3.1
|
320
|
+
* Ruby MRI 2.3.0
|
297
321
|
|
298
322
|
# Contributing
|
299
323
|
Contributors are welcome and must adhere to the [Contributor covenant code of conduct](http://contributor-covenant.org/).
|
data/lib/misty/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: misty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gilles Dubreuil
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|