You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2013/05/23 18:22:47 UTC

git commit: JCLOUDS-69: Correcting Keystone feature description Submitted by Tang Yong

Updated Branches:
  refs/heads/master b2f12322c -> 0aada6623


JCLOUDS-69: Correcting Keystone feature description
Submitted by Tang Yong


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/0aada662
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/0aada662
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/0aada662

Branch: refs/heads/master
Commit: 0aada6623d49b60ccf23592c98cefd218579a684
Parents: b2f1232
Author: Andrew Phillips <an...@apache.org>
Authored: Thu May 23 18:21:45 2013 +0200
Committer: Andrew Phillips <an...@apache.org>
Committed: Thu May 23 18:21:45 2013 +0200

----------------------------------------------------------------------
 feature/src/main/resources/feature.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/0aada662/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index 7cf0ecb..6c25481 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -94,7 +94,7 @@ limitations under the License.
         <bundle>mvn:org.apache.jclouds.api/openstack-nova/${jclouds.version}</bundle>
     </feature>
 
-    <feature name='jclouds-api-openstack-keystone' description='JClouds - API - OpenStack Nova' version='${project.version}' resolver='(obr)'>
+    <feature name='jclouds-api-openstack-keystone' description='JClouds - API - OpenStack Keystone' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds</feature>
         <bundle>mvn:org.apache.jclouds.api/openstack-keystone/${jclouds.version}</bundle>
     </feature>