trove/reddwarf
Craig Vyvial 777f492d1b Allowing a user to add a volume to the instance on create api call
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
2012-05-03 14:27:57 -05:00
..
common Allowing a user to add a volume to the instance on create api call 2012-05-03 14:27:57 -05:00
db Added root history to instance details. Still need to move the root history over to mysql/extensions, but the int tests work right now. 2012-04-19 17:33:39 -05:00
extensions Merge pull request #68 from ed-/root 2012-05-03 12:13:00 -07:00
flavor Fixed root history schema; skeleton of root history model 2012-04-16 11:07:29 -05:00
guestagent Allowing a user to add a volume to the instance on create api call 2012-05-03 14:27:57 -05:00
instance Allowing a user to add a volume to the instance on create api call 2012-05-03 14:27:57 -05:00
openstack Fixed a few simple issues with the restart code. 2012-04-06 23:05:45 -05:00
rpc Removed some overzealous wrapping. 2012-04-04 12:43:44 -05:00
taskmanager Fixed some of the overzealous _() wrapping to exclude the parameters being handed to the format strings. 2012-04-04 12:35:00 -05:00
tests Allowing a user to add a volume to the instance on create api call 2012-05-03 14:27:57 -05:00
__init__.py A bit more cleanup to remove melange code, and making the auth code work again. 2012-02-21 06:36:47 -06:00
README Folder structure layout stuff 2012-02-15 17:34:45 -06:00
version.py Fixed Pep8 errors. 2012-03-07 14:08:42 -06:00
versions.py Changed the version name attribute to id. 2012-03-09 17:07:24 -06:00

This is the reddwarf code itself