dpl 1.8.32.travis.1956.5 → 1.8.32.travis.1957.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/dpl/provider/bluemix_cloud_foundry.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e39224780b902e25e44ae745cfa501ed7f926b4
|
4
|
+
data.tar.gz: 699230260516ed63565df9b747c03d51d934eeb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f5ab1930859cca43e325bfdfe66608b559162f7d66e1ec584be7dbacedb08488e5976e688e53001925e8465a1bf3a1c5e5d8f346983bd247b805b250d683e05
|
7
|
+
data.tar.gz: 99a848b888c4120e3bc695468b6860496274faaa90b4639404651ac24d7eb9bce4b6fca6f18066fc32784521ed3db86573a07e9c0c93534dbec0a9504d81b6d7
|
data/README.md
CHANGED
@@ -921,11 +921,11 @@ In order to use this provider, please make sure you have the [App Engine Admin A
|
|
921
921
|
* **password**: Bluemix password.
|
922
922
|
* **organization**: Bluemix target organization.
|
923
923
|
* **space**: Bluemix target space
|
924
|
-
* **region**: Bluemix region [ng, eu-gb, au-syd]. Optional, default US region (ng).
|
924
|
+
* **region**: Bluemix region [ng, eu-gb, eu-de, au-syd]. Optional, default US region (ng).
|
925
925
|
* **api**: Bluemix api URL. Optional for Bluemix dedicated. Explicit **api** setting precedence over **region** setting.
|
926
926
|
* **manifest**: Path to manifest file. Optional.
|
927
927
|
* **skip_ssl_validation**: Skip ssl validation. Optional.
|
928
928
|
|
929
929
|
#### Examples:
|
930
930
|
|
931
|
-
dpl --provider=
|
931
|
+
dpl --provider=bluemixcloudfoundry --username=<username> --password=<password> --organization=<organization> --region=<region> --space=<space> --skip-ssl-validation
|