fuel-octane/setup.cfg
Oleg Gelbukh 176f86f54c Add new commands to setup.cfg
Command 'upgrade-control' switches the cloud to the new version of control
plane.
Command 'install-node' installs additional nodes as controllers in the upgrade
seed environment.

Change-Id: Iec192593f89432c3e89d773f660f41fffb0700fb
2015-08-13 13:47:13 +00:00

38 lines
1.2 KiB
INI

[metadata]
name = octane
summary = Octane - upgrade your Fuel.
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
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.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =
octane
[entry_points]
console_scripts =
octane = octane.app:main
octane =
prepare = octane.commands.prepare:PrepareCommand
revert-prepare = octane.commands.prepare:RevertCommand
upgrade-env = octane.commands.upgrade_env:UpgradeEnvCommand
upgrade-node = octane.commands.upgrade_node:UpgradeNodeCommand
upgrade-db = octane.commands.upgrade_db:UpgradeDBCommand
install-node = octane.commands.install_node:InstallNodeCommand
upgrade-control = octane.commands.upgrade_controlplane:UpgradeControlPlaneCommand