Skip to content

Commit

Permalink
Merge pull request #621 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored May 23, 2018
2 parents a203038 + 67ff166 commit b206b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/source/xmlrpc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ This is the list of method names:
* ``failed``, an error happened during the launching; or
* ``unknown``, unable to obtain the status.

The next figure shows a state diagram of virtual machine status.
The next figure shows a state diagram of virtual machine status. This figure is illustrative
as if may differ in case of Cloud Providers.

.. digraph:: stategraph

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
description="IM is a tool to manage virtual infrastructures on Cloud deployments",
platforms=["any"],
install_requires=["ansible >= 2.0", "paramiko >= 1.14", "PyYAML", suds_pkg, sqlite_pkg, "cheroot",
"boto >= 2.29", "apache-libcloud >= 2.3.0", "RADL >= 1.1.0", "bottle", "netaddr",
"boto >= 2.29", "apache-libcloud >= 2.3.0", "RADL >= 1.1.1", "bottle", "netaddr",
"requests", "scp", "tosca-parser"]
)

0 comments on commit b206b62

Please sign in to comment.