~zulcss/nova/nova-api-fix-too

« back to all changes in this revision

Viewing changes to debian/nova-compute-vmware.postinst

  • Committer: James Page
  • Date: 2013-12-16 15:24:26 UTC
  • mfrom: (640.2.7 nova)
  • Revision ID: james.page@canonical.com-20131216152426-bo3pgi309ijh446q
* debian/control: Add python-pycadf dependency.
* debian/patches/fix-requirements.patch: Refreshed.
* d/control: Add new nova-compute-libvirt package to support libvirt
  based hypervisors, rework dependencies for nova-compute{-*} to
  align to this approach (LP: #928834).
* d/nova-compute.postinst: Renamed to nova-compute-libvirt.postinst
  as its only appropriate for libvirt based hypervisors.
* d/control,nova-compute-vmware.*,rules: Add new nova-compute-vmware
  hypervisor package.
* d/control: Add missing ebtables dependency for nova-network
  (LP: #1161338).
* d/nova-compute.upstart: If libvirt-bin is installed, then wait
  for it to reach running state before starting nova-compute
  (LP: #907152, #1190280).
* d/nova-spiceproxy.logrotate: Manage the correct log file (LP: #1259332).
* d/control: Drop dependency on curl, no longer required.
* d/control,rules,nova-compute-uml.*: Drop nova-compute-uml package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if [ "$1" = "configure" ]; then
 
4
  chown nova:nova /etc/nova/nova-compute.conf
 
5
  chmod 0600 /etc/nova/nova-compute.conf
 
6
fi
 
7
 
 
8
#DEBHELPER#