Fix typos in README.md & rootwrap.conf

TrivialFix

Change-Id: I375785ef0b02d3a622726c6a8022d73034e71ef2
This commit is contained in:
zhangyanxian 2016-09-21 08:58:35 +00:00 committed by zhangyanxian
parent 98b9c6a514
commit 2312f80371
2 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Configuration for cinder-rootwrap
# This file should be owned by (and only-writeable by) the root user
# This file should be owned by (and only-writable by) the root user
[DEFAULT]
# List of directories to load filter definitions from (separated by ',').
# These directories MUST all be only writeable by root !
# These directories MUST all be only writable by root !
filters_path=/etc/cinder/rootwrap.d,/usr/share/cinder/rootwrap
# List of directories to search executables in, in case filters do not
# explicitely specify a full path (separated by ',')
# If not specified, defaults to system PATH environment variable.
# These directories MUST all be only writeable by root !
# These directories MUST all be only writable by root !
#
# NOTE: TripleO source installs require /usr/local/bin
# to be here for cinder-rtstool access (LIO)

View File

@ -1,5 +1,5 @@
Enables the RDO yum repository for a released version of OpenStack on Red Hat
based operating systems. $RDO_RELEASE is set by default to the latest openstack
release. It can be overriden to select the version of RDO to install.
release. It can be overridden to select the version of RDO to install.
Set the environment variable to 'juno' to set the default version to
install to 'juno'.