Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Are you using the OpenStack API?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Are you using the OpenStack API?

intovpsintovps Member, Host Rep

Anyone using the OpenStack API to spin up instances, volumes, routers, security groups, object storage Swift etc.?

Or the OpenStack client (which uses the API)?

How about docker machine on top of OpenStack?

Just curious if the API is actually used and what are developers using it for.

Comments

  • haphanhaphan Member
    edited March 2018

    Yes, basically everything goes through the Openstack API (cli, horizon web interface)

    One can easily develop a custom dashboard with it.

    And unsurprisingly, kubernetes integration with openstack is also via the API.

    Out side of 9-to-5, I am maintaining this sdk https://github.com/php-opencloud/openstack.

    Thanked by 1intovps
  • intovpsintovps Member, Host Rep

    @haphan said:
    Yes, basically everything goes through the Openstack API (cli, horizon web interface)

    One can easily develop a custom dashboard with it.

    And unsurprisingly, kubernetes integration with openstack is also via the API.

    Out side of 9-to-5, I am maintaining this sdk https://github.com/php-opencloud/openstack.

    Yes, I'm aware that horizon and CLI are using the API. I was asking if other devs are using the OpenStack API in their projects.

    Very cool project you have. If you need some instances for the project we can sponsor them.

Sign In or Register to comment.