fuel-dev-tools/fuel_dev_tools
Michal Rostecki 18124c7692 Drop use of 'oslo' namespace package
The Oslo libraries have moved all of their code out of the 'oslo'
namespace package into per-library packages. The namespace package was
retained during kilo for backwards compatibility, but will be removed by
the liberty-2 milestone. This change removes the use of the namespace
package, replacing it with the new package names.

The patches in the libraries will be put on hold until application
patches have landed, or L2, whichever comes first. At that point, new
versions of the libraries without namespace packages will be released as
a major version update.

Please merge this patch, or an equivalent, before L2 to avoid problems
with those library releases.

Blueprint: remove-namespace-packages
https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages

Change-Id: I85d65fac6119d66755fe490d90fe1c48124935f7
2015-07-21 19:27:42 +02:00
..
docker Nailgun rsync: add *.pyc and test excludes 2015-05-19 13:09:13 +02:00
slaves Puppet info & rsync commands added 2015-05-18 10:48:25 +02:00
tests First dev tools -- Nailgun's container commands 2015-04-01 11:00:49 +02:00
README.md RabbitMQ commands added 2015-05-12 09:07:18 +02:00
__init__.py Fix copyrights 2015-05-18 08:08:13 +02:00
cmd_parser.py Fix copyrights 2015-05-18 08:08:13 +02:00
command.py Puppet info & rsync commands added 2015-05-18 10:48:25 +02:00
debug.py Fix copyrights 2015-05-18 08:08:13 +02:00
exc.py First dev tools -- Nailgun's container commands 2015-04-01 11:00:49 +02:00
info.py Configurable SSH port and user 2015-05-12 08:13:16 +02:00
puppet.py Puppet info & rsync commands added 2015-05-18 10:48:25 +02:00
rsync.py Puppet info & rsync commands added 2015-05-18 10:48:25 +02:00
shell.py Drop use of 'oslo' namespace package 2015-07-21 19:27:42 +02:00
ssh.py Slaves mcollective rsync 2015-05-15 14:03:59 +02:00

README.md

=============================== fuel-dev-tools command

Command-line interface for interacting with Fuel Master node.

Global options

--IP, -P|--port, -U|--user

Specify IP, port and user of the Fuel master ISO (default is 10.20.0.2).

-I, --identity-file

Specify SSH identity file (default is $HOME/.ssh/id_rsa.openstack).

info (info.Info)

astute-id (docker.astute.Id)

astute-config (docker.astute.Config)

astute-dir (docker.astute.Dir)

astute-log (docker.astute.Log)

astute-restart (docker.astute.Restart)

astute-rsync (docker.astute.Rsync)

astute-shell (docker.astute.Shell)

astute-start (docker.astute.Start)

astute-stop (docker.astute.Stop)

astute-tail (docker.astute.Tail)

astute-volumes (docker.astute.Volumes)

nailgun-id (docker.nailgun.Id)

nailgun-config (docker.nailgun.Config)

nailgun-dir (docker.nailgun.Dir)

nailgun-log (docker.nailgun.Log)

nailgun-restart (docker.nailgun.Restart)

nailgun-rsync (docker.nailgun.Rsync)

nailgun-rsync-static (nginx.Rsync)

nailgun-shell (docker.nailgun.Shell)

nailgun-start (docker.nailgun.Start)

nailgun-stop (docker.nailgun.Stop)

nailgun-tail (docker.nailgun.Tail)

nailgun-volumes (docker.nailgun.Volumes)