Change 'writeable' to 'writable'

'writable' is more common than 'writeable' in the commit message.
 http://wikidiff.com/writable/writeable

Change-Id: I45aa36014f910f34e6d1a6bb3488887482c80ce3
This commit is contained in:
melissaml 2016-10-17 23:10:12 +08:00
parent 729dcf6737
commit 7920e29b4a
4 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
# Configuration for ironic-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/ironic/rootwrap.d,/usr/share/ironic/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 !
exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin
# Enable logging to syslog

View File

@ -1,5 +1,5 @@
# ironic-rootwrap command filters to manipulate images
# 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
[Filters]
# ironic/common/images.py: 'qemu-img'

View File

@ -1,6 +1,6 @@
# An ironic-lib.filters to be used with rootwrap command.
# The following commands should be used in filters for disk manipulation.
# 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.
# NOTE: this file is a copy of ironic-lib.filters from the ironic-lib
# repository that should ultimately be remove. At this point, we still

View File

@ -1,5 +1,5 @@
# ironic-rootwrap command filters for disk manipulation
# 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
[Filters]
# ironic/drivers/modules/deploy_utils.py