~mthaddon/charms/trusty/nova-compute/virsh-memcheck-nagios

« back to all changes in this revision

Viewing changes to hooks/nova_compute_utils.py

  • Committer: james.page at ubuntu
  • Date: 2014-05-21 10:04:25 UTC
  • mfrom: (60.1.1 nova-compute)
  • Revision ID: james.page@ubuntu.com-20140521100425-00z6gamxzizyuc9n
[tribaal,r=james-page,t=james-page]

Resync helpers to pickup fixes for apt lock races and better block device detection and handling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
                     context.SubordinateConfigContext(
78
78
                         interface='nova-ceilometer',
79
79
                         service='nova',
80
 
                         config_file=NOVA_CONF,
81
 
                     )],
 
80
                         config_file=NOVA_CONF)],
82
81
    },
83
82
}
84
83