Word choice for back end

This patch changes the use of back end in kolla according to the
word choice convention [1].

[1] http://docs.openstack.org/contributor-guide/writing-style/word-choice.html

Change-Id: I20f2e158ba487622208d89b48eea0250257f5e76
This commit is contained in:
lijing 2016-10-26 16:31:40 +08:00 committed by Jeremy Liu
parent 7bb88390d8
commit 1ebd95c3f4
9 changed files with 23 additions and 23 deletions

View File

@ -191,8 +191,8 @@ For mounting ``/run`` as shared upon startup, add that command to
# Edit /etc/rc.local to add: # Edit /etc/rc.local to add:
mount --make-shared /run mount --make-shared /run
.. note:: If centos/oraclelinux container images are built on an Ubuntu .. note:: If centos/fedora/oraclelinux container images are built on an Ubuntu
host, the backend storage driver must not be AUFS (see the known issues in host, the back-end storage driver must not be AUFS (see the known issues in
:doc:`image-building`). :doc:`image-building`).
.. note:: On ubuntu 16.04, please uninstall ``lxd`` and ``lxc`` packages. (issue .. note:: On ubuntu 16.04, please uninstall ``lxd`` and ``lxc`` packages. (issue

View File

@ -141,8 +141,8 @@ provide network high-availability for tenant networks.
[Multiple L3/DHCP Agents]: https://wiki.openstack.org/wiki/Neutron/L3_High_Availability_VRRP [Multiple L3/DHCP Agents]: https://wiki.openstack.org/wiki/Neutron/L3_High_Availability_VRRP
Glance: Glance can use different back-ends to store OpenStack images. Examples Glance: Glance can use different back ends to store OpenStack images. Examples
include Swift, Ceph, Cinder and the default filesystem back-end. Although include Swift, Ceph, Cinder and the default filesystem back end. Although
it is not required, it is highly recommended to use a back end that is highly it is not required, it is highly recommended to use a back end that is highly
scalable and fault-tolerant. scalable and fault-tolerant.