OpenStack typo
change capitalization of OpenStack Change-Id: I990639a0a2a7aa9c995a2c53367d0c424cd522bd
This commit is contained in:
parent
4945b446b0
commit
86db380edc
@ -7,7 +7,7 @@ Use case
|
||||
--------
|
||||
|
||||
Installation is pretty easy when there is an Internet connection available.
|
||||
And there is surely a number of Openstack uses when whole environment is isolated.
|
||||
And there is surely a number of OpenStack uses when whole environment is isolated.
|
||||
In this case, we need somehow specify where installation script should take
|
||||
required libs and packages.
|
||||
|
||||
|
@ -31,7 +31,7 @@ If you are going to contribute to Rally, you will probably need to grasp a bette
|
||||
How to contribute
|
||||
-----------------
|
||||
|
||||
1. You need a `Launchpad <https://launchpad.net/>`_ account and need to be joined to the `Openstack team <https://launchpad.net/openstack>`_. You can also join the `Rally team <https://launchpad.net/rally>`_ if you want to. Make sure Launchpad has your SSH key, Gerrit (the code review system) uses this.
|
||||
1. You need a `Launchpad <https://launchpad.net/>`_ account and need to be joined to the `OpenStack team <https://launchpad.net/openstack>`_. You can also join the `Rally team <https://launchpad.net/rally>`_ if you want to. Make sure Launchpad has your SSH key, Gerrit (the code review system) uses this.
|
||||
|
||||
2. Sign the CLA as outlined in the `account setup <http://docs.openstack.org/infra/manual/developers.html#development-workflow>`_ section of the developer guide.
|
||||
|
||||
|
@ -21,7 +21,7 @@ Rally OS Gates
|
||||
Gate jobs
|
||||
---------
|
||||
|
||||
The **Openstack CI system** uses the so-called **"Gate jobs"** to control merges of patched submitted for review on Gerrit. These **Gate jobs** usually just launch a set of tests -- unit, functional, integration, style -- that check that the proposed patch does not break the software and can be merged into the target branch, thus providing additional guarantees for the stability of the software.
|
||||
The **OpenStack CI system** uses the so-called **"Gate jobs"** to control merges of patched submitted for review on Gerrit. These **Gate jobs** usually just launch a set of tests -- unit, functional, integration, style -- that check that the proposed patch does not break the software and can be merged into the target branch, thus providing additional guarantees for the stability of the software.
|
||||
|
||||
|
||||
Create a custom Rally Gate job
|
||||
|
@ -130,5 +130,5 @@ Where can I discuss and propose changes?
|
||||
- Our IRC channel: **#openstack-rally** on **irc.freenode.net**;
|
||||
- Weekly Rally team meeting (in IRC): **#openstack-meeting** on **irc.freenode.net**, held on Mondays at 14:00 UTC;
|
||||
- Weekly release meeting (in IRC): **#openstack-rally** on **irc.freenode.net**, held on Mondays at 13:00 UTC;
|
||||
- Openstack mailing list: **openstack-dev@lists.openstack.org** (see `subscription and usage instructions <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_);
|
||||
- OpenStack mailing list: **openstack-dev@lists.openstack.org** (see `subscription and usage instructions <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_);
|
||||
- `Rally team on Launchpad <https://launchpad.net/rally>`_: Answers/Bugs/Blueprints.
|
||||
|
@ -15,14 +15,14 @@ Move all plugins under rally/plugins to simplify Rally code base
|
||||
Problem description
|
||||
===================
|
||||
|
||||
Rally code is coupled with Rally engine and infra as well as Openstack specific
|
||||
Rally code is coupled with Rally engine and infra as well as OpenStack specific
|
||||
code. This makes contribution harder as new-comers need to understand Rally
|
||||
code as well as many different plugins. It also makes reviewing much harder.
|
||||
|
||||
Proposed change
|
||||
===============
|
||||
|
||||
Moving all plugins under a single directory, with "Openstack" as its
|
||||
Moving all plugins under a single directory, with "OpenStack" as its
|
||||
sub-directory would make everything simpler.
|
||||
|
||||
Alternatives
|
||||
|
Loading…
Reference in New Issue
Block a user