[Trivialfix]Fix typos in releases
Fix all the typos that found in releases. Change-Id: I83c142824a43ecf661f3e84177c9d8b206f78e24
This commit is contained in:
parent
0c688306c9
commit
1bb86a0791
@ -18,7 +18,7 @@ releases:
|
||||
swift+config
|
||||
- Store the correct URL in the database with multi-tenant
|
||||
Swift storage
|
||||
- Fix bug arround volume sizes in Cinder storage
|
||||
- Fix bug around volume sizes in Cinder storage
|
||||
- Allow users to specify the Cinder volume type in Cinder
|
||||
storage configuration
|
||||
- version: 0.20.0
|
||||
|
@ -35,4 +35,4 @@ releases:
|
||||
- repo: openstack/os-brick
|
||||
hash: 6a180265560d5e0bab80e47ac25c15906d1165fb
|
||||
highlights: |
|
||||
- Fix compatiblity for Nova encryptors.
|
||||
- Fix compatibility for Nova encryptors.
|
||||
|
@ -21,7 +21,7 @@ releases:
|
||||
highlights: |-
|
||||
* More octavia v2 API in place
|
||||
* Adds support for PROXY protocol for backend members
|
||||
* Adds support for health monitors agains alternate IP/Port
|
||||
* Adds support for health monitors against alternate IP/Port
|
||||
* API reference for most of the octavia v2 API
|
||||
- version: 1.0.0.0b3
|
||||
projects:
|
||||
|
@ -569,7 +569,7 @@ In some cases, it is useful to have liaisons between projects. [http://lists.ope
|
||||
|-
|
||||
| || Scott DAngelo || scottda || Cinder liaison for Nova
|
||||
|-
|
||||
| || Matt Riedemann || mriedem || Nova liason for Cinder
|
||||
| || Matt Riedemann || mriedem || Nova liaison for Cinder
|
||||
|-
|
||||
| Nova / Ironic || John Villalovos || jlvillal || Ironic liaison for Nova
|
||||
|-
|
||||
|
@ -673,7 +673,7 @@ class TestValidateReleases(base.BaseTestCase):
|
||||
version1,
|
||||
)
|
||||
# Pick a later branch and take the most recent commit. Make up
|
||||
# a later verison by adding to the other version string.
|
||||
# a later version by adding to the other version string.
|
||||
branch2 = stable_branches[1]
|
||||
commit2 = gitutils.sha_for_tag(
|
||||
self.tmpdir,
|
||||
|
Loading…
Reference in New Issue
Block a user