cloudstack-cli 0.15.0 → 0.15.1
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/cloudstack-cli/commands/server.rb +1 -1
- data/lib/cloudstack-cli/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: 7345dcbef6139ac587c38fb98f9225e19e0e63df
|
|
4
|
+
data.tar.gz: 56740cf452feeb2e9a823b9b0ad0db6397973c35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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"
|
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.
|
|
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-
|
|
11
|
+
date: 2015-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rdoc
|