Comment 1 for bug 1485789

Revision history for this message
Kevin Fox (kevpn) wrote :

As a workaround:

sed -i 's@/etc/init/%s.conf@/etc/init/%s.conf.disabled@;s@/etc/init.d/%s@/etc/init.d/%s.disabled@' /usr/lib/python2.7/dist-packages/trove/guestagent/common/operating_system.py

And a restart, and it started working fine.

Thanks,
Kevin