Merge "Added extra-index-url to pip optional settings"

This commit is contained in:
Jenkins 2016-01-23 22:19:05 +00:00 committed by Gerrit Code Review
commit b05ad66944

View File

@ -240,6 +240,9 @@ class openstack_project::template (
class { '::pip':
index_url => $pypi_index_url,
trusted_hosts => $pypi_trusted_hosts,
optional_settings => {
'extra-index-url' => '',
},
manage_pip_conf => true,
}