1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Petr Blaho
d508b054f9 Adds patch_plan request and patch method to Plan
Adds following to Planning service of OpenStack:
 * patch_plan request
 * patch method to Plan model
 * tests for patch_plan request
 * tests for patch method of Plan model
2015-03-16 14:58:42 +01:00
Petr Blaho
53b473fa4b Adds adding and removing Roles from Plan
Adds following to Planning service of OpenStack:
 * add_role_to_plan and remove_role_from_plan requests
 * add_role and remove_role to Plan model
 * add_to_plan and remove_from_plan to Role model
 * tests for add_role_to_plan and remove_role_from_plan requests
 * tests for add_role and remove_role of Plan model
 * tests for add_to_plan and remove_from_plan of Role model
2015-03-16 14:41:27 +01:00
Petr Blaho
de93719cd9 Adds create_plan and delete_plan requests
Adds following to Planning service of OpenStack:
 * create_plan and delete_plan requests
 * tests for create_plan and delete_plan requests
2015-03-16 14:34:11 +01:00
Petr Blaho
1a0dff6424 Adds template retrieving into Plan
Adds following to Planning service of OpenStack:
 * get_plan_templates request
 * templates, master_template, environment and
   provider_resource_templates methods to Plan model
 * tests for get_plan_template request
 * tests for template retrieving methods of Plan model
2015-03-16 14:33:25 +01:00
Petr Blaho
9ac981ec6e Adds Plan model, list_plans and get_plan requests
Adds following to Planning service of OpenStack:
 * Plan model
 * Plans model with find_by_uuid and find_by_* method
 * list_plans request
 * get_plan request
 * tests for methods of Plans model
 * tests for list_plans request
 * tests for get_plan request
2015-03-16 14:32:36 +01:00
Petr Blaho
7e5d9bf1d5 Adds Role model and list_roles request
Adds following to Planning service of OpenStack:
 * Role model
 * list_role request
 * tests for list_role request
2015-03-16 14:28:38 +01:00