cloudstack-cli 0.15.0 → 0.15.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 908b98a2dbd0314746a8ab6f4ab5ce2c7993e718
4
- data.tar.gz: eb50df278d75bab8f5b9051d307fc2c67800b0b6
3
+ metadata.gz: 7345dcbef6139ac587c38fb98f9225e19e0e63df
4
+ data.tar.gz: 56740cf452feeb2e9a823b9b0ad0db6397973c35
5
5
  SHA512:
6
- metadata.gz: df3f7712ad79ed2976d2bbad453843bec5c7ac680f7646abdaa523ea61cb984a769b35fa63946f01c7a00c8932a7caef259b4758ab487797bcba56d7e4fb7266
7
- data.tar.gz: 37cc848fb1928bc11ae770707743374cc2f57ce5bf3adb287a52948d11af3610ffc484e773565d7558f44429ce7d47e85620815526285ae47aaaaf7e75e42e96
6
+ metadata.gz: e5259be78f9c2b6d3ebf34fe5c3cfa79f87d9c430d8a024c245130e33c744058725e11fb2e681b622fc34c889c9f26c08cdbeda2d138c3b7b01940c19e25902c
7
+ data.tar.gz: cab48f91652b1e8b6ef8d5345b735a41c1d5f300b49511ff3ff47f4fa27ad6c337bf3b0f11825a9ffcc7e8ee3939bca5febdc5be5354dadc83de79dbbb37ba15
data/README.md CHANGED
@@ -142,11 +142,11 @@ $ cloudstack-cli offering sort
142
142
 
143
143
  ### Example: Stop all backup routers of a given project
144
144
 
145
- Stop all virtual routers of project Demo (you could filter by zone too):
145
+ Stop all virtual routers of project named Demo (you could filter by zone too):
146
146
  (This command is helpful if you have to deploy new versions of Cloudstack when using redundant routers)
147
147
 
148
148
  ```bash
149
- $ cloudstack-cli router list --project Demo --status running --redundant-state BACKUP --command stop
149
+ $ cloudstack-cli router list --project Demo --status running --redundant-state BACKUP --command STOP
150
150
  ````
151
151
 
152
152
  **Hint:** You can watch the status of the command with watch.
@@ -64,7 +64,7 @@ class Server < CloudstackCli::Base
64
64
 
65
65
  desc "create NAME [NAME2 ...]", "create server(s)"
66
66
  option :template, aliases: '-t', desc: "name of the template"
67
- option :iso, desc: "name of the iso", desc: "name of the iso template"
67
+ option :iso, desc: "name of the iso template"
68
68
  option :offering, aliases: '-o', required: true, desc: "computing offering name"
69
69
  option :zone, aliases: '-z', required: true, desc: "availability zone name"
70
70
  option :networks, aliases: '-n', type: :array, desc: "network names"
@@ -1,3 +1,3 @@
1
1
  module CloudstackCli
2
- VERSION = "0.15.0"
2
+ VERSION = "0.15.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstack-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nik Wolfgramm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-13 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc