Fix minor grammar in README file

Added some missing links to complete the sentence structure.

Change-Id: Ifddf62a9ebfe316af5b85b5d524fd743cf630a71
This commit is contained in:
imran 2015-02-02 17:08:48 -08:00
parent 84c47ad0bd
commit 4587f6644c
1 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@ OpenStack EC2 API README
Support of EC2 API for OpenStack. Support of EC2 API for OpenStack.
This project provides a standalone EC2 API service which pursues two goals: This project provides a standalone EC2 API service which pursues two goals:
1. Implement VPC API which now absent in nova's EC2 API 1. Implement VPC API which is now absent in nova's EC2 API
2. Create a standalone service for EC2 API support accommodates 2. Create a standalone service for EC2 API support which accommodates
not only the VPC API but the rest of the EC2 API currently present in nova as not only the VPC API but the rest of the EC2 API currently present in nova as
well. well.
It doesn't replace existing nova EC2 API service in deployment it gets It doesn't replace existing nova EC2 API service in deployment, it gets
installed to a different port (8788 by default). installed to a different port (8788 by default).
Installation Installation
@ -73,13 +73,13 @@ command).
Run aws cli commands using new EC2 API endpoint URL (can be obtained from Run aws cli commands using new EC2 API endpoint URL (can be obtained from
keystone with the new port 8788) like this: keystone with the new port 8788) like this:
aws --endpoint-url http://10.0.2.15:8788/services/Cloud ec2 describe-instances aws --endpoint-url http://10.0.2.15:8788/services/Cloud ec2 describe-instances
Limitations Limitations
=========== ===========
VPN-related and ACL-related functionality is not supported. VPN-related and ACL-related functionality is not supported.
Default VPC Security Groups had to be named "Default" instead of Amazon's Default VPC Security Groups had to be named "Default" instead of Amazon's
"default" due to conflict with OpenStack's default groups. "default" due to conflict with OpenStack's default groups.
DryRun option is not supported. DryRun option is not supported.
@ -88,7 +88,7 @@ Some exceptions are not exactly the same as reported by AWS.
Supported Features Supported Features
================== ==================
EC2 API with VPC API except for the limitations above EC2 API with VPC API except for the limitations above.
Additions to the legacy nova's EC2 API include: Additions to the legacy nova's EC2 API include:
1. VPC API 1. VPC API