Merge "Fix erroneous release note"

This commit is contained in:
Jenkins 2017-02-02 15:55:14 +00:00 committed by Gerrit Code Review
commit f79a689f83

View File

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