Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.14 KB

datacentred.md

File metadata and controls

42 lines (28 loc) · 1.14 KB

Using DataCentred for Cloud App Labs

To get a free DataCentred account, please get in touch with @code_sean

Dashboard Access

You can access our user dashboard via https://my.datacentred.io

You can access the Horizon dashboard via: https://compute.datacentred.io

Via API

Our Keystone service is available via https://compute.datacentred.io:5000/v3/. The service catalog contains details for other API endpoints supported.

Using clouds.yaml

If you're using a clouds.yaml file, populate the information within it using your credentials like so:

# clouds.yaml

clouds:
  datacentred:
    auth:
      username: test_account_1@openstacksummit.org
      password: Password123
      project_name: barcelona_summit_1
      auth_url: https://compute.datacentred.io:5000/v3
      domain_name: default
# shade_test.py

import shade
cloud = shade.openstack_cloud(cloud='datacentred')
image  = cloud.get_image('ef24441d-01ad-4006-b63d-6da67b7f1348')

Video Demo with Shade

Getting started with shade on datacentred