From e75ff4cd2b543c86c496868b0790beca4fe8d256 Mon Sep 17 00:00:00 2001 From: Victor Hansson Date: Thu, 11 Jul 2024 13:32:08 +0300 Subject: [PATCH] F OpenNebula/one#6430: Refactor API section Refactor: * XML-RPC API * Ruby OpenNebula Cloud API * Python OpenNebul Cloud API * Java OpenNebula Cloud API * Go OpenNebula Cloud API * OneFlow Server API * OneGate API * Using Hooks Signed-off-by: Victor Hansson --- .../opennebula_services/oneflow.rst | 2 ++ .../system_interfaces/appflow_api.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/installation_and_configuration/opennebula_services/oneflow.rst b/source/installation_and_configuration/opennebula_services/oneflow.rst index d307a784d..255dfba48 100644 --- a/source/installation_and_configuration/opennebula_services/oneflow.rst +++ b/source/installation_and_configuration/opennebula_services/oneflow.rst @@ -75,6 +75,8 @@ The OneFlow configuration file can be found in ``/etc/one/oneflow-server.conf`` In the default configuration, the OneFlow server will only listen to requests coming from ``localhost`` (which is enough to control OneFlow over Sunstone running on the same host). If you want to control OneFlow over API/CLI remotely, you need to change ``:host`` parameter in ``/etc/one/oneflow-server.conf`` to a public IP of your Front-end host or to ``0.0.0.0`` (to work on all IP addresses configured on Host). +.. _oneflow_conf_sunstone: + Configure Sunstone ------------------ diff --git a/source/integration_and_development/system_interfaces/appflow_api.rst b/source/integration_and_development/system_interfaces/appflow_api.rst index 1037e5ac8..ffe65292d 100644 --- a/source/integration_and_development/system_interfaces/appflow_api.rst +++ b/source/integration_and_development/system_interfaces/appflow_api.rst @@ -6,7 +6,7 @@ OneFlow Specification The OpenNebula OneFlow API is a RESTfull service to create, control and monitor services composed of interconnected Virtual Machines with deployment dependencies between them. Each group of Virtual Machines is deployed and managed as a single entity, and is completely integrated with the advanced OpenNebula user and group management. There are two kind of resources; services templates and services. All data is sent and received as JSON. -This guide is intended for developers. The OpenNebula distribution includes a :ref:`cli ` to interact with OneFlow and it is also fully integrated in the :ref:`Sunstone GUI `. +This guide is intended for developers. The OpenNebula distribution includes a :ref:`cli ` to interact with OneFlow and it is also fully integrated in the :ref:`Sunstone GUI `. Authentication & Authorization ================================================================================