Merge "Initial commit for the AWS EC2 and VPC API standalone service project"

This commit is contained in:
Jenkins 2014-06-25 19:08:19 +00:00 committed by Gerrit Code Review
commit dda0775dbd
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group ec2-api-core
label-Workflow = -1..+1 group ec2-api-core
abandon = group ec2-api-core
[access "refs/tags/*"]
pushSignedTag = group ec2-api-ptl
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -2681,6 +2681,15 @@
jobs:
- python-jobs
- project:
name: ec2-api
github-org: stackforge
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: gnocchi
github-org: stackforge

View File

@ -667,6 +667,8 @@
- project: stackforge/driverlog
description: Vendor drivers for OpenStack
upstream: git://github.com/Mirantis/oscp.git
- project: stackforge/ec2-api
description: AWS EC2 and VPC API support in standalone service for OpenStack. At first uses nova's EC2 API for non-VPC functionality. Later it'll be transferred here out of nova.
- project: stackforge/entropy
description: A framework for Audit/Repair scripts for openstack
- project: stackforge/fuel-astute

View File

@ -1646,6 +1646,16 @@ projects:
- gate-gce-api-python26
- gate-gce-api-python27
- name: stackforge/ec2-api
template:
- name: check-requirements
check:
- gate-ec2-api-pep8
- gate-ec2-api-python27
gate:
- gate-ec2-api-pep8
- gate-ec2-api-python27
- name: openstack/governance
check:
- noop