Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F OpenNebula/one#6430: Refactor API section #2969

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cli>` to interact with OneFlow and it is also fully integrated in the :ref:`Sunstone GUI <appflow_configure>`.
This guide is intended for developers. The OpenNebula distribution includes a :ref:`cli <cli>` to interact with OneFlow and it is also fully integrated in the :ref:`Sunstone GUI <oneflow_conf_sunstone>`.

Authentication & Authorization
================================================================================
Expand Down
Loading