Update README.md - remove "Mirantis", add 9.1

This commit is also to test readthedocs and pypi

Change-Id: I0b00acfabb2e033c4775fe46037451fe2e76ef6b
This commit is contained in:
Dmitry Sutyagin 2016-09-09 15:20:30 +03:00
parent 0d95be4662
commit 96ed1e0346
2 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
Specification
=============
Mirantis OpenStack Ansible-like tool for parallel node operations: two-way data transfer, log collection, remote command execution
OpenStack Ansible-like tool for parallel node operations: two-way data transfer, log collection, remote command execution
* The tool is based on https://etherpad.openstack.org/p/openstack-diagnostics
* Should work fine in the following environments that have been tested: 4.x, 5.x, 6.x, 7.0, 8.0, 9.0
* Should work fine in environments deployed by Fuel versions: 4.x, 5.x, 6.x, 7.0, 8.0, 9.0, 9.1
* Operates non-destructively.
* Can be launched on any host within admin network, provided the fuel node IP is specified and access to Fuel and other nodes is possible via ssh from the local system.
* Parallel launch - only on the nodes that are 'online'. Some filters for nodes are also available.

View File

@ -16,7 +16,7 @@
# under the License.
project_name = 'timmy'
version = '1.19.5'
version = '1.19.6'
if __name__ == '__main__':
import sys