Fix erroneous release note

The use of `here` as a link causes gate failures in the integrated
build.

Change-Id: Iee48f045a1a2c50fc19d1844522155ad556103a0
This commit is contained in:
Andy McCrae 2017-02-02 15:35:45 +00:00 committed by Alexandra Settle
parent 0e45afbd91
commit c7b7e862a3
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
---
features:
- While default python interpreter for swift is cpython, pypy is
now an option. This change adds the ability to greatly improve swift
- While default python interpreter for swift is cpython, pypy is
now an option. This change adds the ability to greatly improve swift
performance without the core code modifications. These changes have
been implemented using the documentation provided by Intel and
Swiftstack. Notes about the performance increase can be seen
`here <https://software.intel.com/en-us/blogs/2016/05/06/doubling-the-performance-of-openstack-swift-with-no-code-changes>`_.
Swiftstack. `Notes about the performance increase can be seen
here <https://software.intel.com/en-us/blogs/2016/05/06/doubling-the-performance-of-openstack-swift-with-no-code-changes>`_.
upgrade:
- A new option `swift_pypy_enabled` has been added to enable or
disable the pypy interpreter for swift. The default is "false".