~zhhuabj/charms/trusty/nova-compute/ha-scale

« back to all changes in this revision

Viewing changes to hooks/nova_compute_utils.py

  • Committer: Corey Bryant
  • Date: 2014-12-17 16:11:42 UTC
  • mfrom: (95.1.1 nc-six-fix)
  • Revision ID: corey.bryant@canonical.com-20141217161142-xw9mzy7d0nn8fuhz
[beisner,r=corey.bryant] Add python-six to base packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
BASE_PACKAGES = [
55
55
    'nova-compute',
56
56
    'genisoimage',  # was missing as a package dependency until raring.
 
57
    'python-six',
57
58
]
58
59
 
59
60
NOVA_CONF_DIR = "/etc/nova"