ec2-api/doc/source/install/endpoints-creation.rst
tikitavi 41309f5922 update of Installation Guide
added sections Manual Installation and Installation on DevStack

Change-Id: I206ae2e5fdd13a4cac700189d388578777b589c6
2017-10-16 15:54:29 +03:00

14 lines
453 B
ReStructuredText

Create the ec2api service API endpoints:
.. code-block:: console
$ openstack endpoint create --region RegionOne ec2api \
public http://controller:XXXX/
$ openstack endpoint create --region RegionOne ec2api \
admin http://controller:XXXX/
$ openstack endpoint create --region RegionOne ec2api \
internal http://controller:XXXX/
- where 'controller' is address your ec2api is installed on
- and 'XXXX' is port (8788 by default)