added some helper code to make sure the mysql service is up
add a config value to turn on volume support
moving around the lines to be dependent on volume support
trying to stop volume support
fixes with the merge
imported and raised exceptions in guest correctly
fixed the config get values as boolean and not just the string
deleting the serivce status entry on delete of the instance so that the
guest can not update the instance to active again.
made the create and update times saved correctly for an instance
check if mysql is already installed in the guest
clean up instance model
using _(i8n)
adding the populate databases back in
pep8 compliance
updated apt get version method
moved the volumeHelper class to a new module
made the start/stop mysql methods public
created a method to create volume for instances and readability
created a new client for volume calls
added the volume and size to the create/list/show instance api calls
removing the mount_point and device_path from the MysqlApp class
removing code that deleted the instance status entry
adding volume service to the reddwarf.conf.test file
set volumes to not be disabled by default