Do not mark all directories as safe for git clone by default

Change-Id: I1c2e1d10efe0e9f7a8f4c5f0d914825767a2f655
(cherry picked from commit 09663ab12a63e0183925632bb562edfd5daccdd0)
This commit is contained in:
Jonathan Rosser 2024-05-29 16:44:57 +01:00 committed by Dmitriy Rabotyagov
parent 5094abb41b
commit bc4d71b56c

View File

@ -209,5 +209,9 @@ openstack_hosts_systemd_networkd_prefix: openstack-net
openstack_hosts_systemd_services: []
openstack_hosts_systemd_slice: "openstack-hosts"
openstack_hosts_git_safe_directories:
- "*"
# define this variable to specify directories that are 'safe' for git clone
# during pip install, typically only required for CI jobs or when the
# openstack service repos are pre-staged/bind-mounted into LXC containers
# and referenced using the file:// method.
# openstack_hosts_git_safe_directories:
# - "*"