Remove explicit python-swift package declaration from glance

As python-swift package already defined in glance::backend::swift
class, don't declaring it explicitly at glance task.

Change-Id: I5e45cb3b3cde1294a5a9207e5727bd9da9f79238
Closes-Bug: #1644844
This commit is contained in:
Stanislaw Bogatkin 2016-11-25 17:10:54 +03:00
parent 4dd657b674
commit a4984232b3
1 changed files with 0 additions and 8 deletions

View File

@ -174,14 +174,6 @@ class openstack_tasks::glance::glance {
database_max_overflow => $max_overflow,
}
# TODO (dmburmistrov): remove this workaround after LaunchPad
# (https://bugs.launchpad.net/glance/+bug/1604397) is fixed
# and released to UCA repos
if $::os_package_type == 'ubuntu' {
ensure_packages(['python-swiftclient'])
Package['python-swiftclient'] -> Class['::glance::glare']
}
class { '::glance::glare::authtoken':
username => $glance_glare_user,
password => $glance_glare_user_password,