Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'services-r9' into services-r10
Change-Id: I11145c9731824b3ac74426f86d610c653675c41c
  • Loading branch information
figo committed Mar 20, 2012
2 parents aa47177 + c91898e commit 32e91ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/services/api/messages.rb
Expand Up @@ -26,14 +26,14 @@ class ServiceOfferingRequest < JsonMessage
optional :plans, [String]
optional :plan_options
optional :binding_options
optional :acls, {'users' => [String], 'wildcards' => [String]}
optional :acls
optional :active
optional :timeout, Integer
end

class BrokeredServiceOfferingRequest < JsonMessage
required :label, SERVICE_LABEL_REGEX
required :options, [{"name" => String, "acls" => {"users" => [String], "wildcards" => [String] } , "credentials" => Hash}]
required :options, [{"name" => String, "credentials" => Hash}]
optional :description, String
end

Expand Down
2 changes: 1 addition & 1 deletion vcap_common.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'vcap_common'
s.version = '1.0.9'
s.version = '1.0.10'
s.date = '2011-02-09'
s.summary = 'vcap common'
s.homepage = "http://github.com/vmware-ac/core"
Expand Down

0 comments on commit 32e91ce

Please sign in to comment.