Merge "Install python3-websockify for Ubuntu"

This commit is contained in:
Zuul 2019-02-13 14:20:39 +00:00 committed by Gerrit Code Review
commit 323019e1d0
1 changed files with 8 additions and 0 deletions

View File

@ -129,4 +129,12 @@ class openstack_integration::repos {
}
}
if $::operatingsystem == 'Ubuntu' {
# NOTE(tobias-urdin): Remove this when Ubuntu 18.04 bionic-updates nova-novncproxy
# package properly depends on python3-websockify.
package { 'python3-websockify':
ensure => 'present',
}
Apt::Source<||> -> Package['python3-websockify']
}
}