ec2-api/doc/source/install/credentials-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

613 B

  1. Source the admin credentials to gain access to admin-only CLI commands:
  2. To create the service credentials, complete these steps:
    • Create the ec2api user:

      $ openstack user create --domain default --password-prompt ec2api
    • Add the admin role to the ec2api user:

      $ openstack role add --project service --user ec2api admin
    • Create the ec2api service entities:

      $ openstack service create --name ec2-api --description "ec2api" ec2api