Added extra-index-url to pip optional settings
This patch ensures that the 'extra-index-url' field is available in the global pip.conf file, so that project-config's configure_mirrors.sh script can use sed to replace it with the region appropriate wheel mirror. Change-Id: Ic9b069313c7a4e105cd086bdc4516c6c5826d53e
This commit is contained in:
parent
b6c922c8ee
commit
5e850464b9
@ -240,6 +240,9 @@ class openstack_project::template (
|
|||||||
class { '::pip':
|
class { '::pip':
|
||||||
index_url => $pypi_index_url,
|
index_url => $pypi_index_url,
|
||||||
trusted_hosts => $pypi_trusted_hosts,
|
trusted_hosts => $pypi_trusted_hosts,
|
||||||
|
optional_settings => {
|
||||||
|
'extra-index-url' => '',
|
||||||
|
},
|
||||||
manage_pip_conf => true,
|
manage_pip_conf => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user