Merge "Add "note" box callouts to SAIO for user changes."

This commit is contained in:
Jenkins 2013-10-02 22:33:53 +00:00 committed by Gerrit Code Review
commit 34340ddf49

View File

@ -26,7 +26,10 @@ user. Swift processes also run under a separate user and group, set by
configuration option, and refered as <your-user-name>:<your-group-name>. configuration option, and refered as <your-user-name>:<your-group-name>.
The default user is `swift`, which may not exist on your system. The default user is `swift`, which may not exist on your system.
Perform the following commands as root. .. note::
The instructions in the first first half of this guide are expected to be
performed as the root user.
----------------------- -----------------------
Installing dependencies Installing dependencies
@ -294,12 +297,17 @@ Optional: Setting up rsyslog for individual logging
#. `chmod -R g+w /var/log/swift` #. `chmod -R g+w /var/log/swift`
#. `systemctl restart rsyslog.service` #. `systemctl restart rsyslog.service`
.. note::
Starting here, from this point on, all instructions are expected to be
performed as the unprivledged user you selected as <your-user-name>.
---------------- ----------------
Getting the code Getting the code
---------------- ----------------
You can do the following commands as administrator user.
#. Check out the python-swiftclient repo #. Check out the python-swiftclient repo
`git clone https://github.com/openstack/python-swiftclient.git` `git clone https://github.com/openstack/python-swiftclient.git`
#. Build a development installation of python-swiftclient #. Build a development installation of python-swiftclient
@ -314,15 +322,12 @@ You can do the following commands as administrator user.
Fedora 19 or later users might have to perform the following if development Fedora 19 or later users might have to perform the following if development
installation of swift fails:: installation of swift fails::
pip install -U xattr dnspython sudo pip install -U xattr dnspython
--------------------- ---------------------
Configuring each node Configuring each node
--------------------- ---------------------
Do the following commands as root, but verify that Swift has access
to resulting configuration files.
Sample configuration files are provided with all defaults in line-by-line comments. Sample configuration files are provided with all defaults in line-by-line comments.
#. Create `/etc/swift/proxy-server.conf`:: #. Create `/etc/swift/proxy-server.conf`::