=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== glance-21.0.0/doc/source/admin/cache.rst-169- glance-21.0.0/doc/source/admin/cache.rst:170: where ``$IMAGE_CACHE_DIR`` is the value of the ``image_cache_dir`` glance-21.0.0/doc/source/admin/cache.rst-171- configuration variable. ############################################## glance-21.0.0/doc/source/admin/controllingservers.rst-55- glance-21.0.0/doc/source/admin/controllingservers.rst:56:* ``$CWD`` glance-21.0.0/doc/source/admin/controllingservers.rst-57-* ``~/.glance`` ############################################## glance-21.0.0/doc/source/contributor/documentation.rst-28- glance-21.0.0/doc/source/contributor/documentation.rst:29: - ``https://docs.openstack.org/$project-name/latest`` - built from master glance-21.0.0/doc/source/contributor/documentation.rst:30: - ``https://docs.openstack.org/$project-name/$series`` - built from stable glance-21.0.0/doc/source/contributor/documentation.rst-31- ############################################## glance-21.0.0/doc/source/contributor/documentation.rst-40- glance-21.0.0/doc/source/contributor/documentation.rst:41: - ``https://docs.openstack.org/api-ref/$service-type`` glance-21.0.0/doc/source/contributor/documentation.rst-42- ############################################## glance-21.0.0/etc/glance-api.conf-5545-# Provide a string value representing the executor to use for task glance-21.0.0/etc/glance-api.conf:5546:# executions. By default, ``TaskFlow`` executor is used. glance-21.0.0/etc/glance-api.conf-5547-# ############################################## glance-21.0.0/glance/api/v2/images.py-349- # to clean up the import status information left over from that glance-21.0.0/glance/api/v2/images.py:350: # execution. glance-21.0.0/glance/api/v2/images.py-351- if stole_lock_from_task: ############################################## glance-21.0.0/glance/common/wsgi.py-335- glance-21.0.0/glance/common/wsgi.py:336:def get_bind_addr(default_port=None): glance-21.0.0/glance/common/wsgi.py-337- """Return the host and port to bind to.""" ############################################## glance-21.0.0/glance/common/wsgi.py-350- """ glance-21.0.0/glance/common/wsgi.py:351: bind_addr = get_bind_addr(default_port) glance-21.0.0/glance/common/wsgi.py-352- ############################################## glance-21.0.0/glance/db/sqlalchemy/api.py-807- # UPDATE image_properties SET value=$value, deleted=0 glance-21.0.0/glance/db/sqlalchemy/api.py:808: # WHERE name=$name AND deleted!=0 glance-21.0.0/glance/db/sqlalchemy/api.py-809- result = connection.execute(table.update().where( ############################################## glance-21.0.0/glance/tests/unit/common/test_wsgi.py-559- expected = ('0.0.0.0', '123456') glance-21.0.0/glance/tests/unit/common/test_wsgi.py:560: actual = wsgi.get_bind_addr(default_port="123456") glance-21.0.0/glance/tests/unit/common/test_wsgi.py-561- self.assertEqual(expected, actual) ############################################## glance-21.0.0/tools/test-setup.sh-41-root_roles=$(sudo -H -u postgres psql -t -c " glance-21.0.0/tools/test-setup.sh:42: SELECT 'HERE' from pg_roles where rolname='$DB_USER'") glance-21.0.0/tools/test-setup.sh-43-if [[ ${root_roles} == *HERE ]];then ############################################## glance-21.0.0/debian/glance-common.postinst.in-38- for i in `ls /usr/share/glance-common/metadefs/*.json` ; do glance-21.0.0/debian/glance-common.postinst.in:39: MDFILE=`basename $i` glance-21.0.0/debian/glance-common.postinst.in-40- if ! [ -e /etc/glance/metadefs/$MDFILE ] ; then ############################################## glance-21.0.0/.pc/sql_conn-registry.patch/etc/glance-api.conf-5545-# Provide a string value representing the executor to use for task glance-21.0.0/.pc/sql_conn-registry.patch/etc/glance-api.conf:5546:# executions. By default, ``TaskFlow`` executor is used. glance-21.0.0/.pc/sql_conn-registry.patch/etc/glance-api.conf-5547-#