ec2-api/devstack/README.rst

17 lines
354 B
ReStructuredText

======================
Enabling in Devstack
======================
1. Download DevStack
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
2. Add this repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin ec2-api https://git.openstack.org/openstack/ec2-api
3. run ``stack.sh``