summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove optional imports from clients.py"2014.2.b1Jenkins2014-06-111-46/+6
|\
| * Remove optional imports from clients.pyAngus Salkeld2014-05-301-46/+6
* | Merge "Move Engine initialization into service start()"Jenkins2014-06-115-202/+51
|\ \
| * | Move Engine initialization into service start()Steven Hardy2014-06-015-202/+51
* | | Merge "Check that personality is provided before iterating"Jenkins2014-06-112-3/+68
|\ \ \
| * | | Check that personality is provided before iteratingJason Dunsmore2014-05-292-3/+68
* | | | Merge "Fix spelling in a doc string"Jenkins2014-06-111-1/+1
|\ \ \ \
| * | | | Fix spelling in a doc stringVijendar Komalla2014-06-041-1/+1
* | | | | Merge "Use auth_token_info to initialize heat_keystoneclient sessions"Jenkins2014-06-112-3/+72
|\ \ \ \ \
| * | | | | Use auth_token_info to initialize heat_keystoneclient sessionsSteven Hardy2014-06-102-3/+72
* | | | | | Merge "Ensure routing key is specified in the address for a direct producer"Jenkins2014-06-111-1/+1
|\ \ \ \ \ \
| * | | | | | Ensure routing key is specified in the address for a direct producerRussell Bryant2014-06-091-1/+1
* | | | | | | Merge "Add OS::Glance::Image resource"Jenkins2014-06-102-0/+321
|\ \ \ \ \ \ \
| * | | | | | | Add OS::Glance::Image resourcehuangtianhua2014-06-102-0/+321
* | | | | | | | Merge "Implement caching of resource attributes"Jenkins2014-06-1011-12/+86
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement caching of resource attributesSteve Baker2014-05-3011-12/+86
* | | | | | | | | Merge "Don't log entire template"Jenkins2014-06-101-3/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't log entire templateSteven Hardy2014-06-051-3/+2
* | | | | | | | | | Merge "Include parameter name in error message"Jenkins2014-06-102-1/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Include parameter name in error messageVijendar Komalla2014-06-022-1/+17
* | | | | | | | | | | Merge "remove default=None for config options"Jenkins2014-06-105-10/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remove default=None for config optionsChristian Berendt2014-05-285-10/+6
* | | | | | | | | | | | Merge "Implement resize of Cinder volumes"Jenkins2014-06-102-4/+326
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Implement resize of Cinder volumesPavlo Shchelokovskyy2014-06-062-4/+326
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Fix physical_resource_name for Nova server"Jenkins2014-06-101-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix physical_resource_name for Nova servertengqim2014-06-091-3/+3
* | | | | | | | | | | | | Merge "Adding error message for output description"Jenkins2014-06-105-5/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Adding error message for output descriptionSergey Kraynev2014-06-035-5/+50
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Use entry points for config generation"Jenkins2014-06-106-124/+174
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Use entry points for config generationThomas Herve2014-05-306-124/+174
* | | | | | | | | | | | | Merge "Implement handle_update for FloatingIPAssociation resource"Jenkins2014-06-102-4/+108
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Implement handle_update for FloatingIPAssociation resourcehuangtianhua2014-05-282-4/+108
* | | | | | | | | | | | | | Merge "Added field parameter identifying the custom validation"Jenkins2014-06-103-2/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Added field parameter identifying the custom validationGeorge Peristerakis2014-06-033-2/+27
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge "Add auth_token_info to request context"Jenkins2014-06-102-14/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Add auth_token_info to request contextSteven Hardy2014-06-092-14/+59
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Use add_resource() to build autoscaling templates"Jenkins2014-06-103-33/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use add_resource() to build autoscaling templatesZane Bitter2014-06-053-33/+31
* | | | | | | | | | | | | | Merge "Fix exceptions in update_stack"Jenkins2014-06-092-12/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix exceptions in update_stackJason Dunsmore2014-05-302-12/+3
* | | | | | | | | | | | | | | Merge "Allow a resource to be added to a template"Jenkins2014-06-095-0/+84
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Allow a resource to be added to a templateZane Bitter2014-06-055-0/+84
* | | | | | | | | | | | | | | Merge "Support passing a Template object to StackResource"Jenkins2014-06-092-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Support passing a Template object to StackResourceZane Bitter2014-06-052-5/+12
* | | | | | | | | | | | | | | Merge "Handle HOT when converting Outputs to Attributes"Jenkins2014-06-091-10/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Handle HOT when converting Outputs to AttributesZane Bitter2014-06-051-10/+7
* | | | | | | | | | | | | | | Merge "Use ResourceDefinition in autoscaling"Jenkins2014-06-092-61/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Use ResourceDefinition in autoscalingZane Bitter2014-06-052-61/+46
* | | | | | | | | | | | | | | Merge "Unit tests: Create resources with ResourceDefinition"Jenkins2014-06-0938-520/+761
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Unit tests: Create resources with ResourceDefinitionZane Bitter2014-06-0538-520/+761