Updated Branches: refs/heads/master 311bd43ad -> 357c0bd26
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/357c0bd2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/357c0bd2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/357c0bd2 Branch: refs/heads/master Commit: 357c0bd264bcc9a2a9f84f7d76624e0fc29a1da1 Parents: 311bd43 Author: Andrew Phillips <[email protected]> Authored: Tue Jun 25 07:53:44 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Jun 25 07:53:44 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/357c0bd2/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 7140d7f..30e3dd0 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"/>
