From 8e6c6b427641072c3b08024696963d631f2dbc7b Mon Sep 17 00:00:00 2001 From: micafer Date: Wed, 23 May 2018 10:42:40 +0200 Subject: [PATCH 1/2] Update docs --- doc/source/xmlrpc.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/xmlrpc.rst b/doc/source/xmlrpc.rst index 7063ba077..65599e8ca 100644 --- a/doc/source/xmlrpc.rst +++ b/doc/source/xmlrpc.rst @@ -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 From 67ff166783cdf6c5d69bc380493c11d8117eed40 Mon Sep 17 00:00:00 2001 From: micafer Date: Wed, 23 May 2018 15:43:13 +0200 Subject: [PATCH 2/2] Add new requirement to RADL 1.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bca1dcb5..606e5f27f 100644 --- a/setup.py +++ b/setup.py @@ -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"] )