diff --git a/doc/source/user/keystone.rst b/doc/source/user/keystone.rst index 4ca414d36..3f5b82e60 100644 --- a/doc/source/user/keystone.rst +++ b/doc/source/user/keystone.rst @@ -17,7 +17,7 @@ to take place: -e enable_keystone=true -e noauth_mode=false -e cloud_name=bifrost -#. Set the global defaults for tagret +#. Set the global defaults for target (``master/playbooks/inventory/group_vars/target``). OpenStack Client usage diff --git a/setup.cfg b/setup.cfg index 3b399f1a5..373632b9d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,4 +36,6 @@ quiet-level = 4 # Words to ignore: # - te: This is a file extension. # - Buil: Surname (has to be lowercase in list) -ignore-words-list = te,buil \ No newline at end of file +# - assertIn: Python's unittest method +ignore-words-list = te,buil,assertIn +skip = AUTHORS,ChangeLog \ No newline at end of file