зеркало из https://github.com/mozilla/labs-vcap.git
add vblob in bin/services and cloud_controller.yml
Change-Id: Ia942ee9a1a4480ee9f19250707785718e93a93be
This commit is contained in:
Родитель
75edaea0af
Коммит
d4fc23dde8
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
# Copyright (c) 2009-2012 VMware, Inc.
|
||||
|
||||
exec(File.expand_path("../../../services/vblob/bin/vblob_gateway", __FILE__), *ARGV)
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
# Copyright (c) 2009-2012 VMware, Inc.
|
||||
|
||||
exec(File.expand_path("../../../services/vblob/bin/vblob_node", __FILE__), *ARGV)
|
|
@ -135,6 +135,8 @@ builtin_services:
|
|||
token: "0xdeadbeef"
|
||||
filesystem:
|
||||
token: "0xdeadbeef"
|
||||
vblob:
|
||||
token: "0xdeadbeef"
|
||||
|
||||
# Service broker
|
||||
service_broker:
|
||||
|
|
Загрузка…
Ссылка в новой задаче