Merge "Additional step for Debugging Issues in SAIO"

This commit is contained in:
Jenkins 2016-01-25 20:29:46 +00:00 committed by Gerrit Code Review
commit 5517b8e9ae

View File

@ -587,3 +587,7 @@ doesn't work, here are some good starting places to look for issues:
cannot rate limit (unit tests generate a lot of logs very quickly).
Open the file ``SWIFT_TEST_CONFIG_FILE`` points to, and change the
value of ``fake_syslog`` to ``True``.
#. If you encounter a ``401 Unauthorized`` when following Step 12 where
you check that you can ``GET`` account, use ``sudo service memcached status``
and check if memcache is running. If memcache is not running, start it using
``sudo service memcached start``. Once memcache is running, rerun ``GET`` account.