Files
deb-python-fuelclient/setup.cfg
Roman Prykhodchenko 9ed2ced330 Add node command
This patch adds the node command which allows to perform
the following operations on nodes in Fuel:

 - List nodes
   node list
 - Show details about a node
   node show

Blueprint: re-thinking-fuel-client
Change-Id: I598f82620223200eda0e31d9e75588b65e6182bc
2015-03-19 15:29:40 +01:00

49 lines
1.4 KiB
INI

[metadata]
name = python-fuelclient
version = 6.0.0
summary = Command line interface and Python API wrapper for Fuel.
author = Mirantis Inc.
author-email = product@mirantis.com
home-page = http://mirantis.com
description-file =
README.rst
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
[files]
packages =
fuelclient
[entry_points]
console_scripts =
fuel=fuelclient.cli.parser:main
fuel2=fuelclient.main:main
fuelclient =
env_list=fuelclient.commands.environment:EnvList
env_create=fuelclient.commands.environment:EnvCreate
env_show=fuelclient.commands.environment:EnvShow
env_delete=fuelclient.commands.environment:EnvDelete
env_update=fuelclient.commands.environment:EnvUpdate
env_upgrade=fuelclient.commands.environment:EnvUpgrade
env_deploy=fuelclient.commands.environment:EnvDeploy
env_add_nodes=fuelclient.commands.environment:EnvAddNodes
node_list=fuelclient.commands.node:NodeList
node_show=fuelclient.commands.node:NodeShow
[global]
setup-hooks =
pbr.hooks.setup_hook
fuelclient.hooks.setup_hook
[wheel]
universal = 1