Updated Branches: refs/heads/1.6.x 4021f3080 -> c2a95cdab
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/c2a95cda Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/c2a95cda Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/c2a95cda Branch: refs/heads/1.6.x Commit: c2a95cdab5f77fd1c2484ff8341a9d5985561c7d Parents: 4021f30 Author: Andrew Phillips <[email protected]> Authored: Tue Jun 25 07:57:44 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Jun 25 07:57: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/c2a95cda/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"/>
