bosh-registry 1.3048.0 → 1.3050.0
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 +4 -1
- data/lib/bosh/registry/instance_manager/openstack.rb +1 -0
- data/lib/bosh/registry/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5c496a742fa70d4e48de0c9ade9dd242b9dacbf
|
|
4
|
+
data.tar.gz: 53db0b2e3cd158e56296c2b7e9d2500163f8d1b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 765000fdbff1d18a99aabf655fd5323109069db94e242acbdf8205102cd8c493e58c0a7ba8f7cfe978dc0bdf42f7649b64c1adccdf7345d8d477cfd4db462243
|
|
7
|
+
data.tar.gz: 226bcd7f3b2bed453f6efbeb2dfc74dcdae8b45d2f80282f4dcd57173e84662dd780ccc73cb4e9f028d075807b388a818af9361b7f392e2b218c04b551186aef
|
data/README.md
CHANGED
|
@@ -73,6 +73,8 @@ These are the credentials to connect to OpenStack services:
|
|
|
73
73
|
OpenStack API key
|
|
74
74
|
* `tenant` (required)
|
|
75
75
|
OpenStack tenant name
|
|
76
|
+
* `domain` (optional)
|
|
77
|
+
OpenStack domain
|
|
76
78
|
* `region` (optional)
|
|
77
79
|
OpenStack region
|
|
78
80
|
* `endpoint_type` (optional)
|
|
@@ -100,8 +102,9 @@ This is a sample of an Bosh Registry configuration file:
|
|
|
100
102
|
cloud:
|
|
101
103
|
plugin: openstack
|
|
102
104
|
openstack:
|
|
103
|
-
auth_url: "http://127.0.0.1:5000/
|
|
105
|
+
auth_url: "http://127.0.0.1:5000/v3.0"
|
|
104
106
|
username: foo
|
|
105
107
|
api_key: bar
|
|
106
108
|
tenant: foo
|
|
109
|
+
domain: bar
|
|
107
110
|
region:
|
|
@@ -23,6 +23,7 @@ module Bosh::Registry
|
|
|
23
23
|
:openstack_username => @openstack_properties['username'],
|
|
24
24
|
:openstack_api_key => @openstack_properties['api_key'],
|
|
25
25
|
:openstack_tenant => @openstack_properties['tenant'],
|
|
26
|
+
:openstack_domain_name => @openstack_properties['domain'],
|
|
26
27
|
:openstack_region => @openstack_properties['region'],
|
|
27
28
|
:openstack_endpoint_type => @openstack_properties['endpoint_type'],
|
|
28
29
|
:connection_options => @openstack_properties['connection_options']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh-registry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3050.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- VMware
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sequel
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 1.
|
|
89
|
+
version: 1.31.0
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 1.
|
|
96
|
+
version: 1.31.0
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: aws-sdk
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - "~>"
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 1.
|
|
117
|
+
version: 1.3050.0
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 1.
|
|
124
|
+
version: 1.3050.0
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: rake
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -222,7 +222,7 @@ dependencies:
|
|
|
222
222
|
version: '0'
|
|
223
223
|
description: |-
|
|
224
224
|
BOSH Registry
|
|
225
|
-
|
|
225
|
+
b92cdc
|
|
226
226
|
email: support@cloudfoundry.com
|
|
227
227
|
executables:
|
|
228
228
|
- bosh-registry
|