[deltacloud-core/f18: 3/4] Added possibility to specify multiple frontends

Michal Fojtik mfojtik at fedoraproject.org
Tue Nov 27 12:42:13 UTC 2012


commit 41eb946011db801b97bd3bbbc4b75d9ba87e4b6e
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Tue Nov 13 14:19:16 2012 +0100

    Added possibility to specify multiple frontends

 deltacloud-core-config |    8 ++++++++
 deltacloud-core.spec   |    5 +++++
 sources                |    3 +--
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/deltacloud-core-config b/deltacloud-core-config
index e50c96f..5204a9d 100644
--- a/deltacloud-core-config
+++ b/deltacloud-core-config
@@ -10,6 +10,14 @@ API_ENV="production"
 # drivers
 DRIVER="mock"
 
+# By default Deltacloud API will explose just native Deltacloud API
+# You can enable other frontends using the variable below
+#
+# Example: ENABLED_FRONTEND="deltacloud,cimi,ec2"
+#
+ENABLED_FRONTEND="deltacloud"
+
+
 # Port where deltacloud core will listen (default: localhost)
 # You should be able to access Deltacloud API on http://localhost:PORT/api
 PORT="3002"
diff --git a/deltacloud-core.spec b/deltacloud-core.spec
index 7c52edd..7856721 100644
--- a/deltacloud-core.spec
+++ b/deltacloud-core.spec
@@ -333,9 +333,14 @@ fi
 %{app_root}/config/drivers/google.yaml
 
 %changelog
+
 * Tue Nov 27 2012 Michal Fojtik <mfojtik at redhat.com> - 1.0.5-1
 - Release 1.0.5
 
+* Tue Nov 13 2012 Michal Fojtik <mfojtik at redhat.com> - 1.0.4-2
+- Added option to system config file to enable multiple
+  frontends
+
 * Mon Oct 29 2012 Michal Fojtik <mfojtik at redhat.com> - 1.0.4-1
 - Release 1.0.4
 
diff --git a/sources b/sources
index e48cc78..1220b01 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
-bf4e5d4bf5785f4c4064de0866c84e4b  deltacloud-core.service
-10e141b3907e4173f5eef341c698c186  deltacloud-core-1.0.4.gem
 6a5a784f6f570473d600a02c2bfcb323  d8c9a4450623477e3b35e5223a082ff9ced35c0a-1.0.5.patch
 74ba9c4bcac4e1d2423aa16f8f227741  deltacloud-core-1.0.5.gem
+e5a07687dd201a50e0a4bf6fde6db9f3  deltacloud-core.service


More information about the scm-commits mailing list