Skip to content

Commit

Permalink
Add missing ceilometer related imports to upgrade.py
Browse files Browse the repository at this point in the history
Change-Id: If10c37f7f0c81fcd4076909712fde898fb19e9a8
Closes-Bug: #1562963
(cherry picked from commit cc9cdf3)
  • Loading branch information
Megh Bhatt committed Apr 13, 2016
1 parent 46243b2 commit 099a5d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fabfile/tasks/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
from fabfile.utils.commandline import *
from fabfile.utils.fabos import get_release, detect_ostype, get_linux_distro
from fabfile.utils.install import get_compute_pkgs, get_openstack_pkgs,\
get_vcenter_compute_pkgs, get_config_pkgs, get_vcenter_plugin_pkg
get_vcenter_compute_pkgs, get_config_pkgs, get_vcenter_plugin_pkg, \
get_ceilometer_plugin_pkgs
from fabfile.tasks.vmware import provision_vcenter_features
from fabfile.utils.analytics import \
is_ceilometer_contrail_plugin_install_supported

@task
@EXECUTE_TASK
Expand Down

0 comments on commit 099a5d2

Please sign in to comment.