Merge "remove openstackocci installation feature"

This commit is contained in:
Jenkins 2015-09-24 20:31:16 +00:00 committed by Gerrit Code Review
commit 0d57b76bf6

View File

@ -328,26 +328,6 @@ class nova::api(
}
}
if 'occiapi' in $enabled_apis {
if !defined(Package['python-pip']) {
package { 'python-pip':
ensure => latest,
}
}
if !defined(Package['pyssf']) {
package { 'pyssf':
ensure => latest,
provider => pip,
require => Package['python-pip']
}
}
package { 'openstackocci':
ensure => latest,
provider => 'pip',
require => Package['python-pip'],
}
}
if ($ratelimits != undef) {
nova_paste_api_ini {
'filter:ratelimit/paste.filter_factory': value => $ratelimits_factory;