Updated Branches:
  refs/heads/1.5.x 68012cb03 -> ece3c6842

JCLOUDS-83: Injecting shellTableFactory into node-list command
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/ece3c684
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/ece3c684
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/ece3c684

Branch: refs/heads/1.5.x
Commit: ece3c6842011d76756e232df3c6385a9f03c0daf
Parents: 68012cb
Author: Andrew Phillips <[email protected]>
Authored: Tue Jun 25 08:04:36 2013 -0400
Committer: Andrew Phillips <[email protected]>
Committed: Tue Jun 25 08:04:36 2013 -0400

----------------------------------------------------------------------
 commands/src/main/resources/OSGI-INF/blueprint/jclouds-commands.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/ece3c684/commands/src/main/resources/OSGI-INF/blueprint/jclouds-commands.xml
----------------------------------------------------------------------
diff --git 
a/commands/src/main/resources/OSGI-INF/blueprint/jclouds-commands.xml 
b/commands/src/main/resources/OSGI-INF/blueprint/jclouds-commands.xml
index 09bd1dd..8a6d57c 100644
--- a/commands/src/main/resources/OSGI-INF/blueprint/jclouds-commands.xml
+++ b/commands/src/main/resources/OSGI-INF/blueprint/jclouds-commands.xml
@@ -208,6 +208,7 @@ limitations under the License.
             <action class="org.jclouds.karaf.commands.compute.NodeListCommand">
                 <property name="computeServices" ref="computeServices"/>
                 <property name="cacheProvider" ref="cacheProvider"/>
+                <property name="shellTableFactory" ref="shellTableFactory"/>
             </action>
             <optional-completers>
                 <entry key="--name" value-ref="computeContextNameCompleter"/>

Reply via email to