You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2013/04/24 13:38:53 UTC

[3/3] git commit: CIMI CEP: driver/provider should not be mandatory

CIMI CEP: driver/provider should not be mandatory

Otherwise, we can't use this against non-Deltacloud CEP's


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/61b46432
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/61b46432
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/61b46432

Branch: refs/heads/master
Commit: 61b46432cb31dcdc11e21f8c69b451ba8b2be69f
Parents: 1d91774
Author: David Lutterkort <lu...@redhat.com>
Authored: Tue Apr 23 16:37:56 2013 -0700
Committer: marios <ma...@redhat.com>
Committed: Wed Apr 24 14:34:57 2013 +0300

----------------------------------------------------------------------
 server/lib/cimi/models/cloud_entry_point.rb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/61b46432/server/lib/cimi/models/cloud_entry_point.rb
----------------------------------------------------------------------
diff --git a/server/lib/cimi/models/cloud_entry_point.rb b/server/lib/cimi/models/cloud_entry_point.rb
index a1ec0a7..adadb62 100644
--- a/server/lib/cimi/models/cloud_entry_point.rb
+++ b/server/lib/cimi/models/cloud_entry_point.rb
@@ -15,8 +15,8 @@
 
 class CIMI::Model::CloudEntryPoint < CIMI::Model::Base
 
-  text :driver, :required => true
-  text :provider, :required => true
+  text :driver
+  text :provider
 
   # All possible CIMI collections, in the order in which they should appear
   # in the CEP