Merge "Added extra-index-url to pip optional settings"
This commit is contained in:
commit
b05ad66944
@ -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