fix format errors in README file

remove Legacy OpenStack release notice

Change-Id: I98598cf2528e5484b40d20f3fb13ba7b46818f7b
This commit is contained in:
tikitavi 2016-12-13 22:00:00 +03:00
parent b9a8696714
commit f7e2ec7f55
1 changed files with 4 additions and 18 deletions

View File

@ -8,15 +8,16 @@ Team and repository tags
.. Change things from this point on
OpenStack EC2 API README
-----------------------------
------------------------
Support of EC2 API for OpenStack.
This project provides a standalone EC2 API service which pursues two goals:
1. Implement VPC API
2. Create a standalone service for EC2 API support.
Installation
=====
============
Run install.sh
@ -148,7 +149,7 @@ General:
+----------+------------------------------------------+-----------------+----------------------------------------+
| EC2, VPC | AuthorizeSecurityGroupEgress | security groups | EC2 classic way to pass cidr, protocol,|
| | | | sourceGroup, ports parameters |
+-[21~---------+------------------------------------------+-----------------+----------------------------------------+
+----------+------------------------------------------+-----------------+----------------------------------------+
| EC2, VPC | AuthorizeSecurityGroupIngress | security groups | EC2 classic way to pass cidr, protocol,|
| | | | sourceGroup, ports parameters |
+----------+------------------------------------------+-----------------+----------------------------------------+
@ -598,21 +599,6 @@ General:
| | *UnmonitorInstances* | monitoring | not supported |
+----------+------------------------------------------+-----------------+----------------------------------------+
Legacy OpenStack release notice
===============================
EC2 API supports Nova client (>=2.16.0) with no microversion support.
Preferred way to run EC2 API in older releases is to run it in virtual environment:
* create virtual environment by running command 'python tools/install_venv.py'
* run install inside venv 'tools/with_venv.sh ./install.sh'
* and then you need to run EC2 API services: 'ec2-api', 'ec2-api-metadata', and 'ec2-api-s3'
Also you need to reconfigure metadata ports in nova(and neutron) config files
if you want metadata to work correctly. (See 'Installation' section).
After these steps you will have working EC2 API services at ports:
8788 for EC2 API and 3334 for S3 API. Don't forget to change keystone endpoints
if you want to run some automated scripts relying on keystone information.
References
==========