morpheus-cli 3.5.1 → 3.5.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/morpheus/cli/storage_providers_command.rb +4 -4
- data/lib/morpheus/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7d4e2ec7679868b364bceefa80e3532b0393f7fddfd7ff42e3040e975409159
|
4
|
+
data.tar.gz: 580d2398452ad35d7a68fd84159baf86bfa6b737c4ea044dfb384ec9553ea855
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf0bd19fc111f2d64ff3886b9cd8d9a60aa5f103de1e514faa77be3d126f5ae69f91c51738b1436257145ea63f4004c1464e1067654967750afa6a2718ded8c7
|
7
|
+
data.tar.gz: c77e6e3866469ff4941affa0785556f27fe6cd2ea41c5cf14f998faf724c293e7c60193e29dce60b4d6a3f9811e7df2b2766e91c846006577536c38c1b452cbf
|
@@ -309,11 +309,11 @@ class Morpheus::Cli::StorageProvidersCommand
|
|
309
309
|
elsif storage_provider_type_code == 'rackspace'
|
310
310
|
# print_h2 "Rackspace CDN Options"
|
311
311
|
provider_type_option_types = [
|
312
|
-
{'fieldContext' => 'config', 'fieldName' => '
|
313
|
-
{'fieldContext' => 'config', 'fieldName' => '
|
312
|
+
{'fieldContext' => 'config', 'fieldName' => 'username', 'fieldLabel' => 'Username', 'type' => 'text', 'required' => true, 'description' => ''},
|
313
|
+
{'fieldContext' => 'config', 'fieldName' => 'apiKey', 'fieldLabel' => 'API Key', 'type' => 'password', 'required' => true, 'description' => ''},
|
314
|
+
{'fieldContext' => 'config', 'fieldName' => 'region', 'fieldLabel' => 'Region', 'type' => 'text', 'required' => true, 'description' => ''},
|
314
315
|
{'fieldName' => 'bucketName', 'fieldLabel' => 'Bucket Name', 'type' => 'text', 'required' => true, 'description' => ''},
|
315
|
-
{'fieldName' => 'createBucket', 'fieldLabel' => 'Create Bucket', 'type' => 'checkbox', 'required' => false, 'defaultValue' => false, 'description' => 'Create the bucket if it does not exist.'}
|
316
|
-
{'fieldContext' => 'config', 'fieldName' => 'endpoint', 'fieldLabel' => 'Endpoint URL', 'type' => 'text', 'required' => true, 'description' => 'Optional endpoint URL if pointing to an object store other than amazon that mimics the Amazon S3 APIs.'},
|
316
|
+
{'fieldName' => 'createBucket', 'fieldLabel' => 'Create Bucket', 'type' => 'checkbox', 'required' => false, 'defaultValue' => false, 'description' => 'Create the bucket if it does not exist.'}
|
317
317
|
]
|
318
318
|
else
|
319
319
|
puts "warning: unrecognized storage provider type: '#{storage_provider_type_code}'"
|
data/lib/morpheus/cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: morpheus-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.1
|
4
|
+
version: 3.5.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Estes
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2018-09-
|
14
|
+
date: 2018-09-19 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bundler
|