CHANGES
=======

5.0.0
-----

* Do no net/subnet checks during validate
* Correctly filter events on resource name
* Check if os-interface extension is present before saving ports
* Fix translating for props with get_param value
* Imported Translations from Zanata
* Include nested stacks in reset_stack_status
* Update preview_update_stack to align with PATCH updates
* Reduce frequency of logging environment resources
* Fix action (CREATE) in progress error for TemplateResource/RG
* Cleanup of Translations
* Convert to int can cause different error messages
* Add value_specs property for Firewall Resource
* Make sure we can use nova-network
* Update .gitreview for stable/liberty
* Only fail Volume deletion in 'error_deleting' state

5.0.0.0rc1
----------

* py34: heat.tests.mistral/convergence
* py34: heat.tests.test_fault_middleware
* Convergence: Fix to use cache_data for nested stack
* Updated from global requirements
* Allow nested validation for template-validate
* Don't pass defaults as parameters for TemplateResource
* Fix [H405] pep rule in heat/db
* Fix [H405] pep rule in heat/engine/cfn
* Use root_stack_id for stack_count_total_resources
* Add resource.root_stack_id column
* Change ignore-errors to ignore_errors
* Add a functional test proving OS::Heat::None works with validate
* Convert validate_template validation path
* Fix [H405] pep rule in heat/engine/hot
* Fix [H405] pep rule in heat/engine/clients
* Fix [H405] pep rule in heat/engine
* Fix [H405] pep rule in heat/scaling
* fix : removing policies from mistral types
* Support update for sahara cluster template
* Add table of custom constraints to hot spec
* Always return default via template-validate "Default"
* Convergence: Work on IN_PROGRESS resources once lock acquired
* Convergence: Assign current_template_id when resource fails
* Add data-processing-cluster hidden tag
* Handle replace and rollback cases for Server
* Store external ports in Server data
* Revert "Additional unit tests for update-preview"
* No need to detach if there is no attachment
* Set 'ZAQAR_MESSAGE', 'ZAQAR_SIGNAL' as a default config option
* Only write to template files if template data changes
* Account for error status during volume delete
* Add intrinsic creating port for server
* Copy resource data in _delete_backup_stack
* Validate deletion policy during template parsing
* Allow selectively disabling resource validation
* Wire in files to template validate
* Add initial functional test for template-validate
* PATCH update reuse existing template
* Imported Translations from Zanata
* Add _needs_update() to AWS::AutoScaling::LaunchConfiguration
* Allow map/list items for str_replace
* No need to stub is_service_available
* Additional unit tests for update-preview
* Convergence: Fix FnGetRefId to fetch value from cache_data
* Handle replace and rollback cases for Port
* Do not lose traceback while raising exc
* Delete children handle_delete testing (Manila)
* Delete children handle_delete testing (Magnum)
* Delete children handle_delete testing (Glance)
* Delete children handle_delete testing (Cinder)
* Delete children handle_delete testing (Ceilometer)
* Convergence: small fixes in tests
* Fix filter name inconsistency in stack_list
* Add test for _show_resource
* Allow map/list items for list_join
* Save previous template on non convergence updates
* Use endpoint_url instead of base_url
* Convergence: Resolve attribute with path using cache data
* Move test_scaling_template to autoscaling folder
* Add _needs_update() to OS::Heat::TestResource resource
* Work around parameter error deleting backup stack
* Add _needs_update() to OS::Nova::Server resource
* Convergence: Store resource status in cache data
* Enable ceilometer services using new plugin model
* Add command to clean dead engine from service list
* Make the stack tags template non-empty
* Fix syntax in "Heat Orchestration Template (HOT) specification"
* Convergence: Fix failing integration tests
* Use Class method instead of deprecated method
* Make ResourceDefinition round-trip stable to avoid extra writes
* Remove 'names' parameter from '_run_update' function
* Work around problems storing huge properties in events
* Revert "Add intrinsic creating port for server"
* Fix empty device_name for bdm_v2 Nova::Server
* Add missing value types for logging messages
* Add validation of update_policy to resource
* Fix mounpoint value of VolumeAttachment
* Fix url for image in getting_started doc
* Move new capacity calculation to scaling library
* Handle pre-replace and pre-rollback actions
* Add intrinsic creating port for server
* Fix scenario names in rolling update test
* Add integration test for UPDATE_FAILED recovery
* Clarify hot_spec description of latest HOT version
* Set resource status to FAILED when engine is down
* Updated from global requirements
* Retry if Swift objects are not available yet
* Use self._resource_names() without size parameter
* Fix for failing convergence functional tests
* Remove SoftwareDeployment nova.server custom constraint
* Round the elapsed time to the nearest second
* Return error message if validate fail when clearing hook
* Add batching create to ResourceGroup
* Wait for metadata actually set to server
* Change revision to version in heat-manage db_version command
* Add server validation check for deployments metadata
* Delete children handle_delete testing (Barbican)
* Add tests for parent handle_delete method
* convergence scenario tests
* Updated from global requirements
* Don't repeatedly overwrite definitions in RG rolling update
* Allow ResourceGroup rolling update to scale down
* Allow ResourceGroup rolling update to scale up
* Handle scaling up in scaling library next_batch() function
* Don't return resource names from ResourceGroup._get_batches()
* Refactor ResourceGroup._get_batches() to be much, much simpler
* Use the member_definition library func in ResourceGroup rolling updates
* Add unit tests for ResourceGroup._assemble_for_rolling_update()
* Return max_upd from ResourceGroup._get_batches()
* Allow member_definitions() to customise each member that it defines
* Allow a custom new ID function for member_definitions()
* Add hadoop_version validation to sahara resources
* Add sahara.plugin custom constraint
* Updated from global requirements
* Remove unnecessary validation for resource group
* Clarify definition of server network prop in doc
* Use parent handle_delete for keystone
* Add immutable parameter for schema in pluginguide
* Add show resource function to Keystone
* Support string format 'tags' for stack preview
* Clarify name of scaling resource_templates() function
* Don't do unnecessary updates in ResourceGroup rolling updates
* Return the correct size for the ResourceGroup from _get_batches()
* Calculate ResourceGroup batch sizes using scaling library
* Refactor ResourceGroup batched updates and add tests
* Start scaling down in an InstanceGroup rolling update ASAP
* Split out calculation of the next batch into a separate function
* Fix outdated link in sample plugin
* Imported Translations from Transifex
* Fix validation failure for TemplateResource
* Move Resource exceptions to common module (5)
* Move Resource exceptions to common module (4)
* Move Resource exceptions to common module (3)
* Move Resource exceptions to common module (2)
* Move Resource exceptions to common module (1)
* Split engine service test cases (10)
* Convergence: Stack concurrent update
* Convergence: Resolve attributes during rollback
* Fix typo in prop description in VolumeType
* Move TestResource in-tree
* Make the TestResource a bit smarter

5.0.0.0b3
---------

* Remove unused requirement
* Remove iso8601 dependency
* Convergence: pass the input_data into Stack.load()
* Updates resource type filtering with name, version
* Search resource type based on version
* Add console_scripts entry points for all heat services
* Split engine service test cases (9)
* Set correct tenant id when python-client init
* To use id instead of name when making credentials from context
* update integration list in README
* Updated from global requirements
* Run py34 first in default tox run
* Support use_autoconfig in sahara clusters
* Support use_autoconfig in sahara cluster templates
* Use the new (and default) glance v2 cli options
* install.sh: stop using deprecated option group for rabbit
* Support use_autoconfig in sahara node group templates
* Support volume_local_to_instance in sahara node group templates
* Support is_proxy_gateway in sahara node group templates
* SoftwareDeploymentGroup allow arbitrary keys for attributes
* Add information about new get_attr functionality
* Add get_attr which returns all attributes
* Add Keystone User/Group RoleAssignment resources
* Removes unused posix-ipc requirement
* Engine method validate_template fails for unavailable resource type
* Handle NotFound error for all _resolve_attributes
* Make RoleAssigment class to RoleAssigmentMixin class
* Add subnet property to Nova::Server nic
* Use _get_network_id in other methods of mixin class
* Refactor _get_network_matches method
* Convergence: in resource_by_refid() don't check the state
* Convergence: add support for the path_component
* enabling the stevedore.sphinxext extension
* Updated from global requirements
* [Heat Docs] Update links to Cloud Admin Guide
* Revert "Make sure all "updated_at" fields store fractional seconds"
* SoftwareDeploymentGroup - make path based attributes work
* Add a preview endpoint for stack updates
* Add OS::Sahara::DataSource resource
* Move Server network stuff to separate mixin class
* Search based on the resource type name
* Validate support_status while searching resource registry
* Use min and max on IntOpt option types
* Updated from global requirements
* Fix docs for Hello World and WP Single templates
* Removing unused dependency: discover
* Support project access manager for volume type
* py34: heat.tests.api (1)
* Removes dead code from context.request_context
* Increase num_engine_workers to 4 in functional tests
* Adds resource uuid, volume support to lifecycle scheduler hints
* Use latest stable version for RG & ASG nested templates
* Use default client name for neutron resources
* py34: heat.tests.test_parameters
* Invert logic of counting in InstanceGroup _get_batches()
* Refactor InstanceGroup batch size check
* Refactor InstanceGroup batch sizing logic
* Use the official mission statement in index.rst
* flake8 check doc/source
* Use sections for individual properties and attributes
* Use latest stable template version in snippets
* Use code-block:: yaml for all template snippets
* Raise exception if asg in cooldown
* Fix some files permissions
* Provide signal_url for DELETE action when using other transports
* py34: heat.tests.test_common_serializers
* Don't metadata_update all resources for deployment signals
* unify REST word
* Add resource_type-specific policies
* Ensure traversal ID is updated
* Improve docstrings for software deployment properties
* Add tests for show_resource function
* Quieten the unit test logs down
* SoftwareDeployments modify validation to use properties
* Small improvements of OS::Nova::Server resource
* Fix Software Deployment DELETE action for CFN_SIGNAL transport
* convergence: populate stack.resources in Resource.load
* Revert "Refactor format_resource_attributes"
* Correct http method to 'POST' for stack-preview test
* Updated from global requirements
* Fix sample snippet in the template guide
* Modify tests to load trustee user from plugin
* Use auth plugin for trustee
* Do not pass rich objects in CloudNetwork resource
* Rolling update max_batch_size should be greater than 0
* Updates monasca plugins doc string to install python-monascaclient
* Add properties grouping by necessity in docs
* Move all tasks objects into progress module
* Use correct timeout value in convergence tests
* Remove redundant code
* Updated from global requirements
* Fix description for "Not exact spelling"
* Split engine service test cases (8)
* Fix Rackspace nova server addresses attribute
* Update encrypted param template Added the encrypted parameter as a property for a Nova server
* Add alternative way to use debugger for unittets
* Fix "{}" is not a list error for json parameter type
* Add and apply cinder backup constraint
* Fix heat-api-cfn 500 error on an unknown action
* Adds _show_resource support to designate plugins
* Fix create trove instance with a neutron port failed
* Fix incorrect resource's information while describing
* resource failure causes nested stacks to be rolled back
* Add secret_type property to Barbican secret
* Improve unit tests to succeed without hash tweak
* Add info about refactored handle_delete to doc
* Refactor repeated handle_delete
* Improve test coverage for nova client plugin
* Convergence: Fix string formatting while logging
* Make sure 'SubnetId' update works for instance
* Assert DELETE_COMPLETE on all stack delete cleanup
* Allow empty/None output values
* Do not use rich objects is servers update
* Revert failing tests and use v3 for ec2 tokens
* Remove _get_extensions method
* Add show resource function to swift container
* Order type property should be required
* Increase the concurrency of software-config functional test
* Convergence: input_data physical_resource_id -> reference_id
* Convergence: pass the resource name into has_cache()
* Updated from global requirements
* Add attribute types to Mistral resources
* Fix configuration in tests
* Fix a typo in method name
* Fix stack-list after failed update
* Add show resource function to Barbican
* Correct volume restore behavior
* Fix typo error in the message
* Adds show resource support for monasca resources
* Fix docs about using SupportStatus during remove
* Add base_attributes_schema to documentation
* py34: heat.tests.test_os_database
* py34: heat.tests.client/openstack
* Add option to specify metadata for RG resources
* Use atomic_key for deployment metadata updates
* Updated from global requirements
* Move extensions to separate method in NovaClient
* Add default value for boolean type to pluginguide
* Convergence: Tests for convergence graph
* py34: test_hot and test_validate
* heat.tests.aws.*
* Remove 'wrap_exception' function
* Monasca Alarm definition resource plugin
* Monasca Notification resource plugin
* Convergence: Consolidate convergence stack unit tests
* Updated from global requirements
* Get auth_uri from [clients_keystone] section for ec2tokens
* Correctly determine keystone v3 endpoint
* Adds option to skip specific tests
* Skip failing integration tests
* add ceilometer notification agent to docs
* Mock out ceilometerclient redirect_to_aodh_endpoint
* Monasca client plugin
* Fix common serializers with test case
* Don't use Ref in hot template (functional test)
* Add show_resource function to Mistral resources (4)
* Support attributes with dynamic scheme
* Add cleanup when skipping tests for stack actions
* Fix test_stack_collect_attributes
* Updated from global requirements
* Add note on the use of intrinsic functions
* Functional test for encryption volume type
* Don't use default None for params in handle_update
* Add config entries to skip integration tests
* Add support status for rolling update policy schema
* Don't raise exception when get nested stack
* Convergence: Implementation of timeout
* refactoring update_task
* Remove instance_user and admin_user options
* Add cron_expression constraint to OS::Mistral::CronTrigger
* py34: heat.tests.nova
* py34: heat.tests.autoscaling
* py34: test_sahara/software_deployment
* Try to get the version of cloud init via popen
* Support boolean inputs for SoftwareConfig's
* Replace tag 2015.2 to 5.0.0
* Convergence: Fix concurrent update rollback
* Support 'severity' for ceilometer alarm
* Split OpenStack API V1 unit tests
* Resource-type-show does not report unavailable resource type
* Split engine unit test cases for resource type
* Fix pre_test_hook.sh encryption setting
* Fixes Resource object refresh to use db object
* py34: heat.tests.test_template
* py34: test_auth_*
* py34: test_engine_*
* Validate TemplateResource schema when based on other templates
* Add basic stack-preview functional test
* OS::Cinder::VolumeType help doc string contains redundant info
* Updated from global requirements
* Fix handle_delete for zaqar queue
* Refactor format_resource_attributes
* Use default client name in nova - afterfixes
* Revert "Temporarily skip failing scenario tests"
* Add functional test for resource exposure
* Add show_resource function to Magnum resources (8)
* Remove redundant parameter from EngineService
* Use base attributes with attribute_schema of class
* Add test for template resource suspend/resume
* Imported Translations from Transifex
* add time_constraints property in OS::Ceilometer::Alarm
* Refactor wait condition handles
* Add _show_resource function to Cinder resources (6)
* Updated from global requirements
* Make sure all "updated_at" fields store fractional seconds
* py34: heat.tests.test_engine_service
* Add show_resource function to Manila resources (5)
* Add show_resource function to Ceilometer resources (9)
* Add show_resource function to Trove resources (7)
* Convergence: Do create operation only if action is INIT
* Add show_resource function to Glance resources (2)
* Add show_resource function to Nova resources (1)
* Add base resolve method for attributes
* Convergence: Fix concurrent update resource cleanup
* move ceilometer constraints to common constraint
* move network constraints from neutron to common constraint
* Import magnum python client directly
* Adds python-magnumclient>=0.2.1
* Add rolling_update to ResourceGroup
* Use default client name for glance image resource
* Integration test check for OS_PROJECT_NAME too
* Use OS_TEST_PATH for integration tests
* collect common constraints
* py34: heat.tests.neutron
* py34: heat.tests.test_resource
* py34: heat.tests.db.*
* py34: test_environment*
* Add cancel_with_rollback flag to stack cancel update
* Convergence: fix functional test test_nested_stack_adopt_fail
* Convergence: Refactor convergence dependency
* Make convergence functional
* Convergence: Don't try to unlock a resource after the DB row is deleted
* Convergence: clarify what "data" is
* Clean up the worker service logging
* add new constraints to ceilometer
* Updated from global requirements
* Fix `DummyResource missing in provider` error
* Temporarily skip failing scenario tests
* Add keystone.user custom constraint
* Convergence: fix KeyError when creating stack
* Add tenant_id to heat cache key

5.0.0.0b2
---------

* Imported Translations from Transifex
* Convergence: Fix for resource needed_by
* Add a functional test option to skip notification tests
* ReST API: Refactor error handler as a context manager
* Do not use VolumeTasks in AWS Instance create
* Reuse existing environment on PATCH update
* Remove patch_previous_parameters() from Environment
* Fix formula for calc update_timeout in instance group
* Support to view all attributes of resource
* Correct stack identity when delete nested
* Do not use rich server objects in servers' create
* Remove dogpile from heat requirements
* Refactor template resource to use grouputils
* Convergence: Handle InvalidTemplateAttribute in worker
* Scan for output errors in functional tests
* Catch output error and re-raise them in nested stacks
* Add HIDDEN status to Cinder::Volume image_ref
* Add HIDDEN status to Neutron::Port
* Add HIDDEN status to Neutron::RouterInterface
* Add HIDDEN status to Neutron::Pool
* Add HIDDEN status to Neutron::VPNService
* Add HIDDEN status to Neutron::NetworkGateway
* Add HIDDEN status to Neutron::FloatingIP
* Add HIDDEN status to network_id Neutron::Subnet
* Add to TranslationRule REPLACE rule value_path del
* Import mistral python client directly
* Get 'update' paragraph from top-level schema
* Convergence: Re-trigger stack operation
* Fix four typos on heat documentation
* Updated from global requirements
* Adding functional integration test for encrypted parameters
* Removes replace-on-update for SwiftSignalHandle resource
* Move internal test resources to generic_resource
* Add sighup_timeout to heat_integrationtests.conf.sample
* Make 'server' property of SoftwareDeployment mandatory
* Always commit after deployment db operations
* Fix RS CLB resource to handle HTTPS_REDIRECT correctly
* Add test covering PARAM_CLEAR_PARAMETERS for patch update
* Fix/refactor test_stack_update_existing_parameters
* Use default_client_name for mistral
* Refactor and correct purge_deleted
* test_engine_service remove spurious deletes
* Add LbImageId magic param to aws loadbalancer nested template
* Use default_client_name in aws s3 resource
* Stop using eventlet threads in test_engine_service
* Adds python-mistralclient>=1.0.0 in requirements.txt
* Fix test_signal_returns_metadata wrong assertions
* Convergence: fix current traversal
* Imported Translations from Transifex
* Convergence: Refactor worker
* Updated from global requirements
* Convergence: Fix concurrent update
* Use default client in Cinder resources
* Enable caching for property constraints
* Fix StackResourceUnavailable exception
* Ignore .eggs directory (created by the new pbr)
* Catch NotFound in format_stack_resource for nested()
* Use default_client_name for keystone
* Add OS::Heat::None resource
* Add test for ceilometer client
* Move core engine related unit tests to tests/engine
* Adds coverage for AWS EIP resource in scenario tests
* Add doc about db being offline to encryption utility
* Remove unneeded stub from test/common
* Early initialization of worker rpc client
* Move rollback logic to stack class
* Use default client in nova
* Fix the project_id to project_name when initializing ceilometerclient
* Use default_client_name for swift
* Add HIDDEN status to Server uuid
* Add HIDDEN status to RandomString sequence
* Add documentation page for Support Status
* Add translate_properties for Resource
* Use default_client_name for barbican
* Use default_client_name for ceilometer client
* Fix unsupported format character error for multipart mime
* Convergence: Fix resource loading on cleanup
* Updated from global requirements
* Add batching for heat-manage encrypt/decrypt
* Refactor timeout calculation to utility
* Make "heat-manage update_params encrypt" idempotent
* Add properties_data encryption to heat-manage
* Add base_attribute schema for all resources
* Use default_client_name for trove
* Fix integration tests hooks
* Fix test novaclient.create
* Minor efficiency improvements to ResourceGroup
* Disable instance_user by default
* Updated from global requirements
* Use ResourceDefinitionCore methods for lbutils
* Add MTU attribute for OS::Neutron::Net
* Update SupportStatuses for objs where it needed
* Add PhysicalResourceNameAmbiguity to exc mapping
* Updated from global requirements
* Refactor Adding service_types to client_plugins
* Move signals to SignalResponder class
* Convergence: Allow creating stacks of empty templates
* Generate correct names for sahara templates
* Return EIP resource name during template validation
* Get heat.tests.test_stack* working in py34 env
* Don't copy exception classes
* Updated from global requirements
* Fix typos in hot_spec documentation
* Add missing test for manila share attributes
* Use mock in test_attributes.py instead of mox
* Removed typo in log when stack not found
* Use __iter__ method of Attributes class in __repr__ method
* Wait until child process will be killed
* Move qpid-python to test-requirements
* convergence: add adopt support
* Imported Translations from Transifex
* Rename api unit test folder name
* Updated from global requirements
* Designate Record resource
* Designate Domain resource
* Fix failures related to the mock 1.1.0 release
* Add template-function-list
* Re-enable the ceilometer alarm test
* Port short_id to return unicode
* Add a way to run py34 tests from file
* Adopt @six.python_2_unicode_compatible decorator
* Temporarily skip the ceilometer alarm test(again)
* tox environment for `bandit`
* Extract tags before pass them in create/update
* Added required name property to Create a key pair example
* support list resources with details
* Add HIDDEN status to SupportStatus
* Imported Translations from Transifex
* Fix external references in glossary doc
* Move all api tests to /tests/api
* Split engine service test cases (7)
* Add Boolean type to attributes schema
* Refactor test_share_create_failed test for Manila
* Support snapshot deletion policy in Server
* List resource_type based on availability
* Conditionally expose resources based on available services
* Remove hotref links in the documentation
* Add a new crypt method using cryptography
* Convergence: Compute resource dependencies
* Convergence: Handling resouce clean-up
* Allow suspend and resume again if failed last time
* Keep the path when re-registering the template resource
* Update wsgi.py to support reload from conf on SIGHUP
* Support time-delays in server.resize
* Add types to barbican resource attributes
* Adds designate.domain constraint
* ASG scaling account for cooldown timestamp & in-progress
* Use the default when creating schema from a template
* Remove unneeded OS_TEST_DBAPI_ADMIN_CONNECTION
* Updated from global requirements
* Don't stop operations immediately when an error occurs
* Revert "Add a new crypt method using cryptography"
* ignore sample config file generated by tox -egenconfig
* Move ceilometer resource tests to /tests/ceilometer/
* Move mistral resource tests to /tests/mistral
* Move manila tests to /tests/manila/
* Move the nova resources tests to /tests/nova/
* Move all client tests to /tests/clients
* Remove old JSON and YAML docs syntax
* In-tree grenade support for Heat
* Add doc generation for UpdatePolicy
* Introduce Guru Meditation Reports into Heat
* Fix import in keystone resources
* Add __bool__ for classes that implement __nonzero__
* Add __hash__ functions where necessary
* Add a new crypt method using cryptography
* Convergence: Fix stack status_reason
* Override mox in sys.modules to mox3 in a py3 env
* Imported Translations from Transifex
* Updated from global requirements
* Circumvent utf-8 decode error by logging it
* Fix TypeError on joining list parameters
* Remove (test-)requirements-py3.txt files
* Add domain when list users in heat-keystone-setup-domain
* Add str_split function to HOT 2015-10-15
* Add template-version-list
* Use percent sign as string formatting operator
* Add nova.network constraint to ManilaShareNetwork
* Specify network for server in test_validation
* Resource plugin for cinder volume encryption
* Consolidates cinder unit tests
* Convergence: Update stack attributes
* Convergence: Fix for finding best existing res
* Use public discover_extensions from novaclient
* Prepare SignalResponder class for more signal types
* Fix validation error for parameter group
* Convergence: Correct the class name EngineListener
* Remove default of port_security_enabled
* Update logging according oslo.i18n recommendations
* Re-enable ceilometer alarm test
* Reduce size of stack_identity in heat notifications
* Should execute 'resolve' before check the values of 'for_each'
* Coverage: Full coverage for heat identifier
* Coverage: Full coverage for engine function methods
* Fix config generator for oslo.service
* Abstract handle_delete() for stack resource
* Use right oslo.service entry points
* Convergence: Update if the resource is CREATE_{COMPLETE,FAILED}
* Convergence: Fix Resource Replacement
* Convergence: Make SyncPoint.update_input_data actually atomic
* Convergence rollback implementation
* Allow multiple lists for list_join intrinsic functions
* Fix docstring error for Join functions
* HOT version 2015-10-15, remove Fn::Select
* Remove usage of sqlalchemy mutables
* Enable convergence in zuul functional testing
* Support to list software configs
* convergence: Use the correct template when updating the resource
* Convergence: concurrent workflow
* Handle UnicodeDecodeError in db_decrypt_parameters_and_properties
* Temporarily skip the ceilometer alarm test
* Fixes JSON to YAML conversion bug
* Add nova.network custom constraint
* Get capacity when notification send if resize failed
* wrong argument order for assertEqual in test
* Convergence: Handle resource failure
* Add port_security_enabled for Neutron

5.0.0.0b1
---------

* Add share network resource for manila
* Move WritableLogger in-tree as it is deprecated in oslo_log
* Manually sync functional test requirements
* Fix heat-db-setup error on rhel7.1
* Convergence: No back-up template for stack create
* Produce more meaningful exception messages in nested stacks
* Implement update for Manila::Share
* Implement create-delete-check for Manila::Share
* Switch to oslo.service
* Updated from global requirements
* Add BayModel to Magnum resources
* Update version for Liberty
* Imported Translations from Transifex
* Remove PROTOTYPE support status
* Coverage: Removed unreachable code from heat engine
* Removes redundant validation of template (1)

5.0.0a0
-------

* Fix description for trove cluster IP attribute
* Fix description for ResourceGroup count property
* Fix ceilometer backend in heat docs
* Move listener rpc client to rpc/listener_client.py
* Add the convergence resource replacement logic
* convergence: sync_point fixes
* convergence: (temporary) convert int entity_id to string
* Fix the ThreadMgr mocking in test_stack_create_max_unlimited
* Make the objects behave more consistently
* Switch from MySQL-python to PyMySQL
* Move Magnum client into main tree
* Make requirements.txt python clients in ascending order
* Make sure default_client_name declared for required resources
* Removes is_available() from manila client plugin
* Adds service_types to client_plugins
* Correct mocks for group adjust tests
* Coverage: Full coverage for engine plugin manager
* Missing template file on update fails silently
* Not all exceptions from remote stacks are internal exceptions
* Coverage: Additional test coverage for engine event
* make heat-manage a console_script entry point
* Permit DRAINING condition for RS lb
* Reusable empty template
* Add apache2 support for heat API services
* Added tests for checking of handling AssertionErrors
* Stack updated error if creation fails
* Remove unnecessary has_client() checks
* Designate client plugin
* Imported Translations from Transifex
* Updated from global requirements
* Add additional info for DEPRECATED objects
* Add previous_status to SupportStatus
* Add _add_event at the end of update_task
* Remove identical modules versions.py
* Use pbr new autodoc feature
* Coverage: Additional test case for better coverage
* Add attribute type for openstack resources
* Add attribute type for heat resources
* Fix KeyError exception when stack snapshot deletion
* Remove unnecessary registration of glance resource
* Remove deprecated headers in auth_password
* Remove deprecated metadata_update method
* Move registration of GenericResource to HeatTest
* Move registration of resources to HeatTestCase
* Register ResourceWithPropsAndAttrs in HeatTestCase
* Register ResourceWithProps in HeatTestCase
* Register ResourceWithComplexAttributes in HeatTest
* Register ResWithComplexPropsAndAttrs in HeatTest
* Updated from global requirements
* Continue to check if nova task is in progress
* Don't access nova Server private attributes
* Catch exceptions in service status report
* Check that env is not None before decrypting
* Test manila and zaqar exceptions
* Convergence soft delete stack after delete action is completed
* Fix RouterInterface properties validation
* Update unit test case for Keystone client plug-in for service
* Add manila client to heat requirements
* Remove predecessor column from raw_template
* Split engine service test cases (6)
* Updated from global requirements
* Copy environment before decrypting
* Add explicit return to _get_property_value()
* Clean openstack common modules
* Add unit test case for Keystone client plug-in for group
* Add unit test case for Keystone client plug-in for domain
* Add unit test case for Keystone client plug-in for project
* Add unit test case for Keystone client plug-in for role
* Signal SoftwareDeployment resource
* Sync with latest oslo-incubator
* Convergence resource operations
* Modify heat-engine's description in developer docs
* Fix block_device_mapping property validation when using get_attr
* Move the heat_keystoneclient_v2 contrib package
* Updated from global requirements
* Move mistral resources in-tree
* Fix wrong definition of assert
* Register ResourceWithResourceID in HeatTestCase
* SignalResponder _get_signed_url should use cloudformation endpoint
* Add test for barbican client
* Provide a signal URL attribute for alarms
* Make 'name' updatable for cinder volume type
* Add 'description' for cinder volume type
* neutron loadbalancer resource: provider property
* Move manila resources in-tree
* Give client plugins the chance to not register
* Add replication properties to OS::Trove::Instance
* Allowing params to be sent to the workflow
* Add 'is_public' property for cinder volume type
* Drop use of 'oslo' namespace package
* Support for encrypt/decrypt parameters in heat-manage
* Fetch endpoint from service catalog
* Support check for remote stack
* Support snapshot/restore for remote stack
* Remove redandunt build-in functions
* Add NoOp dogpile cache backend
* Unlimited option max_resources_per_stack
* Add support_status to all resources in contrib
* Updated from global requirements
* Do not pass rich objects on servers' delete
* Modify heading of the template sample page
* Add deprecation warning for ResourceDefinition
* Do not pass rich objects in server's suspend
* Do not pass rich objects on server's resume
* Move barbican resources in-tree
* Move zaqar resource in-tree
* Use Zaqar for software-config transport
* Updated from global requirements
* Change "ReST" to "REST" in developer doc
* Remove deprecated old attribute schema
* Add missing attribute types for neutron resources
* Improve StackValidationFailed resp param_groups
* Move _check_active to nova client plugin
* Change "Devstack" to "DevStack" in headings
* Inherit files when restore
* Use EntityNotFound instead of Keystone*NotFound
* Use EntityNotFound instead of VolumeSnapshotNotFound/VolumeTypeNotFound
* Use EntityNotFound instead of VolumeNotFound
* Use EntityNotFound instead of ServerNotFound
* Use EntityNotFound instead of ImageNotFound
* Move gnocchi resource in-tree
* Stop using oslo_utils.timeutils.isotime()
* Move cinder_volume_type resource in-tree
* Stop using deprecated oslo_utils.timeutils.strtime()
* Updated from global requirements
* Update heat_integrationtests.conf.sample
* Freeze rsrc_defn base on properties.data when restore
* Add validation to set one of network, port or uuid
* Backup new resource as soon as possible
* Reload logging options when receiving SIGHUP
* Move nova_flavor resource in-tree
* Switch total_resources to use stack_count_total_resources
* Count all nested stack resources with DB operations
* Get rid of oslo-incubator copy of middleware
* Convergence: Check-Resource skeleton
* Move keystone resources in-tree
* Encrypt properties data
* Remove deprecated list_notifier_drivers option
* Fix config file generation
* Eventlet green threads not released back to pool
* Add attribute type for neutron resources
* Report status when engine start
* Disable cloud-watch-lite by default
* Imported Translations from Transifex
* Updated from global requirements
* Simplify handle_check in Nova server
* Switch to oslo.policy
* Split engine service test cases (5)
* Add functional test for neutron port
* Squash Havana migration scripts
* Move extraroute resource in-tree
* Add unsupported resources page to documentation
* Heat could not create samples with Ceilometer
* Stop monkey-patching global namespace
* Fix py27log env in tox
* Removes deprecated metadata property from Resource class
* Include support status in resource schema
* Avoid crash when registering resources
* Revert "Add validation to set one of network, port or uuid"
* Use network 'heat-net' for integration_tests
* Move zaqar client into main tree
* Delete deprecated old-style client access
* Raise HTTPBadRequest instead of ValueError for API validation
* Should raise error if hook is invalid
* Added documentation on resource contributions
* Rename OS::Heat::StructuredDeployments
* Rename OS::Heat::SoftwareDeployments
* Remove deprecated nova_utils
* Run functional tests when no ceilometer endpoint
* Add note on Barbican Order's order_ref structure
* Do not pass rich objects in Swift Container
* Do not verify requirements on extension loading
* Remove deprecated resolve_runtime_data
* Remove deprecated parser module
* Add note that OS::project_id is available since Kilo
* Save snapshot to db before stack snapshot complete
* Check for encrypted_param_names key in environment
* Find root stack ID with database operations
* Remove TaskRunner from Volume resources
* Add validation for parameter_groups
* Get rid of circular references in Resource and Function
* Don't swallow AssertionErrors
* Change user_data_format default value in Rackspace server
* Improve cinder volume validation and tests related
* Add CIDR format validation
* Fix property validation for TemplateResource during update
* Update the stack state as late as possible
* Updated from global requirements
* Pass stack to thread in resource_signal
* Retain references to stacks in all unit tests
* Reference the parent stack, not parent resource in Stack
* Fix integration tests for tox>2.0
* Catch warnings consistently during tests
* heat_keystone README update for service and endpoint
* Resource plug-in for keystone endpoint
* Resource plug-in for keystone service
* Replace self.properties.get on self.properties[]
* Fix docs about configuring heat with devstack
* Add network uuid to server networks attribute
* Don't raise error if actions are mismatched
* Split engine service test cases (4)
* Constraint port property range from 0 to 655535
* Add validation for cinder volume
* Add mac address format validation
* Add basic Ceilometer alarm test
* Encrypt Heat template hidden parameters
* Add a py34 env
* Sync oslo incubator
* Support additional Barbican orders
* Import python modules instead of objects
* Add address format check for property
* Add attribute type for aws resources
* Fix resource-signal for OS::Mistral::Workflow
* Update cirros version
* Assert that we can update TemplateResources with a new file path
* Updated from global requirements
* Move barbican client in main tree
* Remove DatabaseInstance note from README
* Save updated-in-place resources to backup stack
* Custom constrain for keystone service
* Update template paths for environment-mapped TemplateResources
* Run heat_integrationtests in parallel
* Fix call to ignore_not_found() in SwiftSignal
* Updated from global requirements
* Support set 'read_only' access mode for cinder volume
* Use action in check_*_complete method
* Add type field to the resource attributes schema
* Split engine service test cases (3)
* Not allow to delete in-progress snapshot
* Expose create time in stack resource list:
* Convergence: Allow creating lightweight stacks
* Decouple volumes of aws and os
* Don't create events when signals don't perform an action
* Add functional tests for stack tags/hidden stacks
* Don't assert against all the lb-members
* Prevent false positives of *_FAILED status
* fix for retrieving leaf nodes in convergence stack delete
* Imported Translations from Transifex
* Updated from global requirements
* Add Magnum client plugin
* Add remaining_executions attribute to OS::Mistral::CronTrigger
* Wait for the stack lock to be released
* Add validation to set one of network, port or uuid
* Add support status for current_size ASG attribute
* Do constraint validation for None value property
* Do not specify version for contrib plugins
* Remove unneeded MANIFEST.in
* Convergence prepare traversal
* Don't use scoping information for admin auth
* Use auth plugin provided getter methods
* Generate stack events for stack state transitions
* Updated from global requirements
* Add more stack_resource unit tests
* Add unit tests for mistral workflow
* Prevent false positives of UPDATE_COMPLETE in integration tests
* Enable SecurityGroups property for AWS LB resource
* Add timeout hidden parameter to AWS LB
* Remove empty properties from workflow definition
* Use ipv4 address for connectivity in lb integration test
* Add min_adjustment_step property to ScalingPolicy
* Delete redundant resource.id checking
* Use $DEST consistently in the post_test_hook.sh
* Code improvement: avoid reduntant if conditions
* Use ipv4 subnet in Heat scenario tests
* cleanup of hacking.rst heat doc
* Add note on SoftwareDeployment object structure
* Support to generate hot template based on resource type
* Fix logging during delete stack
* Move aws resources tests to heat/tests/aws/
* Use the AccessInfoPlugin from keystoneclient
* Use an auth plugin instead of manual auth
* Remove the is_id boolean check for domains
* minor change to on_other.rst file
* change to environment.rst heat doc
* made change to architecture rst heat doc
* Replace regionOne with RegionOne
* Use list instead of iterator in `for` loop for modifiable collection
* Fix server creation with block_device_mapping_v2
* Fix snapshot image/backup residue in backend
* Stop snapshot creation checking if image in DELETED
* Add details of volume backup failed reason
* Fixes README to include saharaclient info
* Fix TypeError exception during cancel stack update
* changed heat dev docs to comply with conventions
* Allow specific floating_ip_address when creation
* Fix error network updation when stack-restore
* changed heat dev docs to comply with conventions
* Do not pass rich objects in Zaqar Queue
* Do not pass around rich objects in Trove resources
* Updated from global requirements
* Add parameters types table to docs
* Updated from global requirements
* Do not filter stacks if tags is empty list
* Update the rest of the code to satisfy flake8 in a py34 env
* Use six.text_type and six.reraise
* Use six.moves.map/filter/zip
* Change instances of x.next() to next(x)
* Use SHA256 instead of SHA1 for resource signature
* Use snapshot's environment when stack restore
* Split engine service test cases (2)
* Remove downgrade functions
* Updated from global requirements
* Use six.iterkeys(x) instead of x.keys()
* Update xrange and lambda for python3
* Update urllib/httplib/cStringIO to use six.moves
* Replace dict.itervalues/dict.iteritems and use len over filter function

2015.1.0
--------

* Improve StackValidationFailed response in nested
* Fix ResourceGroup validate when there are removal_policies
* Split engine service test cases (1)
* Fix ResourceGroup validate when there are removal_policies
* Fix unicodeerror when heat-engine start
* Add v6-fixed-ip support for nova server
* Fix usage of novaclient
* Add filtering for stack-list by stack_id
* Fix wrong type of exception raised
* Persist parent_resource_name and make sure it's available
* Fix unicodeerror when heat-engine start
* Novaclient v2 instead of v1_1
* Don't re-bind environment for get_file during stack update
* Cleans nullable=True in db model column declaration
* Set IMAGE_UPDATE_POLICY default to REBUILD
* To attach interface for server when using 'uuid'
* Set auth_encryption_key option to be secret
* Implement OS::Manila::SecurityService resource type
* Add v6-fixed-ip support for nova server
* Docker plugin add cpu set property
* Use six.itervalues(x) instead of x.values()
* Imported Translations from Transifex
* Pass stack id to init stacklock
* Cancel nested stack updates when appropriate
* Set auth_encryption_key option to be secret
* Updated from global requirements
* Remove redundant checks of stack status
* Split engine service test case
* Add version for device_block_mapping_v2
* Deny to migrate to lower schema version
* Correct properties.Schema.NUMBER to INTEGER
* Release Import of Translations from Transifex
* Fix sqlalchemy migration script 061 for DB2 backend
* Adds --version into command docs
* update .gitreview for stable/kilo
* Remove unnecessary required=False
* Don't re-bind environment for get_file during stack update
* Add ability to filter stacks by tag
* Add additional validation for fip properties
* Make SoftwareDeployments work for non-CREATE actions
* Add manila share type
* Add env storing for loaded environments
* Add OS::Mistral::CronTrigger resource
* Clarify `attributes` support status for AutoScalingGroup
* Update documentation for path based nested attribute access
* Add support for the httpsRedirect property
* Make SoftwareDeployments work for non-CREATE actions
* Add version to manila plugin
* Show deprecated warnings when import parser
* Start use error_exit function in AWS LB
* Docker plugin add host devices property
* Docker plugin add cpu share property
* Fix sqlalchemy migration script 061 for DB2 backend
* Improve StackValidationFailed response in outputs
* Improve StackValidationFailed response in properties
* Add version to support_status where it omitted
* Make sure snapshot belongs to stack for actions
* Fix Zaqar Client's service_type
* Use helper functions stack_suspend and stack_resume
* Persist parent_resource_name and make sure it's available
* Docker plugin add the 'support_status' for the properties of 'RESTART_POLICY','CAP_ADD' and 'CAP_DROP'
* Add '2015.2' version for Liberty in doc
* Use stack_object directly in test_engine_service.py
* Correct stack_object.Stack get_all mock
* Add a "show_hidden" parameter to stack-list API
* Add ability to hide stacks based on tag
* Database API and engine changes for stack tags
* Update openstack-common reference in openstack/common/README
* Fix NeutronLoadBalancerTest.test_neutron_loadbalancer timeout
* Deprecate using required=True with default value
* test_resource for functional tests
* Make disk property of flavor default
* Add OS::Mistral::Workflow for Mistral workflows
* Fix resources allocation in documentation
* Open Liberty development
* To attach interface for server when using 'uuid'
* Make sure UpdatePolicy is unset for Heat scaling group

2015.1.0rc1
-----------

* Fix functional test_signal_during_suspend
* Imported Translations from Transifex
* Cleans nullable=True in db model column declaration
* Cleans default declaration nullable=False from heat objects
* Do not resolve neutron resource attributes when resource_id is None
* Do not detach/re-attach volumes in AWS Instance
* Novaclient v2 instead of v1_1
* Updated from global requirements
* Implement Manila client plugin
* Set IMAGE_UPDATE_POLICY default to REBUILD
* Fix stack update issue
* Fix stack-update for OS::Nova::Server resource
* Imported Translations from Transifex
* Set stack status to FAILED when engine is down
* Create an event when signalling fails
* Do sleep(0) for first task sleep
* Ignore migrating environments for deleted stacks
* Fixes migrate_data utils to avoid created_at filed
* Add separate requirements.txt to integration tests
* Updates migrate_repo README
* Fix typo in doc
* Prove that we can't signal during a suspend
* OS::Neutron::Port default replacement_policy=AUTO
* Re-factor db sqlalchemy tests
* Use HeatTestCase as parent instead of testtools
* auth_encryption_key is being checked to be 16, 24, or 32
* Correctly initialize copies of stack during updating stack
* Change the default num_engine_workers to get_worker_count()
* Move generic resources to properties schema
* Cleanup snapshot records when stack deletion
* Make sure to delete stack when SNAPSHOT_IN_PROGRESS
* Add versions to all contrib plugins
* Set state to failed if we get a base exception
* Update all templates in neutron tests
* Split net and subnet tests to different files
* Move provider_net test to separate file
* Move router tests to separate file
* Move floating ip test to separate file
* Move tests for port resource to separate file
* Move constraint's tests to test_neutron_client.py
* Make 'refs' attribute of ResourceGroup resource indexable
* Move common neutron module tests to separate file
* Move all neutron test in separate directory
* oslo-incubator sync
* Add user_identity to RequestContext.to_dict()
* Add dependency for FIP if used network in port
* Add function 'digest' doc
* Imported Translations from Transifex
* test_hooks remove race-prone status wait
* Add extra check for signal during DELETE or SUSPEND
* Add SupportStatus to vnic_type
* Docker plugin add read_only property
* Make the status_reason field Text instead of String(255)
* make actions property optional
* Move to hacking 0.10
* Remove return for rpc casts in rpc worker client
* Add /usr/local/lib/heat to default plugin_dirs
* Using OS_TENANT_NAME in heat-keystone-setup-domain
* Fix common misspellings
* Adds version reporting for heat commands
* Fix some new PEP8 errors found at gate
* Don't assume that there is one service per host
* Fix the topic and server that the listener client uses
* Use oslo.log in wsgi.py
* Don't use a different thread local store to oslo.log
* Fix typo in pluginguide
* Add note that OS::stack_id is available since Kilo
* Add minimal_instance_type config option
* Add floating network config option
* Fix SupportStatus msg appearing in doc generating
* Use Service objects instead of db_api
* gnocchi: ceilometer alarm update
* Add way to collect map of needed attributes
* Versioned-object StackLock
* Unit test case migration for Stack object
* Move stack_user_domain warning to startup
* Func tests use fedora-heat-test-image
* iniset heat_integrationtests.conf
* passed version information while parsing arguments
* Updated from global requirements
* Implements stack lifecycle scheduler hints
* Fix barbican resources
* Unit test case migration for Watch data and Rule object
* Unit test case migration for Event object
* Unit test case migration for Resource object
* fix mocking of db_api.stack_count_all()
* Imported Translations from Transifex
* Use auth plugins for domain client and admin client
* Correct confusing "cls" argument on non-static method
* Call db refresh in Stack object refresh
* Update integrations tests config sample
* Use outputs section for getting ip addresses

2015.1.0b3
----------

* Add a functional test for hooks/breakpoints
* Add breakpoint support
* Store Resources before they are created
* Switch config deferred_auth_method to trusts by default
* Fixes SoftwareConfigService to use Resource object
* Fixes StackWatchService to use objects in place of db
* StackResource convert operations to use RPC
* Versioned object - WatchRule and WatchData
* Remove usage of 'long' data type
* Pass the environment into the Template class and not Stack
* Versioned-object SyncPoint
* Add OS::Trove::Cluster resource
* Add integration scenario test for Neutron LBaaS
* Check all available support statuses
* Docker plugin add restart policies and capability properties
* Add extra columns for resource table
* Versioned object Service
* Use oslo.log for heat_integrationtests
* heat.conf options for transport properties default
* Separate message and traceback even if not a remote error
* Pin the target keystone endpoint to the context auth url
* Fix OS::Zaqar::Queue resource_mapping
* Versioned object - SoftwareDeployment
* Versioned objects - Event
* Versioned objects - Snapshot
* StackTag versioned-object
* Source gnocchi alarms resources in the right way
* Allows update of domain for keystone project and group
* Keystone resource plugin for User
* Remove capacity check from AWS::AG update
* Make Heat ASG always do rolling_updates
* Replace mox with mock for stack-update test cases
* Fix RS swift client to match correct signature
* Fix typo in contrib resource declaration
* Move test_notifications to functional
* Add missing versioned mechanism to Stack object
* Replace mox with mock for stack-lock test cases
* Versioned objects - UserCreds
* Keystone resource plugin for Group
* Allow empty 'config' for software deployments
* Apply neutron router constraint
* Apply neutron subnet constraint
* Convergence sync_point table
* Versioned objects - Resource
* Versioned object - SoftwareConfig
* Refactor '_get_default_network' method in the integration tests
* Adds migration test case for version 056
* Add trove flavor custom constraint
* Versioned objects - ResourceData
* Fix db migration script 057 failure on db2
* Replace mox with mock for stack-delete test cases
* DB changes for resource locking
* Add Digest intrinsic function
* Use AWS::EC2::EIP for test_server_cfn_init
* Func test conf to specify boot config
* Fixes for test_server_software_config
* Func test use param for software_config_transport
* Use configurable flavor for AWS LoadBalancer
* First objects - stack and raw template
* Keystone resource plugin for Project
* Imported Translations from Transifex
* Create an integer id for the resource table
* Store template + environment for rollback
* Retrieve service catalog when it is missing
* Fix config drive not created when boot from volume
* Move resource inheritance class to engine/resources
* Imported Translations from Transifex
* Keystone resource plugin for Role
* Sqlite migrate_data() utility method
* Fix migration testcase 1-to-1 between stack and raw_template
* Refactor test_parser module
* Updates heat_keystone with version support
* Enforce integer API parameter checking
* Fix migration testcase 1-to-1 between stack and raw_template
* Imported Translations from Transifex
* Updated from global requirements
* Always update remote_stack
* Integration scenario test refactoring
* Keystone resource client plugin and constrains
* Correct networks matching interface ports
* Move trove resource
* Move sahara resources
* Move heat resources
* Move ceilometer alarm resource
* Move swift resource
* Move glance image resource
* Move neutron resources to /engine/resources/openstack/neutron
* Updated from global requirements
* Remove unused method from FakeDBInstance
* Add extra data to Stack table for Convergence
* Correct the check_update_completion logic in instance_group
* Reduce the load on functional tests
* Remove str() before exc to make sure lazy translation work
* Updated from global requirements
* Move cinder volume resource
* Move nova resources to engine/resources/openstack/nova/
* Move datastore validation to trove client plugin
* Replacing data_processing with data-processing
* Add the documentation of how to set without the gateway IP
* Fix variables reference in the integration tests methods
* Convert all non-test imports of json to jsonutils
* Move other aws resources to corresponding directory
* Move AWS::AutoScaling::* resources
* Move AWS::CloudFormation::* resources to heat/engine/resources/aws/cfn
* Move AWS::EC2::* resources to heat/engine/resources/aws/ec2
* Improve StackValidationFailed exception
* Fix mocking requests in test_engine_service
* Imported Translations from Transifex
* Don't pass the parent_resource object into Stack()
* Remove the template mapping from the env before creating child stacks
* Cleanup the update policy tests
* Utility function for int param checking
* Updated from global requirements
* Patch validate methods with mock instead of mox
* Imported Translations from Transifex
* Move software service logic to own module
* Add code tag for from_task_with_args() docstring
* "repeat" function for HOT templates
* Add resource_definitions check to Stack.validate
* Change the engine-listener topic
* Utility for database migration
* Add ability to pass parameters during update
* Use mock instead of mox for test_nested_stack.py
* Handle deleting status during volume detachment
* Fix Typo in composition guide
* Add stack_tag table and remove stack.tags column
* Increase default for 'max_nested_stack_depth' to 5
* Use mock instead of mox in clients test
* Add 2to3 compatibility for functools.wraps
* Refactor tests for migrations in heat
* Add image_id property to node group template
* Add sahara image constraint
* Imported Translations from Transifex
* Add ability to pass 0, "", {} or [] as a parameter
* Register CloudServer as OS::Nova::Server
* Refactor parameter tests
* Tweaking 'global_tenant' parameter parsing
* Deployment signal_transport: TEMP_URL_SIGNAL
* Move deployment handle_signal to rpc call
* Updated from global requirements
* Add testcases for heat.engine.EngineService start() and stop()
* Imported Translations from Transifex
* Only parse complex types if there is a value
* Change ResDataNestedStackTest to not use a nested stack
* Handle NotFound exception in total_nested()
* Use the AWS instance type in the cfn_init scenario
* Integration test for software-config tools
* Allow lists and strings for Json parameters via provider resources
* Convergence message bus
* Updated from global requirements
* Restart haproxy in AWS LB during boot
* Move request_context from engine.service to common.context
* Add test for db version 052 convergence_flag
* Translate exception in the right way
* Updated from global requirements
* Add name and tenant indexes to stack table
* Make import of oslo libraries namespaceless
* Fix Keystoneclient V2 wrapper for multi-region
* Fix JSON formatting in AWS LoadBalancer template
* Revert "Move deployment handle_signal to rpc call"
* Imported Translations from Transifex
* Updated from global requirements
* Use stack.validate() not stack.create() for limit tests
* Move nested stack delete test to functional
* Sync oslo-incubator and remove log module
* Move logging to use oslo_log library
* Imported Translations from Transifex
* Remove extra space in docstring
* Rackspace:LoadBalancer add address in virtualIps
* Stop RPC server gracefully
* [DOC] Minor - fixed typo in file extension
* Move assign_keypair method in base class
* Re-use stack_create method from base class
* Apply neutron port constraint
* Apply neutron network constraint
* Split templates and tests in scenario tests
* Add 'ha' property for OS::Neutron::Router
* Remove 'adding-new-users-to-devstack' doc on_devstack.rst
* Enable SSL for EC2Tokens
* Updated from global requirements
* Use domain_id from auth token when not configured
* Revert "Allow empty 'config' for software deployment"
* Update heat-manage.rst with service command
* Do not use volume objects in volume resources
* Add a config option to enable Convergence
* Move autoscaling tests with signals to functional
* Make sure template resource's metadata is refreshed
* Pass the resource name into get_resource_info()
* Remove some unused functions and improve call_until_true
* Move reload test to test_instance_group
* Remove duplicate AS reload test
* Fix heat and ceilometer client connection
* Move deployment handle_signal to rpc call
* Manage deployment updated_at values
* Expose deployment/config updated_at/created_at
* fixed typo from dependant to dependent
* Typos fixed in return messages
* Catch Conflict exc for floating ip association
* Move scaling group create error to autoscaling/
* Allow empty 'config' for software deployment
* Just to delete the stack when adopt rollback
* Use python abc for abstract classes
* OS::Neutron::Subnet needs IPV6 RA mode property
* ceilometer: new Gnocchi Alarm resources
* Add resource_id None check for deployment deletion
* Imported Translations from Transifex
* Always check for 'component' in SoftwareDeployment
* Reorganize user and access code
* Move update_in_failed to autoscaling
* Fix formatting issues in NeutronAutoscalingTest
* Test for path attributes in OS::Heat::AutoScalingGroup
* Support path attributes in OS::Heat::AutoScalingGroup
* Release stack lock when successfully acquire
* Change the event status to SIGNAL_COMPLETE
* Split instance code into seperate file

2015.1.0b2
----------

* Change Neutron::FloatingIPAssociation res's name
* Skip Stack Adopt/Abandon integration tests when Stack Adopt is disabled
* Move suspend/resume autoscaling tests to functional
* Move autoscaling InstanceId tests to autoscaling/
* Move all scaling policy tests to autoscaling/
* Remove autoscaling test that is now a functional test
* Don't create the loadbalancer in the unit tests
* Remove duplicate loadbalancer nokey test
* Apply instance group fix to AS functional test
* Catch notfound exception when deleting project
* Updated from global requirements
* Get tox to generate config for heat_integrationtests
* Change Nova::FloatingIPAssociation resource's id
* Change to basic notification unit tests
* Remove duplicate heat_autoscaling_group tests
* Move aws nested stack tests to functional tests
* Fix update on failed stack
* fixed typo from accessable to accessible
* Enable some unit tests back
* fixed typo form dependancy to dependency
* Wait for all resources to get updated before asserting state
* Remove TaskRunner from Neutron Pool resource
* Add check_adopt_complete to the stack_resource
* Use "if stack is not None" and not "if stack"
* Make the update policy timeout check into a unit test
* heat-manage service list
* Imported Translations from Transifex
* Further fix standalone authentication
* Remove unused imports from heat files
* Move LB reload logic into scaling library
* Fix sw component creation parameter error
* Fix tests for ServerContraint
* Use unique stack name in tests by default
* Add Mistral client plugin
* Add additional tests for heat.api.aws package
* Fix the standalone authentication mechanism
* Don't do snapshot when other action in progress
* Initialize stack with ADOPT action when adopting
* Remove lockfile from requirements
* Store auth_url and region_name when trusts are enabled
* Test auto-scaling for neutron
* Imported Translations from Transifex
* Implement handle_check for Ceilometer alarms
* Save input parameters for stack adopt
* Implement 'InstanceId' for autoscaling group
* Enhanced error handling in outputs block
* Add all dotfiles to the list of pep8 exceptions
* Add retry logic to Rackspace LB delete action
* Allow floating_ip_pool on Nova-net in Sahara
* RowProxy replaced with update query to set db attributes
* Updated from global requirements
* Don't mock oslo.messaging _CallContext
* Use keystoneclient auth plugins
* Remove dead option 'instance_driver'
* Avoid unnecessary passing of child_params in asg
* Implement 'InstanceId' for LaunchConfiguration
* Renaming image property to default_image_id
* Improve address description by example
* Add lists of Linux dependencies
* Prevent hanging in DELETE_IN_PROGRESS
* Remove argparse from requirements
* Convert parser tests that need nested stacks to unit tests
* Move resource group property update tests to functional
* Use properties.data when testing for "provided by the user"
* Add property 'port' to RouterInterface
* Convert unicode to six in heat/engine
* Always fetch temp URL key before generation
* Expose stack_user_project_id in stack-show
* Remove TaskRunner from most Neutron resources
* Remove TaskRunner from SwiftSignal
* Remove TaskRunner from WaitCondition
* Unit test name_list and black_list
* Move ResourceGroup update sequence test to functional
* Move the resource group adopt test to functional
* Add "tags" column to stack table
* Updated from global requirements
* Deprecate QUEUE_ID in heat_zaqar
* Move autoscaling update policy to functional
* Enable H904 style checking rule
* Enable H305 and H307 style checks
* Move instance group update policy tests to functional
* Remove default for DISTRIBUTED property
* Enable resource signals be handled asynchronously
* Imported Translations from Transifex
* Return available info for uncreated resource
* Added unit test for unavailable resource
* Updated from global requirements
* Remove keypairs from test_instance_group.py
* Remove now unneeded functional test
* Add support status for network/subnet neutron properties
* Add support status to docs for properties
* Correct protocol allowed values for firewall rule
* Fix template version in composition section
* Enable H402 style check
* Enable H202 style check
* Split tests for AWS/OS waitconditions
* Split wait condition handle into separate files
* Fix DeprecationWarning for using oslo.middleware
* Split wait condition into separate files
* LB: separate out the FnGetRefId and FnGetAttr tests
* LB: Separate out the validation tests
* LB: Make unit tests for _haproxy_config
* LB: Break up _haproxy_config to enable easier unit testing
* LB: Remove unused "templ" parameter to _haproxy_config
* Account for nested stack validation in ResourceGroup
* proper handling of unsupported request methods
* Make StackResource less strict on initial validation
* Don't validate custom constraints on default values
* Move template resource tests to functional
* Make the attribute tests not need a nested stack
* Separate the nested resources attribute tests
* Sync the remainder of the composition doc from manuals
* Transparent stack_id only works on get_resource
* Enable H233 style check
* Enable E251 style check
* Updated from global requirements
* No parameter value validation when strict_validate disabled
* Deal with misconfigured cloud_backend
* Remove mocking of timeutils.utcnow
* Add ssl support for sahara client
* Register sahara client specific config opts
* Rework stack_resource *complete method unit tests
* Add some crud tests to nested stacks
* Add missing template resource member list test
* Prevent occasional test failures due to duplicate stack names
* Split AWS/OS volume tests
* Reorganize volume code
* Updated from global requirements
* Add 'shared' property for OS::Neutron::MeteringLabel
* Add 'shared' property for OS::Neutron::Firewall
* Need to call _delete_resource() anyway for sd deletion
* Move tests for _lb_reload() into test_instance_group
* Move autoscaling vpc zone test into autoscaling/
* Move launch configuration into tests/autoscaling/
* Move heat_autoscaling_policy to tests/autoscaling/
* Move heat_autoscaling_group into tests/autoscaling/
* Remove duplicate autoscaling adjustment tests
* Do not use private classes from oslo.i18n
* Clarify "attributes" support status for ResourceGroup
* external link not working in heat doc
* Add a strict_validate flag to Stacks
* Stop patching oslo.messaging private bits
* Remove MutableDict realization
* Enable F402 and F812 style checks
* Enable E265 style check
* Enable H101 style check
* Enable E122, E126 and E128 style checks
* Update oslo-hacking and disable failing checks
* Make propagate_files not have to create a nested stack
* Add 'sd' None check for check_(action)_complete
* Gracefully fail to delete nonempty S3 Bucket
* Use oslo.config generator
* Cleanup heat/openstack/common
* Add PurgeOnDelete property to OS::Swift::Container
* Better error on deleting non-empty Swift container
* Wait for Sahara Cluster to be deleted
* Add 'distributed' property for OS::Neutron::Router
* Add support_status for OS::Cinder::VolumeType
* Add support status for server console_urls attr
* Do not ignore OverQuota errors from neutronclient
* Switch to oslo.utils.uuidutils
* Bring over pretty_tox.sh from nova
* Use AWS LoadBalancer with selinux-enabled image
* Use oslo.context
* Add 'required' attribute to OS::Heat::CWLiteAlarm properties
* Add property 'router' to Neutron::VPNService
* Add property 'router' to RouterInterface
* Correct group's updates from a failed state
* Add InstanceList attr to AutoScalingGroup
* Authenticate the domain user with id instead of username
* Don't block stack deletion if user creds fail
* Remove default value from Port binding:vnic_type parameter
* Handle 404 on Zaqar Queue delete
* Retry Rackspace LB nodes operations if immutable
* OS::Neutron::Subnet host_routes should allow updates
* Create and update func tests for resource group
* Deprecate Rackspace::Cloud::Network
* Fix NetworkInUse when deleting RS Cloud::Network
* Fix tox for integration tests
* Abstract rpc 'create_stack' call mock method
* Added pseudo param OS::project_id
* Fixed a typo in sahara_templates
* Add Nova flavor constraint for SaharaNodeGroupTemplate
* Imported Translations from Transifex
* Fix SoftwareDeployments validation
* Refactor Zaqar plugin client access
* Fix doc generation for Rackspace::Cloud::Network
* Remove warnings when generating docs
* Re-enable doc generation for contrib plugins
* Fix doc generation for contrib resources
* Remove gettextutils import
* Fix json syntax in inline template
* Disable nested validation for ResourceGroup with zero count
* Separate StackWatch out into it's own module
* Remove duplicate test (it's already in our functional tests)
* Add some autoscaling crud unit tests
* Move instance_error_causes_group_error() to functional tests

2015.1.0b1
----------

* Imported Translations from Transifex
* Check stack adopt enable before adopting
* Use configured auth for standalone middleware
* Change hardcoded attr names in _resolve_attribute
* Add PropertyUnspecifiedError exception
* Updated from global requirements
* Move test_update_group_replace() to functional tests
* Move test_create_config_prop_validation to functional
* Move test_size_updates_work() to functional tests
* Check that template format plugins are registered
* Get correct server_id when udpate Volume Attachment
* Remove *.pyc files on every tox run
* Update testing-overview.txt
* Add "parameter_defaults" to the environment
* Always update nested stacks
* Integration test for remote stack
* Fix WaitCondition SupportStatus versions
* Fix suspend/resume error in RemoteStack
* Support cinder volume retype
* Add cinder volume type constraint for resources
* Enable ResourceUnknownStatus to report status_reason
* Add cinder volume constraint for Cinder Volume
* Take admin password for server rebuild
* Support tox test case single run
* Fixed typo in remote stack resource
* Allow VolumeAttachments to delete in parallel
* Unit test for resource attribute SHOW fix
* Adds multi-region support for stack resource
* Move basic instance group functional tests
* Rename the remaining instance group tests for clarity
* Updated from global requirements
* Sync oslo modules
* Remove run_tests.sh
* Prevent showing 'show' too early
* Stricter complexity checking in tox configuration
* Small re-factoring in template_resource
* Handle error with non existing template file
* Add proper unit tests for group Tags
* Add some unit tests for the instance group
* Use kwargs for ResourcePropertyConflict exception
* Added tests for pseudo params
* Deprecate HARestarter resource type
* Add dependency on Router External Gateway property
* Use only FIP dependencies from graph
* Add dependency hidden on router_interface
* Correct '_refresh_instance' method in OSDBInstance
* Check if encoded user credential may get truncated
* Do static template validation for nested stacks
* Deprecate Rackspace::Cloud::Server
* Convert unicode to six in heat/engine/resources
* Convert unicode to six.text_type in heat/api
* Convert unicode to six.text_type in heat/tests
* Make 'admin_pass' updatable for nova server
* Fix formatting in integration tests README
* Imported Translations from Transifex
* Updated from global requirements
* Remove i18n import from loguserdata.py
* Always use fakes_v1_1 for heat.tests.v1_1 fakes import
* Re-factoring os/neutron resolve methods
* Use template directly instead of stack.tmpl
* Workflow documentation is now in infra-manual
* Apply cinder snapshot custom constraint
* Reduce Stack complexity to below 20
* Expose resource attributes in the API
* Expose resource attributes in the engine
* Add stack_user_project_id to _create_stack RPC interface
* engine service add stack_user_project_id to create_stack interface
* Convert x.iteritems() to six.iteritems(x)
* Add serial console url attribute for nova server
* Show the creation time for stack snapshots
* Add cinder snapshot custom constraint
* Apply cinder volume custom constraint
* Extract group functions into a utility module
* Reduce V1.1 test fakes complexity to below 20
* Revert "Handle error with non existing template file"
* Remove heat.config.sample file
* Remove config check_uptodate test
* Use physical_resource_name to generate the resource ID
* Implement handle_check for Rackspace Cloud Servers
* Pass status reason when trove misbehaves
* Make all assertEqual() calls conform to convention
* Add support for pass through references
* Support better access to nested attributes
* Add cinder volume custom constraint
* Apply nova flavor constraint for resources
* Apply nova server constraints for resources
* Fix invalid syntax on heat-db-setup
* Use the right log marker functions
* ResourceGroup allow update of resource_def
* Catch v3 keystone unauthorized error when creating stack
* Always import heat.rpc.api as rpc_api
* Fix error msg invalid stack or res name
* Fix documentation on Fn::Base64 function
* Add OS::Cinder::VolumeType resource
* Reduce Server update complexity to below 20
* Populate _template_classes global on first use
* Consider invalid keywords a template validation error
* Add console_urls attribute to server resource
* Pickup the region name passed in from heatclient
* Record update_time for suspend/resume/snapshot actions
* Updated from global requirements
* Add default_client_name in Nova::FloatingIPAssoc
* Fill test database from models description
* Fix outputs validation place in Stack.validate
* Failed res no need UpdateReplace which has nested_stack
* Remove ignoring [H302] in tox.ini
* Fix [H302] errors in heat_integrationtests
* Fix [H302] errors in heat/tests
* Fix [H302] errors in heat/engine
* Update Barbican resources to match library changes
* Support availability zones in Node Group Templates
* Support secgroups in Sahara Node group templates
* Support volume type in Sahara Node Group Template
* Fix package name when using heat-db-setup in rhel7
* Remove Python 2.6 classifier
* Fix permission bits for source file
* Use correct IDs when collecting multipart config parts
* Handle error with non existing template file
* Fix [H302] errors in heat/db
* Imported Translations from Transifex
* Add support for running tests against standalone Heat
* Add logging fixture to integration tests
* Revert "Change RouterGateway resource's name"
* Moving translate same logic in different method
* Further split ASG code
* Detect container failure when checking create complete
* Fix [H302] errors in heat/common
* Change RouterGateway resource's name
* Create common stack_create functional test helper
* Move common functions into functional test base-class
* Add functional test for update of group of provider resources
* Add functional test for update of provider resource
* Add requirement to SecurityGroup "remote_group_id"
* Updated from global requirements
* Add Dimensions Default in AWS_CloudWatch_Alarm.yaml
* Correct error msg when resource or output are empty
* Handle remote thrown NotFound RPC exceptions
* Fix kwargs going into ResourceDefinition
* Support vnic_type in OS::Neutron::Port
* RandomString RefId return name with no resource_id
* SoftwareDeployments make servers property updateable
* Make ResourceGroup updates update nested stacks
* Correctly set CombinationAlarm repeat_actions
* StackResource consider files in implementation_signature
* Move implementation_signature to StackResource
* Imported Translations from Transifex
* Fix and assert calls to update_software_deployment
* Include group argument in calls to create_software_config
* Updated from global requirements
* Don't stop create immediately on error for stack resources
* Fix [H302] errors in heat/cloudinit
* Make Cloud Loadbalancer properties updatable
* Functional tests skip volume_create_backup_restore
* Remove duplication on stack resource operations
* Add ModelSMigrationSync classes
* RandomString don't skip superclass validation
* Import sqlalchemy module instead of classes
* Alter models and add migration
* Move ImageConstraintTest to test_glance_client.py
* RandomString physical_resource_id as id not the string
* Update sample conf for new oslo.db release
* ResourceGroup don't special-case zero count
* Fix [H302] errors in heat/api
* Remove KeypairConstraint and FlavorConstraint to nova.py
* Implement custom constraint for nova server
* Handle 404 and 409 response when deleting containers
* Fix incorrect ca argument for heat ceilometer client
* Fix [H302] errors in contrib
* Mark stack_domain_admin_password as a secret option
* Correct error message when query domain id
* Remove validation of nested stack for preview
* Use environment file in template-validate
* Clarify ResourceGroup properties support status
* Remove unused module excutils
* Remove unused module processutils
* Use RPC directly for software deployment operations
* Use RPC directly for software config operations
* Implement handle_check for Cinder and EC2 Volumes
* Implement handle_check for OS::Nova::KeyPair
* Implement handle_check for OS::Swift::Container
* Implement handle_check for OS::Trove::Instance
* Implement handle_check for OS::Nova::Server
* Implement handle_check for CloudWatch
* Make resource check messages more consistent
* Improve error response in cfn Outputs validation
* Add snapshot restore HTTP API
* Updated from global requirements
* Add validation constraints on config inputs
* Correct validation for timeout when rolling update
* Always using domain id to create domain project or user
* Remove die_if_not_set check for var user_roles
* ERROR_WAIT_TIME should be a config option
* unconfigured clients look in the [clients] section for defaults
* Implement update of AWS::EC2::SecurityGroup rules
* Using six.string_types for python3 compatible
* Add CERT file support in heat-keystone-setup-domain
* Updated from global requirements
* Imported Translations from Transifex
* Fix error raising in cfn with wrong output section
* Add user_creds_id to _create_stack RPC interface
* engine service add user_creds_id to create_stack interface
* StackResource add show_deleted option to nested() accessor method
* StackResource add force_reload to nested() accessor method
* Add nested_depth to internal _create_stack RPC interface
* engine service add nested_depth to create_stack
* Add nested_depth column to stack table
* Move creation of custom env to environment module
* Update docs to reflect HOT version support
* Fix legacy alarm matching_metadata broken by recent fix
* Check prop_diff contents after modifying it
* Adding missed whitespace between the words
* Imported Translations from Transifex
* Updated from global requirements
* Remove oslo sslutils
* Remove oslo middleware.base module
* Validate nova server's metadata
* Fix the get_attr docs in the hot_spec
* Change allow_values -> allowed_values in hot_guide
* Imported Translations from Transifex
* Convert value type in alarm matching_metadata
* Fix translating error in unittests
* Move to oslo.middlware request_id module
* Record the updated_time for nested_stack
* Use correct object when deleting
* sync oslo-incubator for request_id shim
* Repair tox -ecover
* Correct CA cert argument for glanceclient
* Imported Translations from Transifex
* Fix add_dependencies for floating_ip resource
* Don't import HeatTestCase directly
* Add some imports to hacking import_exceptions
* Make HARestarter do a proper lookup of the RefID
* Remove the deprecated heat/db/sync
* Implement stack restore
* Make sure that AutoScalingGroup depends on the launch config
* Tolerate null on Json db load
* Halt test_cinder_volume_create_backup_restore on error
* ResourceGroup add remove_policies property
* Don't shadow local variables "resource"
* Fix support status for OS::Heat::SoftwareComponent
* Imported Translations from Transifex
* Functional test UpdateStackTest
* Don't stop update immediately on error
* Inherit roles for create_trust_context()
* Add support_status to SoftwareDeployments
* Catch correct exception for Cinder api version detection
* Put a cap on our cyclomatic complexity
* Support Cinder scheduler hints
* Remove vim headers
* ResourceGroup update refactor
* Add unicode support for resource name
* Update api docstrings to match guidelines
* Ensure all Neutron LoadBalancer members are deleted
* Unit tests: remove dead code from Neutron Autoscaling test
* Log translation hint for Heat.contrib
* Remove unused oslo lockutils module
* Add tox genconfig target
* Validate tenant_id part of TempURL in clients
* Do not match subnets if no networks defined
* docs: update jeos_building instructions
* Log translation hint for Heat.engine (part1)
* Add query property to threshold alarms
* Log translation hint for Heat.engine (part3)
* Log translation hint for Heat.engine (part2)
* Make Rackspace Cloud DNS TTL constraints match API
* Adding tests for sahara client exeptions
* Add a handle_delete method to SwiftSignalHandle
* Add is_conflict() to client plugins
* Clarify snapshot deletion methods
* Refactor cinder volume v2 API changes
* sqlalchemy migration not to import model
* Remove deprecated function i18n.install('heat')
* stack delete fails when instance is soft deleted
* Updated from global requirements
* Pass correct 'security_groups' value for port operations
* Help message of configurations support i18n

2014.2
------

* Don't update a LoadBalancer under autoscaling control
* Make sure that the properties are stored on updates
* Don't update a LoadBalancer under autoscaling control
* Do not attempt a stack update when it is deleting
* Update references to auth_token middleware
* Handle error in templates with incorrect resources
* Bring the fakelogging closer to olsotest
* Make sure that the properties are stored on updates
* Add missing extra "greenthread" arg to remove_event()
* Update references to auth_token middleware
* Add missing \n at the end of file

2014.2.rc2
----------

* Add missing extra "greenthread" arg to remove_event()
* Do not attempt a stack update when it is deleting
* Fix network_gateway residue when resource deletion
* Add custom get_temp_url to RackspaceSwiftClient
* Update translations for Juno
* Don't send multiple update-cancel messages to an event
* Clean up signalling events after stack updates
* Template not required on stack-adopt
* Convert bool/int values into string for string properties
* Rewrite AutoScalingGroup adjustment tests as unit tests
* Convert the autoscaling policy tests into unit tests
* Move some AutoScalingGroup validation tests to a separate file
* Rework autoscaling group current_size attribute
* Imported Translations from Transifex
* Rework the way the matching metadata is created
* Add volume backup/restore integration test
* Configure flavor and image from env
* Refactor template simple_parse
* Use properties in ceilometer alarm not parsed_template('Properties')
* Unit test autoscaling._calculate_new_capacity
* Move TestInstanceGroup to test_instance_group.py
* Make sure that property defaults are converted correctly
* Move test_server_cfn_init from tempest to heat
* Preserve env when calling tox
* Revert "Hard delete backup stack after successful update."
* Support Cinder API version 2
* Updated from global requirements
* Implement check for Rackspace resources
* Refactor AWS::EC2::SecurityGroup resource
* Unittests: refactor AWS::EC2::SecurityGroup tests
* update docs to use correct stack list command
* Docs - update JEOS building instructions
* Don't send multiple update-cancel messages to an event
* Clean up signalling events after stack updates
* Enable breaking test for adopt operation
* Improve error for custom resource
* Add OSprofiler integration into Heat
* Provide support status info for OS::Glance::Image
* Provide support status info for some resources
* Fix DB2 column 'id' autoincrement issue
* Columns needs to be non-nullable for DB2
* Remove cinder-keystone-setup script
* Add current_size attribute for OS::Heat::AutoScalingGroup
* Fix cloud-init Python syntax for Python < 2.6

2014.2.rc1
----------

* Updated from global requirements
* Sync environment and composition docs from openstack-manuals
* Fix some sphinx warnings/errors
* Disable Abandon & Adopt features by default
* Template not required on stack-adopt
* Include parameters info in stack-abandon data
* Update usage of Barbican library
* Open Kilo development
* Switch to oslo.serialization
* Switch to oslo.utils
* Remove unused network_utils
* Access Template class through template module
* Don't use DB column names for sort keys
* Skip validation if depends on not created resource
* Add tests for list_stacks and count_stacks params
* Don't evaluate ceilometer watchrules
* Add two attributes for cinder volume
* Fix subnet residue when resource deletion
* Handle clients that don't accept auth_url=None
* Fix usage of client in Barbican resources
* Fix barbican plugin registration
* Fix heat.engine.clients.has_client
* Include credentials for heat calling self
* Add keystone v2 keypair methods
* FloatingIP updateable port_id, fixed_ip_address
* Do template validation during creation
* Fix couple tests in test_engine_service.py
* Improve error handling in api files
* Add an option to disable cloud watch lite
* Pass the correct matching_metadata to Ceilometer
* Don't pass empty action strings to ceilometer
* Make sure that AutoScaling group has it's tag set correctly
* Imported Translations from Transifex
* Default port policy to force replacement
* Convert parse error to text type
* Support classes for heat integration tests
* Add test to serialize and deserialize exceptions
* Use six to translate exception message in tests
* Commit transaction on object delete
* Associate floating IP with router interface
* doc: Improve use of the support_status attribute
* Use host information passed while starting service
* Updated from global requirements
* Hard delete backup stack after successful update
* Updated from global requirements
* Fixed adopt failure for stack with resource group
* Resolve AWS::EC2::Instance AZ output to a value if not specified
* Implement CFN CancelUpdateStack action
* Switch heat resources & db & tests to oslo.i18n
* Switch heat engine to oslo.i18n
* Pass list of parameters to engine service to reset
* Pass flag to engine service to patch parameters
* Updated from global requirements
* Fix outdated comment in KeystoneClientV3
* Correct KEY/VALUE names for NOVA_SCHEDULER_HINTS
* Add Heat REST API action for cancel update stack
* Add RPC API for cancel update stack
* Enhance SoftwareComponent property validation
* Enable SoftwareDeployment for SoftwareComponent
* Add OS::Heat::SoftwareComponent resource
* Manually update requirements to oslo.messaging
* Set the default state of a stack to CREATE_IN_PROGRESS
* Add heat-keystone-setup-domain to sphinx conf.py
* Make str(json_param) return string vs python
* Convert functions into a fixed part of the template
* Allow filtering of stacks by username, tenant and owner_id
* Don't delete stack domain project on stack-abandon
* Fix AWS::EC2::VPC resource delete failure
* Fix file mode, remove executable bit
* Log translation hint for Heat.api
* Fix so that CSV as str return value
* Cleanup trust on delete with stored context if needed
* Tests update FakeKeystoneClient to align user_id and trustor
* Implement AWS::EC2::EIPAssociation updatable
* Import the stack module directly
* Add user data and config drive properties
* Imported Translations from Transifex
* Use action_handler_task for delete_snapshot
* Clarify NotFound error when creating trust
* Only delete stack user project from correct domain
* fixes stack deletion failure, when vol in deleting
* Reuse disable_rollback on stack update

2014.2.b3
---------

* Log translation hint for Heat.common
* warn against sorting requirements
* Refactor nested stack create/update/preview
* Log translation hint for Heat.tests
* Save files while updating a template
* Fix a wrong argument name at Heat keystoneclient plugin
* Implement BlockDeviceMappings for LaunchConfiguration
* Refactor functions in eip.py
* Fix delete failed because association creation failed
* Modify the way to get 'network_id' of the port
* Add validate function for AWS::EC2::EIPAssociation
* Implement OS::Sahara::Cluster resource
* Replace marconi by zaqar in heat plugins
* Implement AWS::EC2::EIP updatable
* Switch heat api to oslo i18n
* Import oslo.i18n and port heat bins to use oslo.i18n
* correctly implement volumes_from property
* Added PublicDnsName verification in unit tests
* Add length constraint to Nova Keypair's name property
* Implement OS::Sahara::ClusterTemplate resource
* Implement OS::Sahara::NodeGroupTemplate resource
* Implement OS::Heat::StructuredDeployments
* Implement OS::Heat::SoftwareDeployments
* Provide access to outputs from OS::Heat::ResourceGroup
* ResourceGroup make do_prop_replace class method
* ResourceGroup build from list of resource names
* Implements stack lifecycle plugpoints
* Fix port residue when instance deletion
* Implement GroupSet updatable for AWS::EC2::NetworkInterface
* Match tenant_id when name ambiguity in get_secgroup_uuids()
* Get rid of old-style classes
* Fix marconi plugin registration
* Allow JSON parameters in environment files
* Improve docker resource deletion
* Reimplement Volume snapshot with backup
* Doc: don't generate empty properties fields
* Rename docker directory to heat_docker
* Detect neutron endpoint on-the-fly
* Allow resource groups of 0 resources
* Error class can accept message with format characters
* Add missing "." to help strings
* ResourceGroup subclass build resource definition
* Common stack_user_project_id across nested stacks
* Don't import Properties class directly
* Add test for ResourceDefinition equality
* Don't stop creates/updates immediately on error
* Allow concurrent tasks to complete after error
* Scheduler: Allow a grace period when cancelling tasks
* Allow an update after a failure
* Use ResourceDefinition as 'before' in resource updates
* Add a method to freeze a ResourceDefinition
* Always replace a failed resource on rollback
* Pass properties to Resource._needs_update()
* Refactor Resource's decision whether to update
* Store properties data in database
* Add subnets attribute to OS::Neutron::Port resource
* Add networks property to OS::Trove::Instance
* AWS SecurityGroup use is_using_neutron()
* Allow to decide between Nova-network and Neutron
* Deny updates to AWS::EC2::VolumeAttachment
* Unittests: Refactor Volume resources tests
* Check for error messages in volume tests
* Improve errors in Volume tasks
* Add more info to ResourceUnknownStatus
* Split scaling policy into separate files
* Cut down on warning logs
* Fix failed to delete the EIP resource
* boolean parameter type is not recognized in the API
* Allow for setting ViP ID
* Additional exception type check for ceilo-client
* Mark metadata_update RPC call deprecated
* Fix typo
* Return full error message for HTTP errors
* Move name resolving before get server
* Gate-supporting files for functional tests
* Edits on template_guide/functions.rst
* Add language attribute to code samples
* Change type validate method of template resource
* Push metadata changes to the TempURL
* Add Server software_config_transport POLL_TEMP_URL
* Allow method verb override in get_temp_url
* Include project ID in stack abandon data
* Fix usage of environment section constants
* Implement sahara client plugin
* Add "parent" key to list stacks output
* Add show_nested parameter to GET v1/stacks API
* Add show_nested to count_stacks RPC interface
* db API add show_nested to stack_count_all
* Add show_nested to list_stacks RPC interface
* Update stack.load_all adding show_nested
* db API add show_nested to stack_get_all
* SoftwareDeployments move signal reason into resource plugin
* Convert CFN waitcondition API to resource_signal
* Fix downgrades in migration scripts 016 and 035
* Fix wrong log level
* Providing reference on resource during preview
* Moving network_id_from_subnet_id to neutron client
* Using neutron utils function from neutron plugin
* Move neutron_utils functions to neutron client
* Use the template module to access the Template class
* Avoid name clash between local variable and a module
* Use auth_token from keystonemiddleware
* Use empty list in list_join for validation
* Use oslo.config>=1.4.0.0a3
* Imported Translations from Transifex
* Remove the unused doc path heat/doc
* handle_signal to handle translated error msgs
* Implement snapshot listing
* Provide access to outputs from OS::Heat::AutoScalingGroup
* Remove resource_id_set(None) calls
* Resolved server and instance status redundancy
* Run migration tests on PostgreSQL and MySQL
* Add some stubs speeding up test suite
* Add OS::Swift::Signal resource
* Add owner_id to new _create_stack RPC interface
* rpc client test remove rpcapi logic
* engine service add owner_id to create_stack
* Add utility functions for Swift TempURLs
* Fix client exception handling in VolumeExtendTask
* Silence urllib3 redundant logging
* Make Fn::Join give a better error message
* Privilege checking for heat-keystone-setup-domain
* Convert AWS Route Table and association to use clients
* Implement snapshots for servers and volumes
* Enable lazy translation on heat
* Return metadata from resource_signal RPC interface
* WaitConditionHandle resources, create events with reason data
* Native WaitConditionHandle move to common curl_cli
* Add "backup" column to stack table
* Move VolumeAttachment updates to Cinder resource
* Using default FnGetRefId behavior for LaunchConfig
* Adding validation algorithm for get attr functions
* Move CooldownMixin into separate file
* Implement barbican client plugin
* Move nova_utils functions to nova client plugin
* Implement marconi client plugin
* Port rackspace clients to client plugins
* Use setuptools to install contrib plugins
* Cinder, trove, ceilo use ignore_not_found etc
* Use Constraint stubs in common.py
* Add constraints to check whether image/keypair exists
* Remove function get_software_config
* Fix typos in comments and help strings
* Man page for heat-keystone-setup-domain
* test_parser.py remove some spurious Replay/Verify calls
* Use new template for resource update reparse
* Allow listing of resources from deleted stacks
* Refactor calling handle_* into a separate task
* Display stack owner when formatting stacks
* Implement check for Instance resource
* Add stack-check action to the API
* Check resources are in expected states
* Template get_version breaks with Template object
* Add backward compatibility for notification_driver
* Glance, swift use ClientPlugin.ignore_not_found
* Neutron use ClientPlugin.ignore_not_found etc
* Nova use ClientPlugin.ignore_not_found
* Don't validate parameters when loading a stack
* Fix dict format in wait_condition.py docstrings
* Fix DBError output in test logs
* Newline cleanups in db API
* Add APIs to create and manipulate snapshots
* Fix for minor typos in stack.py
* Appropriate exception for signal handling failure
* Implement BlockDeviceMappings for AWS::EC2::Instance
* Allow ResourceGroup to select an attribute path
* Deny updates to AWS::EC2::Volume resource
* Amend docs with `immutable` property attribute
* Check for property immutability in rsrc update
* Add `immutable` property attribute
* Add config file for performance gate job
* Fix monkey-patching occurence in a test
* Improve mocking in HeatTestCase
* Implement custom constraints for subnet/port/router
* Always convert string type params to string
* Fix dead link in cfn template doc
* Show correct error messages
* LaunchConfiguration replace on changed Metadata
* replace dict.iteritems() with six.iteritems(dict)
* Add controller and action debug message in wsgi.py
* Move size update to Cinder volume
* Add log output about HTTP calls in cinderclient
* Restore resource_id from backup_stack
* Refactor UpdateReplace exception
* Fix signal handling for WSGI servers
* Fix rollback failure when updating stack
* Client plugin exception handling methods
* Correct example syntax and whitespace
* Add RPC method to snapshot stacks
* Prevent excessive validation for maxPersonality limit
* Fixed wait skipped after 1st step of task
* Retry resource create until success
* Exceptions ResourceInError, ResourceUnknownStatus
* Allow Resources to select paths from attributes
* Use standard FnGetAtt method for Swift container
* Add "index_var" property to the resource group resource
* Parse RST in plug-in class docs
* Stop software_deployments from passing empty keys
* Fixed resource errors logged at default log level
* Replace str() with six.text_type() where exception is used
* Reusing PARAMETER_CONSTRAINTS value
* Set python hash seed to 0 in tox.ini
* Remove rst2script.sed and integration.sh
* Allow plugins to specify signal event reason
* Update test_signal to use stub_keystoneclient
* Add native WaitConditionHandle resource
* Remove deprecated tools/README instructions
* timeutils function retry_backoff_delay
* Add template version for the provider template
* Move the Stack class into stack.py
* Refactor handling of exceptions in Resource actions
* Remove duplicate opt import in sqlalchemy/api.py

2014.2.b2
---------

* test_heatclient fix mocking with latest keystone
* Add resource properties to stack-preview
* Corrected typo
* Pass user_creds_id into nested stacks
* Add query param to allow nested resource list
* Fix serialization of InvalidSchemaError
* Refactor AWS::EC2::Instance delete handling
* Refactor OS::Nova::Server delete handling
* Account for status when deleting servers
* Don't resolve attributes before create
* Move glance_utils functions to glance client plugin
* Move network constraint to neutron plugin
* Use config region_name_for_services for rackspace clients
* Store clients in context
* stack user add _user_token
* clients make heat_url public
* Use six.add_metaclass instead of __metaclass__
* Revert "Store clients in context"
* Remove tools/glance-jeos-add-from-github.sh
* Remove deprecated nova_create_flavors.sh script
* Store clients in context
* Fix updating from an empty stack
* Fix updating for OS::Neutron::Port resource
* Fix schema-to-template for empty schema
* Stop coercing provider res. attributes to strings
* Allow user to view outputs of failed stacks
* Expose recent docker features in the resource
* Implement keystone client plugin
* Implement heat client plugin
* Implement ceilometer client plugin
* Implement trove client plugin
* heat_keystoneclient add get_user_token
* Remove unused functions from policy enforcer
* Policy Enforcer, pass entire context dict
* Pass user_creds_id when creating backup stack
* Refactor service readiness notification
* Convert AWS::EC2::Subnet to use attributes Schema
* Refactor selecting values from an attribute
* Refactor ResourceGroup's FnGetAtt()
* Create a new revision of HOT for Juno
* Remove redundant method handle_get_attributes
* Add missing DeprecationWarning category to warning
* Implement events pagination, sorting and filtering
* Migrate to oslo.db
* Add an OS::Heat::WaitCondition resource
* Refactor waitcondition resources to allow easier subclassing
* Convert WaitConditionHandle to use handle_signal
* Make sure we can create an empty template
* Fix early resource property value validation
* Fixing a typo
* Removed redundant code in stack preview, create
* Fix H201 violations and re-enable gating
* Allow listing of resources and nested resources
* Fix OS::Trove::Instance restore_point property
* Don't overwrite deployments metadata in Server resource
* Fix several misspells
* Remove unused 'VERSIONS' definition
* Fix error count for stack-list while show deleted
* Change help text for StructuredConfig.CONFIG property
* Implement cinder client plugin
* Implement neutron client plugin
* Fix typo in HOT template guide
* Implement glance client plugin
* Implement swift client plugin
* Unit tests: Check for lost resource after failed rollback
* remove bogus comments re stack_delete_after in tests
* Fix test for stack delete on same active engine
* Adding own child_template for AutoScalingGroup
* Remove unused parameter name in validate_value
* Change Volume metadata attribute to raw dict
* Implement nova client plugin
* Use stevedore to load client plugins
* Revert "Convert WaitConditionHandle to use handle_signal"
* Revert "Update waitcondition API to use signal RPC interface"
* Revert "Refactor waitcondition resources to allow easier subclassing"
* Add datastore properties to OS::Trove::Instance
* Improve OS::Trove::Instance resource
* Imported Translations from Transifex
* HOT intrinisic function list_join like Fn::Join
* Order intrinsic function docs alphabetically
* Base class for client plugins
* Refactor waitcondition resources to allow easier subclassing
* Update waitcondition API to use signal RPC interface
* Convert WaitConditionHandle to use handle_signal
* Updated from global requirements
* Move calculating new capacity to a function
* Support using domain_name instead of domain_id
* Makefile option to build xml docs
* UnitTests: fix mock assertions usage
* Don't expose password in heat-keystone-setup-domain logs
* Use None instead of mutables in method params defaults
* Implement Flavor Extra-specs Key/Value Pairs
* Avoid truncating API Response
* Sleep before stopping threads for delete
* Catch NotFound for every stack delete db operation
* use register_cli_opts instead of register_opts
* Fix pass incorrect volume_size while building bdm
* Change template loading to use stevedore extensions
* Support loading constraints as stevedore extensions
* Make heat.engine.clients a package
* Deprecate direct access to clients methods
* Use auth_token_info to initialize heat_keystoneclient sessions
* Only do property validation in validate()
* Fix pagination of stack-list
* Pass the context when updating raw_templates
* Guaranteed password complexity using OS::Heat::RandomString
* Patch 044 migration to work w/ MySQL 5.6
* Document get_file get_param incompatibility
* Add a OS::Nova::ServerGroup resource
* Re-organise top-level template guide structure
* Port to oslo.messaging
* Make some properties updatable for Volume resource
* Don't rely on setdefault returning a value
* Prevent "No handlers could be found..." logging
* Sync oslo incubator
* Remove unused generate_request_id
* Fixed the reference to 'Creating Unit Tests' in HACKING.rst
* Fix the section name in CONTRIBUTING.rst
* Added links to missing integration information
* Fix race condition deleting in-progress stack
* Account for differences in Rackspace Cloud Glance
* Update to latest version of pyrax and add Swift support
* Hide deprecate warnings for metadata tests
* Revert "Load resources using Resource.load_all_from_stack()"
* Remove heat_keystoneclient roles filtering workaround
* Don't set context auth_token in heat_keystoneclient
* engine.clients always use keystoneclient auth_token
* tests add stub_keystoneclient to base test class
* test_autoscaling refactor suspend/resume stubbing
* Remove test_autoscaling _stub_validate
* Convert service.py to use_stored_context
* parser.Stack add use_stored_context option
* Hide warning for old style attribute schema test
* Add log output of x-openstack-request-id from nova
* Use a dict for clients memoization
* Stop overriding CONF.default_log_levels per binary
* Support x-openstack-request-id for Heat
* Sync oslo-incubator.middleware module
* Sync with oslo incubator
* Remove usages of threads in DummyThreadGroup
* Update: persist current template on change
* Update template incrementally as resources change
* Allow raw templates to be updated in the DB
* Update: Keep a copy of the old template for rollback
* Load resources using Resource.load_all_from_stack()
* Refactor resource initialisation from DB
* List stacks using Stack.load_all()
* Implement Stack loading from DB as a separate function
* Update: Make addition/removal of resources more explicit
* RPC API: Really don't include metadata in resource list
* Get resource description from ResourceDefinition
* Get metadata from ResourceDefinition
* Get the resource type from ResourceDefinition
* Get deletion policy from ResourceDefinition
* Use ResourceDefinition to generate UpdatePolicy
* Unit tests: use ResourceDefinition to test facades
* Use ResourceDefinition to generate Properties
* Unit tests: Name resources the same as in template
* Unit tests: always use ResourceDefinition for handle_update()
* Unit tests: Always use ResourceDefinition for updates
* Add name attribute to Nova server
* Fix String Parameter Receive a unicode
* Assume compute service_type for nova client
* Allow passing an existing user_creds_id to parser.Stack
* Instructions on image creation for SoftwareConfig
* Restore resource metadata attribute
* parser.Stack add stored_context
* Implement NovaFloatingIpAssociation res updatable
* Add parameter type validation before stack-create
* Revert "Use auth_token_info to initialize heat_keystoneclient sessions"
* Handle missing user_creds in stack.delete

2014.2.b1
---------

* Use ResourceDefinition when updating Load Balancer
* Add AllowedValues constraint to Rackspace::Cloud::LoadBalancer
* Respect schema data type in constraint validation
* Deprecate old schema definition in dbinstance
* Use auth_token_info to initialize heat_keystoneclient sessions
* Fix property-parameter mapping for boolean property
* Add OS::Glance::Image resource
* Patch 033 migration to work w/ MySQL 5.6
* Ensure routing key is specified in the address for a direct producer
* ec2token tolerate fully-qualified ec2authtoken auth_uri
* Fix physical_resource_name for Nova server
* Add auth_token_info to request context
* Added reference to the Nova Flavor documentation
* Add boolean type parameter process for template resource
* Implement resize of Cinder volumes
* Removed 'message' keyword when raising Error
* Use add_resource() to build autoscaling templates
* Allow a resource to be added to a template
* Support passing a Template object to StackResource
* Handle HOT when converting Outputs to Attributes
* Use ResourceDefinition in autoscaling
* Unit tests: Create resources with ResourceDefinition
* Avoid double-initialisation of Resources
* Don't log entire template
* Fix spelling in a doc string
* Heat and Openstack incomplete documentation
* Added field parameter identifying the custom validation
* Adding error message for output description
* Fix default template for AWS::CloudWatch::Alarm with Ceilometer
* Include parameter name in error message
* Support of regional endpoinds using Keystone v2
* Fix requirements_style_check on BSD platforms
* Set rollback status early in update if triggered
* Remove translation from loguserdata
* Move Engine initialization into service start()
* Get the dependency graph directly from functions
* Use ResourceDefinition for creating Resources
* Add a ResourceDefinition class
* Fix exceptions in update_stack
* Use entry points for config generation
* Define options for glance client
* Add OS:Barbican:Order resource
* Add OS:Barbican:Secret resource
* Implement caching of resource attributes
* Remove optional imports from clients.py
* Remove support for nova volumes
* Use stack lock context manager in abandon & delete
* Implement context manager for stack lock
* Check that personality is provided before iterating
* all non debug log messages should be translated
* doc: generate a valid xml tree
* Pass the parent's registry into child stacks
* Add Boolean parameter type
* Use Emacs-friendly file variable to set file encoding
* Remove unnecessary coding line
* remove default=None for config options
* Deprecating the old style attribute Schema
* Implement handle_update for FloatingIPAssociation resource
* Allow functions to calculate dependencies
* Unit tests: remove resolve_runtime_data() call
* Sync version of sphinx from requirements
* Replacing variable logger on LOG
* test_engine_service remove redundant DummyThreadGroups
* Use str_to_num for Number parameter
* Re-enable lazy translation
* Migrate to glanceclient to get image id
* All resources to use Schema update_allowed
* Remove mention of update_allowed_keys
* removed deprecated tools
* Fixes personality support in Rackspace ASG resource
* Only raise UpdateReplace when properties change
* Add missing VerifyAll calls to test_validate
* Remove all mostly untranslated PO files
* Fix docker volumes binds issue
* Order imports in alphabetical order (9/9)
* Sync oslo incubator
* Restore resource_id from backup_stack when delete
* Do no re-validate parameters for existing stacks
* Use oslo.config for heat-keystone-setup-domain
* Revert "Default engine workers to the number of CPUs"
* Refactor neutron resources lookup
* Add range constraint to AWS volume size
* Do not validate constraints in schema constructor
* Move API parameter parsing from OpenStack API to engine
* Fix broken link to API reference
* Using correct attribute of exception
* Handle NotFoundException when deleting alarm
* Only push metadata when required
* Remove update_allowed_keys definition and usage
* Default engine workers to the number of CPUs
* Allow setting the number of heat engine workers
* debug level logs should not be translated
* Make attributes definition similar on properties
* Fix failed to delete the NovaFloatingIPAssociation resource
* Fix stack_resource's handle_adopt
* Using new attribute schema for all resources
* Removing default version for templates
* Provides ability to reference existing neutron resources
* Add a test equivalent to default_log_levels
* TestRandomString was calling the wrong setUp
* Make Server metadata a passive store again
* Updated from global requirements
* Make a top level contrib doc header
* Add glanceclient to heat
* Give resource fakes a string ID
* Eager-load Stack.raw_template for Stack.load
* Fetch RawTemplate from Stack, not a query
* Fetch all db resources in one query
* resource_get_all_by_stack returns a dict
* Stop periodic watcher tasks before deleting stack
* Update olso modules
* Use keypairs.get instead of keypairs.list()
* resource-list fails on a failed resourcegroup stack
* Revert "Support ... x-forwarded-for header"
* Update common docstrings to match guidelines
* Ignore nova limits set to '-1'
* SoftwareDeployments tolerate string zero status code
* Don't use SSH in Rackspace::Cloud::Server
* Make Server CONFIG_DRIVE property a boolean
* Add ISO 8601 date constraint
* Include exception in custom constraints errors
* Add database model to store snapshots
* Refactor DB resource fetching from Resource to Stack
* Do not query database for every metadata_get
* Use resource methods for metadata get/set
* Do not initialise stack_user password
* Clean up openstack-common.conf
* Deprecate Stack.resolve_runtime_data()
* Pass unresolved template to Resource.update()
* Unit tests: tidy up resolve_runtime_data() calls
* Autoscaling: compare fully-resolved templates
* Add a Nova Flavor resource
* Use the new oslotest library
* API changes for param to show soft-deleted stacks
* Rolling updates for OS::Heat::AutoScalingGroup
* Engine changes for API param to show soft-deleted stacks
* Shut the heat-engine after all threads finished
* Don't dynamically create provider types in the global env
* Skip tests when loading plugins
* Refactor boolean conversion into a separate function
* tests remove stack_delete_after decorator
* Deprecate first_address attribute of Server
* Using attribute schema for building documentation
* Truncate status_reason to column length
* unit tests: Don't mess with template retrospectively
* unit tests: Check validation in VPC test
* Don't wrap HeatExceptions during validation
* unit tests: Test dependency resolution using validate()
* Raise InvalidTemplateReference for missing resources
* Synced jsonutils from oslo-incubator
* Fixes stack rollback failure with AWS::EC2::Instance
* Restores Nova API for volume attach and detach
* Allow empty sections in the yaml templates
* Support proxying Heat API by using x-forwarded-for header
* tests remove wr_delete_after decorator
* tests make dummy db setup/reset consistent
* Prefetch data in resource_get_by_name_and_stack
* Port all resources to new resource data methods
* An IO optimised method for accessing resource data
* Distribute create_heat_domain
* Fix all flake8 problems
* Order and separate imports properly
* Make events return by insertion order
* Fix many typos
* Update openstack-common in prep for graceful stop
* Remove unused logger
* Fix validate failed with an image_name in uuid format
* Don't manipulate template during abandon
* Don't manipulate LoadBalancer template in-place
* Change volume size property type to integer
* Document the availability of OS::stack_name and OS::stack_id
* Adding attribute schema class for attributes
* Imported Translations from Transifex
* Catch NotFound for keystone delete operations
* Optional data for resource_data_get_all
* Add a log info message in Stack state_set
* Make Docker property schema similar with others
* Don't pass enable_snat by default in Router
* Move API parameter parsing from engine to API
* Fix wrongly printed count of received handled conditions
* Avoid redundant polling of DB for metadata
* Support multiple heatclient versions for SD
* Make template validation uniform
* Push COMPLETE status change at the end of update
* Check that all po/pot files are valid
* Allow DesiredCapacity to be zero
* Implement locking in abandon stack
* Add hint on creating new user for Heat in DevStack
* Fix inaccurate error_msg for InvalidTemplateVersion
* Move some template validation to Template class
* Use cinder API for volume attach and detach
* Don't ignore event creation errors
* Do not use suppport message if it's None
* Enable lazy translation in unit tests
* Sync oslo incubator
* Replace str with six.text_type in tests
* Tidy up urlfetch.py exception handling
* Avoid referencing Message.__str__ in exceptions
* Replace str with six.text_type
* Sync latest oslo.db code
* Don't disguise CFN API exceptions
* Refactor to separate serializers from wsgi controller
* Add missing test coverage for XMLResponseSerializer
* Validate user_data_format for server with deployment
* More specific exceptions when validating params
* Add documentation for creating a resource plug-in
* Allow NotFound to be created without args
* Allow filtering of stacks by action
* Fix delete event error in postgres
* Remove testscenarios load_tests
* Remove unused variable for UpdateReplace exception
* Cherry pick oslo-incubator db fixes
* Fix missed whitespace in attribute description
* Sort requirement files in alphabetical order
* Expounded on global environments
* Update status section to indicate HOT is supported
* Update contrib docstrings to match guidelines
* Updated from global requirements
* Add link to a resource's nested stack
* Cherry pick oslo rpc HA fixes
* Order imports in alphabetical order (5/9)
* Add save_admin_pass property to CloudServer
* Add admin_pass as attribute to CloudServer
* Ensure outputs are resolved for adopted stacks
* Catch exception during resolving outputs
* Add handle_update to VolumeAttachment
* Refined schema for VPCZoneIdentifier
* Allow for stack users in _authorize_stack_user
* Fix timeout for stack actions
* Fix status reason in events for deployment signals
* Allow complex scheduler hints for AWS Instance
* Correct update to zero numbers of health monitors
* Remove use of py3kcompat
* Updated from global requirements
* Using default value during update
* Fix incorrect logic during updating in unittest
* Validation functions for resources and outputs
* Pass and use the environment in validate_template
* Initial validation of functions
* Disable check_uptodate.sh check in pep8
* Add a resource_facade intrinsic function to HOT
* Resolve data from Resource Facade
* Add a default DeletionPolicy for Fn::ResourceFacade
* Check top-level sections when parsing a template

2014.1.rc1
----------

* Open Juno development
* Credentials for native heat os-collect-config polling
* Properly delete OS::Nova::FloatingIPAssociation
* Run pep8 check in run_tests.sh as in tox
* version migration fails if version is an integer
* Remove unused code in test_validate.py
* Fix Jenkins translation jobs
* Fix incorrect error msg in validate_template()
* Don't log exception for None timeout_mins
* Always answer empty list if deployments not ready
* Imported Translations from Transifex
* Validate that resource type is a string
* OS::Nova::Server depend on subnets related to nets
* Migrate invalid template version values
* Fail if non-existent security group referenced
* Order imports in alphabetical order (8/9)
* Fix using attributes in unittest
* Update heat.conf.sample
* Ensure parameter timeout_mins available in update
* Raise and catch a specific error during validation
* Make sure NetworkInterfaces and SubnetId updatable
* Make OS::Nova::Server networks property updatable
* Don't catch all exceptions in image constraint
* Revert "Add validation to KeyPair resource"
* Don't create cloud-init user unless specified
* Add docker network_gateway attribute
* Change router's prop name agent_id to l3_agent_id
* Add subnets as a dependency for router
* heat is enabled by default in devstack now
* Properly encode heat.common.exception in rpc
* Error and NotFound inherit HeatException class
* Store stack domain credentials for deployments
* Document software config classes
* Display container ip not gateway IP
* Fix creating docker containers
* Fix stack-show failed with a name in uuid format
* Reimplement DHCPAgent as net's property
* Provide the necessary inputs to enable HEAT_SIGNAL
* Implement an identifier stack_path()
* Fix heading markup in hot_spec.rst
* Using resolving properties for update
* Stack identity reads tenant from stack not context
* Don't re-bind parameters during stack update
* Fix user provider template registration
* Add documentation to the firewall properties
* Catch NotFound exception on user delete_key
* Never specify project_name in keystone v3 auth
* Order imports in alphabetical order (7/9)
* Insertion port id in address attribute of server
* Propagate files in nested stacks
* Get rid of global variable in JSON->YAML conversion
* Remove auth_token condition in clients
* Fix typo in HOT spec
* Tolerate None outputs on deployment handle_signal
* Add name property to StructuredDeployment
* policy.json allow all users to do stacks:lookup
* Include environment resource in documentation
* Generate local TemplateResource class
* Use six.move.xrange to replace xrange
* Refactor CLB to work with groups
* Add events for automation statuses to Cloud Server
* Fix update of Pool's list of HealthMonitors
* remove attributes from OS::Heat::AutoScalingGroup
* Replacing NetworkGateway when devices updated
* Order imports in alphabetical order (4/9)
* Reimplement L3Agent as router's property
* Move load_user_creds out of StackWatch
* KeyError generated when using a provider template
* Devstack getting started, update IMAGE_URLS
* Default properties to the empty dict in ResourceGroup
* Add space to description of stack_domain_admin
* Fix HOT inconsistencies in resource sections
* Use stack ID to create domain project name
* Modify assert statement when comparing with None
* Refactor Template.parse()
* Removing unnecessary required=True options
* Allow update of disable_rollback
* Improve compatibility between Keystone V2 and V3
* Order imports in alphabetical order (6/9)
* Order imports in alphabetical order (1/9)
* Return template based class in list resource types
* Remove unused versions define in template_format.py
* Account for stack_user_project_id in stack_get_by_name
* Resource type implementations for structured software config
* Resource type implementation for software deployment
* Remove signal_id from deployments API and model
* Server property for software config transport
* OS::Nova::Server support for software config
* Fix InternalException raised on stack-show
* Delete user_creds on stack delete
* Add more unit tests for ThreadGroupManager
* Fix start_with_acquired_lock - pass kwargs to func
* Fix some help strings in common/wsgi.py
* migrate User/AccessKey resources to StackUser base class
* StackUser add _delete_keypair function
* Refactor stack watching into a separate class
* Remove decorators for exceptions
* Handle 503 response from Nova API
* Retry logic for SSH connection in Cloud Server resource
* Ensure that the NoCloud data source is loaded, part 2
* Provide attribute schema for waitcondition resource
* Fix AccessPolicy update with added resources
* Make template formats pluggable
* Add an InvalidTemplateVersion exception
* Move HOT template code to its own module
* Add user_creds_delete to the DB API
* fix DB API user_creds_get for non-existent ID
* Make user_creds_id a parser.Stack attribute
* Fix HOT set_stack_id
* heat_keystoneclient don't pass project and trust_id
* Fix resolving for Ref function
* Add state check when suspend or resume stack
* Revert "Showing member list for nested resources"
* Allows vip from a different subnet for lbaas resource
* Add test for StackUser._create_keypair
* StackUser add suspend/resume support
* heat_keystoneclient add delete_stack_domain_user_keypair
* heat_keystoneclient add legacy fallback path
* Fixup uuid stubbing in test_stack_user.py
* Move HOT parameters code to a separate module
* Load functions from plugins
* Use PluginManager to load resources
* Add tools/create_heat_domain helper script
* Allow handle_signal to assert which actions are valid
* Allow getting attributes on suspended resources
* Nova server to ref cloud-config resources in user_data
* Return None when get_attr cannot resolve a value
* Allow proper instance with volume suspension
* Add IP address to error message of failed stack
* Make the first line of every file consistent
* Native ScalingPolicy resource
* Remove vim header from files
* replace dict comprehension with dict constructor
* Implement OS::Neutron::ExtraRoute as /contrib
* Always report the action in state_reason as engine encodes it
* Convert empty filter dictionary to None
* Allow Server name property to be updated
* Docs: use the plugin manager to list resources
* Move the code that reads the global environment
* Add a plugin_manager module
* Calculate template version only once
* Give cfn a separate Template class
* Move HOT version checking to HOTemplate class
* Handle API limit exception in nova_utils.refresh_server
* Make server resources use nova_utils.refresh_server()
* migrate StackUser base class to stack domain users
* engine: allow stack_user_project users to retrieve stack
* Add config options to specify stack domain admin
* Modify stack_user_domain config option to take domain ID
* Nova keypair validation breaks client plugins
* Add Keystone V2 plugin
* Make Keystone client pluggable
* Add host_routes property to Neutron subnet resource
* Adds Parameter Label to template validate call
* Generate docs for contrib plugins
* Restructure contrib/ directories
* Set statuscode=404 in NotFoundException in tests
* Add a validation step to parameters schema
* Add admin_pass as a property
* Update Oslo wiki link in README
* Remove unused variable
* I18N support for log message and attributes schema
* Change software_config storage of config and io columns
* Ensure that the NoCloud data source is loaded
* Don't install cloud-init on Rackspace images
* Document schema properties for Neutron subnet resource
* Document schema properties for Neutron router resources
* Add project to unscoped stack list response
* Unscoped List Stacks
* Alter stack_count_all_by_tenant to stack_count_all
* Fix stack_get_all call on stack watcher
* Change Resource timestamps to save correct info
* Change Stack timestamps to save correct info
* SignalResponder move signed URL deleting to its own method
* REST deployment metadata method
* RPC method to fetch deployments metadata
* Fix typo and remove unused code in nova_utils.py
* Raise NotFound in software_config_get/software_deployment_get
* Docs: use pydoc to read docstrings
* Convert AccessKey resource to attributes_schema
* Remove redundant FnGetAtt from User resource
* Order imports in alphabetical order (3/9)
* Check that 'heat_template_version' is a HOT version
* Add validation of nested property schema
* Replace '+' with string interpolation operation
* Remove unused output section from test template
* I18N support for error message
* Tidy up rpc_client definitions
* Updated from global requirements
* Adding "device_owner" property for Port resource
* Replace hard code in software_deployment REST api
* Doc generation display message for deprecated resources
* Use property support_status in documentation generation
* Use support_status for existing deprecated properties
* Remove redundant default value None for dict.get
* add OS::Heat::AutoScalingGroup
* Fix test for cloud loadbalancer
* Add Docker resources to docs
* Change Docker resource mapping name
* Fix resource mapping for Docker
* Changed Openstack into OpenStack in contrib.rst
* Move X-Auth-Url logic to auth_url middleware
* Add flavor constraint
* Rackspace Cloud Networks resource
* Fix resource mapping for Rackspace
* Add support_status attribute to properties schema
* Refactor SupportStatus into its own module
* Add ability to create provider networks (vlan,flat)
* Move refresh_server() to nova_utils
* Add systemd notification support to heat
* Order imports in alphabetical order (2/9)
* Parse stack_adopt_data
* Environment template guide enhancement
* Implement glance image constraint
* Add neutron network constraint
* Remove Fn::FindInMap from HOT
* Move built-in functions to separate modules
* Disallow Heat-only functions in CloudFormation templates
* Provide access to the template version
* Move HOT to a separate subpackage
* Replace function resolution with lazy evaluation
* unit tests: Refactor to accomodate lazy evaluation
* unit tests: Fix types in Fn::ResourceFacade tests
* Fix test_association_eip unit test
* unit tests: Always resolve static functions
* Evaluate lazy functions in autoscaling launch config
* Server secgroups and network/port together invalid
* Replace stack_get_all_by_tenant with stack_get_all
* Revert "Merge "Re-enable lazy translation""
* Add Heat API reference to developer docs
* Implements resource type NetworkGateway
* run_tests.sh default doc omits pep8
* Add preview for LoadBalancer
* Add preview for TemplateResource
* Add preview for InstanceGroup
* Add preview for ResourceGroup
* Add preview for NestedStack
* Add StackResource specific preview behavior
* de-hardcode adjustment type strings in autoscaling
* Replace hardcoded schema strings in autoscaling.py
* REST API for software deployment
* Calculate dependencies based on unresolved template
* Re-resolve functions during stack update
* Refactor re-resolving of templates
* Add a base class for pluggable functions
* Prevent user introspection of Python objects
* Remove spurious tracebacks from tests, part 2
* Add API support for stack preview
* Add engine preview stack with Template and Params
* Refactor resource loading functions
* Revert config mocking to cfg.CONF.set_override
* Remove empty unit test directory
* Don't disable SELinux in cloud-init's boothook.sh
* Enable usage of custom constraint in parameters
* Use six.moves cStringIO instead of cStringIO
* Re-enable lazy translation
* Fix incompatibilities in tests with keystoneclient 0.6
* Native Nova Server compatibility for Cloud Server
* RandomString use the random string as the resource_id
* Display max_template_size when a template is too large
* Switch over to oslosphinx
* Fix usage of resource_data_get_all in stack-abandon
* Add validation to KeyPair resource
* Rename Openstack to OpenStack
* Improve help strings
* Add a nova keypair constraint
* Use integer when appropriate in autoscaling schema
* Fix errors in hot_spec doc
* Refactor SignalResponder to abstract user logic
* heat_keystoneclient add support to enable/disable domain users
* Remove spurious tracebacks from tests
* Don't try to stop a stack on a dead engine
* Restructure Marconi plugin directory structure
* Separate the Marconi client from the resource
* Add a requirements file for contrib/rackspace/
* Implement custom constraints
* Remove TODO comments in create_resource
* REST API for software config
* Verify that parsed environment file maps to a dict
* Fix misspellings in heat
* Add Rackspace resources summary to docs
* Delete rackspace database resource
* Provide region_name to trove-client
* heat_keystoneclient add create_stack_domain_user_keypair
* heat_keystoneclient add delete_stack_domain_user function
* heat_keystoneclient add create_stack_domain_user function
* heat_keystoneclient raise error if stack user role missing
* Add parser.Stack support for stack_domain_projects
* Change access to ceilometerclient
* Imported Translations from Transifex
* Add personality files property to Server resource
* HOT templates get_param allows extra attributes
* Make Server compatible with Nova Key Pair resource
* Retrieve user_id from HTTP Headers to populate Context
* Rename docker_plugin to docker
* Rename Marconi plugin package
* Don't raise MySQL 2013 'Lost connection' errors
* Adding option in config to specify region name
* Add unit tests for heat.scaling.template
* Fix default raw_template files value in migration
* Move resource_templates to heat.scaling
* Refactor _create_template to not rely on instances
* Do not log error on software config/deployment NotFound
* Handle API 500 response in OS::Nova::Server
* Handle API limit exception in OS::Trove::Instance
* Adds Parameter Label to HOT spec and parameter schema
* Implement HOT intrinsic function get_file
* Rename rackspace.rst to contrib.rst
* Reorganize docker-plugin for consistency
* Restructure Rackspace resources
* Delete fixed_ips if it's empty list
* Create heat database with default character set utf-8
* Allow an in-progress stack to be deleted
* Ensure stack lock is released after stack-delete
* Updates template_validate call to validate parameter_groups
* Fix indentation errors found by Pep8 1.4.6+
* heat_keystoneclient add support for stack domain projects
* New Event uuid column and autoincremental id
* tests remove test_heatclient unnecessary mock
* RPC service for software config/deployment
* A cloud-config resource based on SoftwareConfig
* A multipart cloud-init resource based on SoftwareConfig
* Resource type for software configuration
* Verify setenforce is executable
* Implement native signal API
* Updated from global requirements
* Update heat.conf.sample for python-keystoneclient 0.5.0
* test_signal add missing VerifyAll calls
* Translate constraint description in validation
* Raise the default max header to accommodate large tokens
* Store files in the raw_template table
* heat_keystoneclient: abstract admin_client to a property
* heat_keystoneclient: Move v3 path logic to constructor
* heat_keystoneclient ensure admin client respects SSL options
* Make context available during constraint validation
* Imported Translations from Transifex
* Map the NotFound exception to HTTPNotFound
* Only update_and_save if the stack exists
* serialize non-string nova metadata
* Prevent access Parameters key in template dict
* Native Pseudo Parameters
* Use a HeatIdentifier instance to create Parameters
* HOT templates get_attr allows extra attributes
* Fix event_type names for stack CRUD notifications
* Purge remaining heat_keystoneclient v2 code
* Fix user and signal responder exception import
* heat_keystoneclient convert delete_ec2_keypair to v3 API
* heat_keystoneclient convert get_ec2_keypair to v3 API
* API tolerate None environment string
* Fix AWS::StackId pseudo-parameter during stack update
* Ensure some properties update_allowed on port res
* Don't run pep8 tests with -P
* Enabled source code coverage for contrib directory
* Fix handle_create of NetDHCPAgent for updating
* raw_template hot parameter type data migration
* stub cfg.CONF in heat_keystoneclient
* Add autoscaling notifications
* Refactor Parameters Schema based on common Schema
* Move param format for template-validate to API
* fix some flaws in heat documents
* Add qpid-python to requirements
* Marconi message queue resource implementation
* Fixes template not using the JSON or YAML format
* Add heat.sqlite in git ignore list
* Updated from global requirements
* Global environment ignores files starting with dot
* Refactor software config db model to use LongText
* Added testr-args option support for tox coverage
* Fixed OS::Neutron::Pool creation
* Showing member list for nested resources
* Update oslo db
* Update olso gettextutils
* Update base oslo modules
* Fix order of arguments in assertEqual (patch 1/2)
* "version" section should be required in template
* Assign X-Auth-Url header in a separate middleware
* Store credential ID for AccessKey and SignalResponder
* heat_keystoneclient migrate create_ec2_keypair to v3 API
* Don't delete trust on backup stack delete
* Make LB-updating in rolling update more reliable
* Don't pass empty security groups in port creation
* add the validation of MaxSize ,MinSize and DesiredCapacity

2014.1.b2
---------

* Implement adopt-stack for nested stacks
* Implement adopt-stack
* Always specify preserve_ephemeral on server rebuild
* Document Heat terms in glossary.rst
* Fix error in RS Auto Scale properties schema
* Fix adding heat_stack_user role via v3 API
* Refactor heat gate testing contrib support
* Ignore tox -e cover generated files
* Database model for software config/deployment
* Add a new ThreadGroupManager class
* Make endpoint_type configurable
* Fix OS::Neutron::Pool validation
* Fix order of arguments in assertEqual (patch 2/2)
* Remove dependencies on pep8, pyflakes and flake8
* Fix syntax error in docs
* Allow choice in how SignalResponder user id is stored
* Fix incorrect resource types in docs/comment/code
* new method 'HeatTestCase.patchobject'
* heat_keystoneclient migrate auth_token/service_catalog to v3 API
* Convert heat_keystoneclient user enable/disable logic to v3 API
* Convert heat_keystoneclient user-delete logic to v3 API
* Convert heat_keystoneclient user-create logic to v3 API
* Turn block_device_mapping.volume_size to int
* Refactor MySQL long text support
* Add a new "UpdateWaitConditionHandle" resource
* Enable better sub-classing of common Schema class
* Adding Range constraint for SIZE property
* Fix ceilometer alarm properties schema
* Remove heat-cli-guide
* Use oslo crypto
* Use region for cinder management uri
* New middleware to handle SSL termination proxies
* Add _() to rackspace resource strings
* Added heat url in config for heat standalone mode
* Let Integer property convert strings to numbers
* Add stack id and resource id in logs
* Update heat.conf.sample
* Fix comparison with singletons
* Fix asserttion of types
* Fix showing events on swift
* update pom.xml files with clouddocs-maven-plugin version 1.12.2
* Don't query for resource during stack creation
* Using _handle_not_found_exception in resources
* Implement neutron metering resources
* Remove superfluous tag schema from Volume
* Include a format version in generated templates
* Generate provider templates with Boolean params correctly
* Correct use of Fn::Split in generated provider templates
* Convert Server to new Schema format
* Use the new Schema class for template generation
* Close SSH connections in Cloud Servers resource
* Add filter and pagination to stack_get_all
* Fix heat-keystone-setup error when try to create heat user
* Implements Nova FloatingIP resources
* Add way to group exceptions in DependencyTaskGroup
* Fix unused variables 2/2: enable unused var check
* Fix unused variables 1/2: add more asserts
* heat_keystoneclient revise get_ec2_keypair
* Store AccessKey secret_key in resource data
* Update Loadbalancer default template to F20 image
* Tolerate deleted trust on stack delete
* Fixes duplicate calling add_constructor()
* Service authorize stack user from provided stack
* Add contrib to py26 and py27 gates
* Fix more regressions in contrib
* Avoid error on double-delete of nested stack
* Enable parallel while deleting neutron resources
* Add ability to configure Heat and Trove client options
* Remove override of "patch" function
* remove obsolete comment from rackspace clients.py
* Fix schema format in template generation unit tests
* Validate number of instance metadata entries
* Introduce a way to trace a resource's implementation
* Add policy enforcement to ReST API
* Replace try...except...pass block with assertRaises
* Add documentation for multi-engine
* Make LoadBalancer nested stack template configurable
* Improve tools/uninstall-heat
* Refactor Instance#_check_active
* Add migration method to test sqldump files
* Test db migration 31
* I18N support for InvalidContentType exception
* Fixes typo of explanation on exception.py
* Fix get_column_num problem in heat-keystone-setup
* Use oslo db.migration script
* update rackspace clients.py
* log warning, when $SERVICE_HOST is localhost
* Remove usage of mox class
* Sort the output of config/generator.py by group name
* "mountpoint" should not be required parameter
* Deleted TEMPDIR on exit
* Update log message for scale out/in
* Remove redundant word from OS::Nova::Server
* Enhance message for watch rule
* Fix regression in Rackspace Cloud Servers tests
* Add test for AutoScalingGroup resize and metadata
* Imported Translations from Transifex
* Rename scaleout_apis.rst -> scale_deployment.rst
* Use WithScenarios base class instead of load_tests
* Filter resource types by support status
* Do not use python built-ins as variable names
* Add test coverage for SignalResponder delete
* Fix SignalResponder signature response when deleted
* Fix a typo in the README for docs
* Empty files shouldn't contain copyright nor license
* Imported Translations from Transifex
* Don't provide default values to properties.get()
* Added session_persistence property to VIP
* Updated from global requirements
* Add new Ceilometer combination alarm resource
* Imported Translations from Transifex
* Change loglevel for certain failures
* Let users specify metadatas on swift accounts
* Do not override cloud-init cloud_config_modules
* Fix misused assertTrue in unit tests
* Add migration test framework
* Remove unnecessary setUp call
* add assertion to heat-keystone-setup script
* Simplify update_with_template() method
* Fix copy/paste errors in API docstrings
* Convert Neutron resources to new Schema format
* wsgi.Resource exception handling to not log errors
* SignalResponder store access/secret in resource data
* SignalResponder, set resource_id in the correct place
* Add sanity check to ensure user_id can be trusted
* Correct create_trust_context docstring
* Fix comparison with singletons
* Add an external gateway property to neutron router
* rackspace: Convert resources to new Schema format
* Prevent tempest from failing upon ActionInProgress
* Add nested resource references to resource group
* Add support for rebuild --preserve-ephemeral
* Don't pass swift headers as None
* Convert AWS network resources to new Schema format
* Use property name constants in CinderVolume
* Convert [Cinder]VolumeAttachment to new Schema format
* Add a schema for the AWS::EC2::Instance Volumes property
* Convert Instance to new Schema format
* rackspace: Convert CloudLoadBalancer to new Schema format
* rackspace: Convert Scaling resources to new Schema format
* EventService exception handling to not log errors
* WaitCondition Count property is now updatable
* Use property name constants in Ceilometer alarm
* Remove useless validate methods
* Add support for multiple encryption methods
* Imported Translations from Transifex
* oslo: add the crypto module
* Improve autoscaling error message
* Convert numeric values in instance metadata to strings
* Add oslo mock fixture
* Fix misused assertTrue in unit tests
* Fix stack_get_by_name does not list nested stack issue
* pep8 fix: assertEquals -> assertEqual
* Change assertTrue(A in B) to assertIn(A, B)
* Adds parameter_groups to HOT specification
* Convert OSDBInstance to new Schema format
* Convert resources to new Schema format
* Convert Swift resources to new Schema format
* Convert User resources to new Schema format
* Convert Autoscaling resources to new Schema format
* Convert Ceilometer Alarms to new Schema format
* tests: Don't access properties_schema directly
* Convert [Cinder]Volume to new Schema format
* Enables db2 server disconnects to be handled pessimistically
* Add OS::Neutron::RouterL3Agent for router.py
* Deny API requests where context doesn't match path
* Add validation for an existence of a resource type
* Fix missing policy enforcement in CFN API
* Add support for network name for os::nova::Server
* Make the mountpoint property description clearer
* Don't replace (and log) the same resource entry
* Remove unused variable badkeys
* Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2
* oslo: update the remainder of the modules
* oslo: add the test module needed by test_migrations
* Utilize stack-lock for multi-engine support
* Implement engine listener service for multi-engine support
* Implement stack-locking for multi-engine support
* heat-manage man page not generated in doc build
* Allow docker plugin to run w/o deps
* Sync oslo threadgroup.py to fix wait & stop methods
* Database changes for multi-engine support
* Document Port properties
* Imported Translations from Transifex
* Add OS::Neutron::NetDHCPAgent for neutron/net.py
* Remove unused dumps validation in JsonParam value
* Remove oslo uuidutils.generate_uuid from heat code
* Sync oslo rpc
* Update tox.ini to use new features
* Replace try...except block with assertRaises
* Add load balancer PoolMember resource
* Allow intrinsic functions to be called in any order
* Instance call build_userdata directly
* Make build_userdata user_data_format aware
* Account for truncated resource names in test PhysName
* Fix regression in cloud server tests
* Clean up useless ex variable
* Imported Translations from Transifex
* Set the rpc control_exchange "again"
* oslo: update the rpc module
* oslo: update config generator
* Use the new oslo py3kcompat.urlutils
* oslo: add py3compat
* oslo: delete rpc/securemessage.py
* contrib: Add Docker Container plugin
* Properly reconnect subscribing clients when QPID broker restarts
* Call cfn-create-aws-symlinks in boothook.sh
* Add REST endpoint for abandon-stack
* heat engine changes for abandon-stack
* Change ID column of Event table to UUID
* Fix error in Trove Instance schema definition
* Fix stack-show on a TemplateResource with outputs
* Handle TemplateResouces with the wrong template extension
* Pass the files correctly though the update mechanism
* Add SupportStatus class for resources

2014.1.b1
---------

* tests: use server.test not example.com
* Add collection count to stack list
* Property methods for resource metadata
* Openstack Trove (DBaaS) resource
* Fix bad resource schema for Volume
* Add attributes schema to OS::Neutron::FloatingIP
* Restrict sort_keys for stack lists
* Return map parsed value at JsonParam.value
* Make db API respect context show_deleted
* Bump to sqlalchemy-migrate 0.8.2
* Add heatclient to available clients
* Provide access to Trove client
* run_test.sh -V --unit doesn't run using virtualenv
* Factor Schema out of properties.py for re-use
* Sync DB2 error code handling from oslo
* Add a .coveragerc to exclude tests and oslo
* Remove unused fake test code
* Remove duplicate test scenario
* Remove property decorator in TemplateResource
* Migrate away from rackspace_resource
* Fix show_deleted errors in RequestContext
* Remove owner_is_tenant from RequestContext
* Remove misleading docstrings in ContextMiddleware
* Derive context is_admin from policy
* Fn::Replace support for type Number
* VersionNegotiation - 404 if no version is provided
* Make engine service docstrings conform to Sphinx
* Imported Translations from Transifex
* Add check_is_admin to common.policy.Enforcer
* Ensure that members is a list
* Catch error deleting trust on stack delete
* Fix not correct AWS::StackId value
* Avoid eventlet-unsafe exception handling
* Let resources decide when to update
* Remove external AWS links and add doc if needed
* Add API endpoint to query build information
* Implement PrivateIpAddress attribute
* Sync openstack.common.local from oslo
* Use all available headroom for autoscaling
* Use ScaledResource as type for InstanceGroup members
* test_common_policy cleanups
* Clean up "target" interface to policy
* Remove param explode_nested from doc
* Add coverage for trusts parser.Stack delete path
* Add test for OS::Heat::HARestarter
* Improve coverage of storing credentials in parser.Stack
* Fix BaseException.message DeprecationWarning
* Adds ability to configure various clients used by the Heat
* Define deletion policy constants
* Add filter support to stack API
* FaultWrapper error mapping supports parent classes
* Add exact filter support to SQL API list stacks
* Add a missing mock to rackspace cloud server test
* Added support for Allow-Address-Pairs feature
* Fix i18N compliance with non-existant keypair
* Fix the middleware MIME type
* Fixes bullet list without blank line issue
* Doc usage enhancement
* Make heat depend on python-heatclient
* Remove Component class
* Fix some docs errors/warnings
* Add a guide to setup standalone mode
* Fixes Error when contain Non-ascii in template
* Add _() to fix i18N compliance (part 2)
* Make instance Tags updatable
* Allow nova metadata to be updated
* Get pool members from DB API
* Add _() to fix i18N compliance (part 1)
* Implement a Heat-native resource group
* Add links section to the stacks index response
* Add support for limiting and sorting stacks
* Don't use the last server fake, but the one we want
* Ensure autoscaling actions occur for percentage adjustment
* Update install.sh to reflect recent oslo.db format
* Remove unused db/sqlalchemy/manage.py
* Revert "Implement stack-locking for multi-engine support"
* Implement Tags for S3 bucket
* Add property doc strings for S3 bucket
* Fix some direct imports from sqlalchemy
* Move resource doc generation to doc/source/ext
* Fix server update attribute test
* Shorten physical resource name to custom limit
* Managed Cloud compatibility for Cloud Servers
* Refresh Cloud Server data for RackConnect check
* Use get_secgroup_uuids in Instance
* Rewrite get_secgroup_uuids to avoid resource_by_refid
* Implement stack-locking for multi-engine support
* Imported Translations from Transifex
* Rename exception NoUniqueImageFound
* Implement update for neutron port resources
* Implement update for neutron router resources
* Using a number in str_replace causes an exception
* Refactor tests to use mock
* Fix "members" property check
* Imported Translations from Transifex
* Add property documentation for the waitcondition
* Set the waitcondition maxvalue to 12 hours as AWS specifies
* Implement update for neutron subnet resources
* Implement OS::Neutron::SecurityGroup
* Implement update for neutron network resources
* Imported Translations from Transifex
* Create a guide for scaling out Heat API's
* RackConnect compatibility for Cloud Servers
* Check that the epel repo exists before adding it
* Add a man page for heat-manage
* Imported Translations from Transifex
* Send usage notifications on major stack events
* Rename admin flag on SqlAlchemy#stack_get
* Make check_uptodate compatible with BSD shells
* Add Rackspace Cloud DNS Resource
* Resources for Rackspace Auto Scale
* Implement volume tags as metadata
* Imported Translations from Transifex
* Ensure apt-get installs do not prompt user input
* Add a link method to Thread
* Make Fn::Select accept an integer selector again
* Stop irratating pep8 error in test_clouddatabase.py
* Assert that all function exceptions have the function name
* Only log to console in heat-db-setup
* Move all possible function tests into scenarios
* Change heat-api.org to openstack.org
* Add doc support for update_allowed
* Instance delete should check for 'DELETED' status
* Imported Translations from Transifex
* use exception str() not .message
* change neutron to use UpdateAllowed property schema
* change alarms to use UpdateAllowed property schema
* change contrib/ to use UpdateAllowed property schema
* change base resources to use UpdateAllowed property schema
* Support defining update_allowed in the property_schema
* Fix nested stack test setUp ordering
* Delete deprecated docs/ directory
* Tolerate lookup failures in Fn::Select
* use msg_fmt not message in Exceptions
* Stub out unmocked keystone in test_engine_service
* Stub out unmocked keystone auth in signal tests
* Reverse assert arguments so the errors make sense
* Updated from global requirements
* Prove that a user can't remove global resources
* Use resource_id_set to clear resource ID's
* Fix sqlalchemy migrations
* Fix sqlalchemy models
* change assertEquals to assertEqual
* Imported Translations from Transifex
* Allow user_data to be passed without modification
* Add rebuild to OS::Nova::Server
* Refactor Nova server resizing to be self contained
* Repeat Ceilometer alarm actions by default
* Allow plugins to be specified as a cloud_backend
* Updated from global requirements
* Imported Translations from Transifex
* Document route table properties
* RS LoadBalancer should return its ID as Ref
* Document subnet properties
* Document vpc properties
* End doc sentences in a consistent way
* Document security group properties
* Document network interface properties
* Add support to disable resources
* Move db_sync into the sqlalchemy DB api
* Correct misleading template guide Ref example
* Add granularity option to purge_deleted
* Imported Translations from Transifex
* Updated from global requirements
* Add a test for TimeoutInMinutes accepting a str int
* Catch all yaml exceptions
* Make the template and env yaml parsing more consistent
* Updated from global requirements
* Fix incorrect indentations found by Pep 1.4.6+
* Prevent urlfetch from returning encoded chars
* Use "python -m coverage" instead of coverage cli
* Stop using openstack.common.exception
* Update openstack.common.db
* Imported Translations from Transifex
* Convert str passed as Numbers/Integer to numbers
* Wrap engine exceptions in _()
* Wrap common exceptions in _()
* Wrap api exceptions in _()
* Allow RS LoadBalancer resource to have no nodes
* Updated from global requirements
* Add requests library to requirements.txt
* Provide more tests for DB APIs
* Make Autoscaling update policy tests faster
* Remove spurious traceback in test
* Remove a buggy method in sqlalchemy.api
* Imported Translations from Transifex
* Updates OpenStack Style Commandments link
* Imported Translations from Transifex
* Don't allow updates when another action is in-progress
* Do not attempt a stack update when it is suspended
* Implement native Nova keypair resource
* Allow flavor and image names in CS resource
* Ignore H803 from Hacking
* Enable exception format checking when testing
* Validate template parameter attributes
* Fix regression in DBaaS tests
* Revert "Don't install EPEL rpm on CentOS 6.4"
* Imported Translations from Transifex
* Allow DependsOn to accept a list
* Add property port_id to RouterInterface
* Add log_handler to implement the publish_errors config option
* Add keystone_authtoken section into the heat.conf.sample
* Pass errors from *_format.parse() to the caller
* Imported Translations from Transifex
* Raise error if instances are created with names > 63 chars
* Fix heat deletion failed if floating ip is not found
* Imported Translations from Transifex
* Allow overriding the instance_user per server
* Return Integer or Float casted value in NumberParam
* Move check_uptodate.sh into config/ and delete tools/conf
* Start using tools/config instead of tools/conf
* update the config generator from oslo
* Updated from global requirements
* Fix some docs warnings and errors
* Remove obsolete redhat-eventlet.patch
* Add cinder prop image, deprecate imageRef
* DB API : tolerate None values to _encrypt
* Fix RequestContext.to_dict user/username inconsistency
* A resource to generate random strings
* Fix possible race issue with test_engine_service
* Begin 3 chapters for Orch API Ref Manual
* Migrate to Oslo DB 96d1f887dda Part 3
* Update openstack.common.policy from oslo
* Make templateResource not replace on update
* Fix the signal details string
* Rolling update support for Instance/AutoScalingGroup
* Fail stack-create if script exits with non-zero status
* Add help for purge_deleted command age argument
* Catch the appropriate exception for missing instance
* Don't install EPEL rpm on CentOS 6.4
* Increase support for the AllocationId property
* Save parse errors in TemplateResource for later
* Create a better exception in Fn::Replace
* Update some cases of iterating stack resources
* Don't try validate TemplateResource properties in template_validate
* Cleanup nested loop variables in TemplateResource
* Fix clashing loop variables in TemplateResource
* Move the registration of the global env to after plugin resources
* Make the testing of resource loading easier
* allow "members" property to be absent
* It is necessary to update pool_id for Neutron LB
* Update resource stacks automatically
* Implement parser.Stack.__delitem__()
* Don't iterate over Stack.resources dictionary
* Get InstanceGroup InstanceList from get_instances()
* Refactor total_resources
* Make parser.Stack a proper Mapping
* Unit tests: don't use status strings from class
* Don't obtain resources through stack.resources
* Add contrib to tox pep8 check
* Handle NetworkNotFoundClient and PortNotFoundClient
* resource_data saved unencrypted
* Change pyrax identity_type of Rackspace resources
* Enabled request_id in RequestContext
* Make sure that nested stacks have their watch rules checked
* Start the watcher task if a nested stack has watches
* Add a new db api stack_get_all_by_owner_id

2013.2.rc1
----------

* Add some docs on how to setup Ceilometer to use Alarms
* resource_id check on router gateway, interface delete
* Handle BadRequest in VolumeDetachTask
* HOT str_replace default to empty string for param
* Open Icehouse development
* Fix F17 CFN link in Getting Started
* Imported Translations from Transifex
* Add the "show" attribute to the neurton attribute_schema
* Add _() around the attributes_schema in net.py
* heat_keystoneclient: Fix consuming trusts via v2 API
* Disable lazy translation
* Updated from global requirements
* Validate template size during download
* Log exception traces in APIs
* Purge ubuntu getting started guide of old info
* Purge Fedora getting started of old info
* Remove tools/openstack*
* Fix inconsitencies in HOT template guide and spec
* Lazily load resources when loading a Stack
* Do not assume fixed_ips is a specified property
* api : default signal body to None
* Store tenant with trust details in user_creds
* Conform stack resource error so it gives a 4xx
* Imported Translations from Transifex
* Return parsed list value in CommaDelimitedList
* Make availability zone for CinderVolume optional
* Document neutron Net properties
* Provide config option to cap events per stack
* Handle HOT param constraints in provider templates
* Do not translate HOT param constraints
* Add attributes_schema to CinderVolume
* Make HOT parser errors translatable
* Document floatingip properties
* Rename counter_name to meter_name in alarm
* Add config option to limit max stacks per tenant
* Document EIP resource properties:
* Skip None values in fixed_ips when creating Port
* Remove Neutron VPN resources id attributes
* Remove Subnet id attribute
* Remove Router resource id attribute
* Remove Port resource id attribute
* Remove Neutron firewall resources id attributes
* Remove Neutron load balancer resources id attributes
* Remove Net resource id attribute
* Remove CinderVolume id attribute
* api ec2token: allow auth_uri conf to be set via keystone_authtoken
* api ec2token: Clear failure when no auth_uri specified
* Imported Translations from Transifex
* Add method to count events by stack
* Comparing device name values instead of their reference
* For Subnet gateway_ip, pass None for empty string
* Sync gettextutils from oslo
* Require oslo.config 1.2.0 final
* Move Rackspace resources into contrib
* Improve test coverage of stack deletion
* Stop nested stack updates exceeding resource limit
* Use name property in OS::Nova::Server if set
* Format error on urlfetch.get fail
* StackResource set requires_deferred_auth=True
* Replace first_public_address/first_private_address
* HOT str_replace to use string.replace, not string.Template
* Document internet gateway properties:
* Consider downloading a valid status for CinderVolume
* Add the shared property to neutron Net
* Add tenant_id property to neutron Net and Subnet
* Allow resource_by_refid returning resumed resources
* Allow access to attributes of resumed resources
* Stop stack updates from exceeding resource limit
* Tolerate bad environment until validation
* Limit resources per stack in nested stacks
* Provide config option to limit resources per stack
* Replace OpenStack LLC with OpenStack Foundation
* Document neutron health monitor and pool properties
* Use unicode() when serializing REST API errors
* Document swift properties and attributes
* assert_ is deprecated, use assertEqual
* Document aws loadbalancer properties
* Nested stack derive requires_deferred_auth from resources
* Mark reservation_id, config_drive as implemented
* Sync gettextutils from oslo
* make get_flavor_id to work if input is flavor id
* Add 'repeat_actions' property for OS::Ceilometer::Alarm
* Document nested stack properties
* Document user properties
* Use built-in print() instead of print statement
* Document instance resource properties
* Document autoscaling resource properties
* Remove broken tripleo links from on_devstack doc
* Encode values as utf-8 before encrypting
* Document neutron vpn service properties
* Fix misused assertTrue in unit tests
* Document aws cloud watch alarm properties
* Document ceilometer alarm properties
* assertEquals is deprecated, use assertEqual
* Docs for building heat-cfntools images with diskimage-builder
* Consistent logging in the API to better log exceptions
* Use the generic RequestLimitExceeded exception when possible
* Validate OS::Nova::Server block_device_mapping property
* Use strings for block device mapping info
* Add methods to help calculate a stack's resources
* Add error handling to property value resolution
* Migrate remaining TEXT columns to LONGTEXT
* Document volume properties
* Add security_groups for create_port()
* Impose a size limit on JSON request body
* Add HOT functions to dependency checks
* Use physical_resource_name as Ref for Instance/AS Group
* Make some heat resolve functions workable in hot
* Enclose command args in with_venv.sh
* Pass debug mode to eventlet.wsgi.server
* Only send traceback to users when in debug mode
* Change the dbinstance to F19
* Move dbinstance into a TemplateResource
* Make global TemplateResources usable in the tests
* Make the new template validation usable from tests
* Add DB API to get the count of stacks per tenant
* Set a small max_template_size for test_long_yaml
* Only validate credentials on create based on resources
* Run cfg.CONF.reset() on test cleanup
* Fix H233 in sphinx config
* Fix TemplateResource list property conversion

2013.2.b3
---------

* parallelize StackResource delete
* Adding IPsec site connection to Heat resources
* Adding IPsec policy to Heat resources
* Adding IKE policy to Heat resources
* Adding VPN Service to Heat resources
* update neutronclient to 2.3.0 minimum version
* parallelize instance delete
* parallelize volume deletion
* Implement parallel delete
* Fix AttributeError exception in autoscaling
* Update nested stacks in parallel
* Fix problem with mocking tasks
* Create a Stack.update_task() method
* Change _testnoexisthost_ references in tests
* Migrate stored credentials to keystone trusts
* Remove py33 from tox.ini until eventlet is ported
* Make error message for InvalidTemplateReference sane
* Add unit tests for Resource dependency inference
* Remove some heat-cfnclients only exceptions
* Add trust_id and trustor_user_id Context and DB
* Allowing to pass network name to router gateway
* Don't use a query for watch_rule_get()
* Don't use a query for stack_get()
* Delete the old example config files
* Remove references to the multiple config files
* Support ISO8601 duration format for UpdatePolicy PauseTime
* Sync rpc from oslo-incubator
* Make security groups associated with Neutron port work
* Parallelise Server updates
* Rackspace: Parallelise CloudServer updates
* Parallelise Instance updates
* Allow resources to be updated in parallel
* Don't stub LoadBalancer.update in autoscaling tests
* Do updates based on a single dependency list
* autoscaling test fix assertRaises Exception warning
* Remove localhost references from tests
* Implement native nova server resource
* Generate docs using new properties Schema class
* Give Property constraints a string representation
* Fix CFN API error responses
* Remove aws_creds from DB API
* TemplateResources need to download from local "file://" urls
* Add support for local file urls
* Provide user control for maximum nesting depth
* Cleanup the Properties doc strings
* Add auto code api doc generation
* Implement interruption-free update and rollback
* Remove unnecessary aws_* from user_creds
* Remove unused service_* columns from user_creds
* Change localhost references in test_nested_stack
* Add schema for security group rule
* Don't delete failed instances in InstanceGroup
* Add VPCZoneIdentifier attribute for autoscaling
* Make logical_resource_id renaming backward compatible
* Add the missing heat.po files into heat
* Add the api config opts in groups to deal with the single heat.conf
* Rename OS::Metering::Alarm to OS::Ceilometer::Alarm
* Catch a NotFound exception in signal_responder delete
* Improve error message for nova unknown status
* Remove backup resources on stack delete
* Add a DB API to swap two resources between stacks
* Add a "rollback" parameter to StackUpdate
* Always resolve properties against the current stack
* Remove the rest references to exception.py
* Support native naming in InstanceGroup
* Include Description in conversion from legacy Property schema
* Add support for source security groups
* Adds support for Neutron Firewall
* Autoload Nova extensions
* Allow in-place update of nested stack
* Enhance StackResource update for more use cases
* Store the backup stack during updates
* Pass owner_id to stack_get_by_name()
* Add a method of creating a backup stack in the DB
* Evaluate lazy translation in exception __str__
* Allow a Provider with a known facade its own schema
* Use the global environment to map Quantum to Neutron
* Add a has_interface() method to the resource class
* Only create user_creds row on initial stack store
* remove unused config options
* Pass token as a callable to Ceilometer client
* Implement a load balancer resource using new neutron pool
* Use oslo.sphinx for the doc templates
* Rename event logical_resource_id to resource_name
* Use string constants to prevent typo errors
* Add a CloudWatch::Alarm implementation based on Ceilometer
* To support both CW and CM, return alarmurl from policy ref
* Store the generated signed urls in resource_data
* Remove "lazy=joined" from the resource_data backref
* Try to reduce the number of tests with the same stack_id
* Implement Fn::MemberListToMap
* Fix the main docs index page
* Remove the usecases from environment.py as they are in the docs
* Add some basic evironment docs
* Do not delete nova server on create fail
* Do not assume nova provides a fault on ERROR
* Add a script show all possible state transitions
* Limit maximum size of all templates
* Make the API for getting dependency graph edges public
* Pass the previous stack to StackUpdate
* Improve update debugging messages
* Fix all the sphinx-build warnings
* Fix some flake8 warnings in doc/resources.py
* Fix crash in "make html" introduced by the global env
* EC2token middleware implement multi-cloud auth
* Replace httplib with requests for ec2tokens auth
* Always validate auth_uri with allowed_auth_uris
* Add UpdatePolicy attribute to Instance/AutoScalingGroup
* Use the global environment to define AWS::CloudWatch::Alarm
* Load deployer/global environment files at startup
* Add an environment_format.py like the template one
* Process request exceptions while fetching template
* Add new attributes to EIPAssociation resource
* Remove the Property.schema_from_param() method
* Generate property Schema objects directly from parameters
* Use Template to instantiate TemplateResource
* Handling re-delete in rackspace db resource
* Fix incorrect use of ServerError
* Introduce nova_utils.server_to_ipaddress
* Convert heat.common.template_format to use C yaml
* Use system locale when Accept-Language header is not provided
* Use LONGTEXT for templates in MySQL
* Wrap the resource registration in a global environment
* Create a Schema from a parameter
* Allow Parameters to set defaults for TemplateResource
* Fix install.sh calling setup.py
* Allow Description in properties schema
* Use nova_utils for keypair validation
* Move _check_resize to nova_utils
* Move _deferred_server_statuses to nova_utils
* Move _delete_server to nova_utils
* Revert "Implement an "Action in progress" error."
* Add code from Oslo DB 96d1f887dda Part 2
* Make Event object independent of resource object
* Translate user-facing exception messages
* Updated LaunchConfig for AutoScaling UpdatePolicy
* Catch "FloatingIpPoolNotFound" in eip.py
* Tests for s3 and swift resources were extended
* Store owner_id on Stack so updates maintain it
* Derive keystone_ec2_uri from auth_uri
* Extract failure reason before deleting nova server
* Update test requirements
* Handle heat with SQLAlchemy >= 0.8
* Tolerate missing user on signal responder delete
* Fixes files with wrong bitmode
* Fix syntax description of HOT get_attr function
* Differentiate resource types in test_update_rollback_remove
* Stub ResourceWithProps instead of GenericResource
* Hot SoftwareConfig model part
* Update Oslo to 96d1f887dda Part 1
* Move property constraints validation to Schema
* Remove unneccessary Property constraints from unit tests
* Add constraint checking to Property schema
* Tidy up a few places in test_engine_serivce.py
* Adding HOT str_replace and get_resource functions
* Revert "Add missing _ imports to allow doc generation"
* Move heat-cfn, heat-boto, heat-watch to new repo
* Add debug option to run_tests.sh
* Introduce new resource_data_delete db api
* Not to eat Metadata parsing error
* Fix intermittent failure in autoscaling tests
* Use correct actions for StackResource
* Resolve LaunchConfig references
* Get rid of unused greenlet things in test_resource
* Fail fast if Resource action methods are missing
* Don't raise ResourceFailure directly in Instance
* ReST API: Add an API for retrieving resource schemata
* RPC: Add an RPC call to get a resource type schema
* RPC Client: Add missing unit tests
* Port policy from oslo and refactor heat policy
* Enable multi-cloud standalone mode
* Fix problem creating ResourceFailure
* Do validation in parameter schema
* Validate created/updated stacks in StackResource
* Tidy up RPC API definitions
* Define a Schema format for properties
* Remove meaningless property set in models.HeatBase
* Tolerance for modified ceilometer alarm notification
* Initial input for HOT template guide and spec
* Remove unnecessary individual import tests.utils.X
* Ensure all REST API error responses are consistent
* Remove raw_template_get_all from db api
* Provide a way to clean up soft deleted data
* Enable stack soft delete for event persistence
* Implement neutron pool resource
* Implement neutron health monitor resource
* db: Remove deprecated assert_unicode attribute
* Refactor some tests for stack soft-delete
* Add unittests for faultwrap middleware
* Use openstack rpc functions to generate _Remote exceptions
* Exclude heat-cfn, heat-watch from pep8
* Fix H231 Python 3.x incompatible 'except x,y:'
* Fix H501 Do not use locals() for string formatting
* Provide a way to clean up testing database
* Add missing _ imports to allow doc generation
* Refactor compute resources to use nova_utils
* Updated from global requirements
* Implement an "Action in progress" error
* Don't cache data from the API that could change
* Stop copying UUIDStub, put it into tests.utils
* HOT parameter validator part
* Fix test cases pass dict schema directly as parameter schema object
* Rename Quantum to Neutron
* Add the enabled property to the ceilometer alarm
* Refactor useful nova functions for re-use
* Refactor InstanceGroup to use a nested stack
* DB models and migration scripts for soft delete
* Returns text error when instance validation fails
* Add Babel missing requirement
* Fix test cases pass dict as template object directly
* Don't assign "error" variable twice
* Change token name from context
* Revert "Replace part_handler.py with write-files cloudinit mechanism"
* Rename: VALUES to ALLOWED_VALUES, PATTERN to ALLOWED_PATTERN
* Remove support for eventlet 0.9.16
* Small tweaks to recreation of remote errors
* Enable localizable REST API responses via the Accept-Language header
* Include the resource and action in ResourceFailure exceptions
* Unit tests: Don't raise ResourceFailure directly
* unit tests: Add a handle_delete method to GenericResource
* Rackspace: Don't raise ResourceFailure exceptions
* Sync gettextutils from oslo
* Resource: Clean up exception handling and error messages
* Add help option to Config Settings
* Rename rackspace server ImageName, Flavor, UserData
* Call cfn-create-aws-symlinks in rackspace servers
* Stop delete polling after status == DELETED
* Make Volumes work with the default AvailabilityZone
* Allow the Ceilometer Alarm to be used with cfn-push-stats
* Add the AutoScalingGroupName to the server Tags
* Don't use a static uuid for the stack_id in ceilometer_alarm
* Remove password auth from pyrax
* Move the random_name() function from loadbalancer to utils
* Clean up the attributes module
* Use dummy_context() for rackspace server test
* Assign rackspace server name from physical_resource_name
* Replace rackspace PublicKey property with key_name
* Tolerate an actual boolean for NoEcho
* Replace part_handler.py with write-files cloudinit mechanism
* Rackspace database resource output is null
* Fix for bad content inside Resources element
* Initialize resources to DELETE-COMPLETE if missing during stack delete
* Rackspace database resource output is null
* Clarify text in heat/tests/templates/README
* Use subsections in resource doc generation
* Functions documentation cleanup
* Print before exiting
* Add Cloud Server support for RHEL and CentOS
* Support any distribution without UserData/MetaData
* Allow template resource use outside of Environment
* Add rest endpoints for resource template generation
* Add a Ceilometer alarm resource
* Fix a timing sensive cloudwatch testcase
* Auto-document all resource types
* Sphinx extension to generate resource documentation
* Enable service validate-template for hot template
* Skip RSA generation during tests
* Always convert AllowedValues to a list
* Add some docs for intrinsic functions
* Fix cloud_watch delete when the watchrule is not found
* Teach ScalingPolicy and Restarter to create signed urls
* Make the current alarms use the signal action
* Add an API for passing a signal through to a resource
* Generate a template from a resource implementation
* remove remote_error and corresponding try...catches
* Replace urllib2 with requests in urlfetch module
* HOT parameter validation model translation
* make heat-api return a parsable error
* Fix loguserdata output to file issue
* Use new style classes
* Add resource for Rackspace Cloud Servers
* api : Implement OnFailure option to cfn API CreateStack call
* Add `default` attribute in hot parameter definition
* Refactor the code in heat/tests/test_volume.py
* Handle 'detaching' state of Volume
* Reset state before resource recreation
* Only use a token for openstack client operations
* Migrate all tests to use dummy_context
* Add missing Aapche 2.0 license headers (H102)
* Add a py33 tox environment
* Reset the the watch_rule.last_evaluated on start up
* Only create the period watch task if there is a watch in the stack
* Wrap the watch rule start in a method
* Configure standalone pipelines for cfn and cloudwatch
* Set role headers from ec2 authentication
* Set tenant headers from ec2 authentication
* Update openstack.common.config
* Handle InstanceType change in Instance.handle_update
* Move url_for into heat_keystoneclient
* Test utils dummy_context for tests that need one
* Put pre-created resources in state INIT COMPLETE
* add docs from the heat wiki

2013.2.b2
---------

* Add a test for customizing AWS::EC2::Instance
* Add tests for resource-data delete bug
* Fix resource-data delete bug
* Fix version and location of heat doc build
* Check missing parameters during stack create
* Don't reload haproxy and use ensureRunning=true
* Make sure that Tags on the InstanceGroup get passed to nova
* Test that Tags get converted into nova metadata
* Align OpenStack client versions with project requirements
* Cleanup and make HACKING.rst DRYer
* engine : Allow loadbalancer resource to work with no key
* Create implicit depends from gateway to public subnet
* Wait until quantum resources are deleted
* Do not override FnGetAtt
* Add resource_data table for free-form key/value data
* provide test for nested stack error path
* Add Rackspace cloud loadbalancer resource
* Update oslo.notifier and always register options
* avoid excessive database calls while loading events
* Global disable scheduler _sleep instead of mocking
* Rename part-handler.py to part_handler.py so it can be imported
* Handle conversion of MAP properties to JSON params
* Tolerate an empty environment properties
* Add length validation to properties of type LIST and MAP
* Use new environment and parameters on stack update
* Define behaviour for properties with None values
* Let git ignore pydev project description files
* Suggest the use of tripelO images
* Make the waitcondition signed url more generic
* Check duplicate names between params and resources
* engine : add suspend/resume support to User resource
* engine : add suspend/resume support to watch resource
* Sync install_venv_common from oslo
* Stop patching the GenericResource's property_schema
* Enforce credentials requirement on stack create/update
* cleanup watchrule delete logic/tests
* Fix command name display issue in heat-manage usage
* engine : autoscaling pass instance id's not names to loadbalancer
* Rackspace cloud database resource provider
* add missing gettextutils imports
* engine : perform periodic tasks with stored stack_context
* implement stack metadata
* Rework associations from vpc to quantum resources
* Tolerate 404 on user delete
* Get rid of template caching in resources
* Explicitly pass old json snippet to update
* tests : remove duplicate suspend tests
* Add resume support to InstanceGroup
* engine : resume support for nested stacks
* api : Add actions resume support
* Add resume support to Instance
* Add initial resume logic to engine
* destroy failed instances created by auto scaling
* Expose resource dependency required_by to REST API
* install "_" via gettextutils
* engine : simplify resource state check
* engine : remove unnecessary default check_*_complete functions
* Fixup handle_create backup restore
* Remove comments from requirements.txt (workaround pbr bug)
* add GET /{tenant_id}/stacks/detail to Heat API
* Add suspend support to InstanceGroup
* Fixup assert_has_keys
* autoscaling : Fix issue when scaling to zero instances
* Add editor backup files to .gitignore
* Ports depend on the subnets in the same network
* Add dependency between RouterGateway and RouterInterface
* Add MinLength, MaxLength to properties schema
* engine : autoscaling refactor Instance list->object logic
* api : Add ReST actions POST method
* engine : parser.Stack create general stack_task
* engine : suspend support for nested stacks
* Add suspend support to Instance
* engine : stack_resource change state_description to status_reason
* Raise suitable exception when stack validation fails
* Handle YAML parser error as well
* Changes for HOT hello world template processing
* OS::Quantum::Subnet resource, add enable_dhcp
* check content type in JSONRequestDeserializer
* Store created nova client in OpenStackClients
* Allow JSON values for parameters
* Add initial suspend logic to engine
* Use print_function compatible syntax
* Allow a resource delete to be re-attempted
* Emit alarm actions if a rule remains in ALARM state
* Initial provider templates
* Fixup some trivial license header mismatches
* Adding common base class for Rackspace Resource providers
* Pass before and after snippets to template diff
* Cache snippets in StackUpdate
* Simplify a stack update unit test
* Refactor and partly parallelise stack update code
* make stack creation return json response
* Give alarm a physical_resource_name which need no id
* Do not refresh timestamp from database on read
* Unrestricted username length causing error
* Add VerifyAll to test methods using mox
* Fix BaseException.message DeprecationWarning
* Fix one of the last stack.state's -> status
* Revert "check content type in JSONRequestDeserializer"
* Fix and enable H303 and F403 No wildcard (*) import
* Implement attribute schema for resources
* Introduce a schema for attributes
* Restore babel setup config options
* Convert Stack to separate action/status
* Updated common module from oslo
* Initial provider template uploading
* check content type in JSONRequestDeserializer
* Detect failed instance creation in autoscaling
* Support cloud-specific suffixes to server status
* autoscaling fix LoadBalancer reload static resolve
* Return None for physical resource name during validation
* Standardise resource names in Invalid Attribute errors
* suppress and log API internal exceptions
* Add a Fn::Split function to aid provider templates
* Add dependency between FloatingIP and RouterGateway
* Add InstanceId property to EIP resource
* scheduler: Simplify DependencyTaskGroup interface
* scheduler: Improve task descriptions in debug logs
* Cleanup the doc strings in heat/rpc/client.py
* API support for Environments
* Make template_format.parse usable by environments
* Use PhysName for testing Swift container names
* Fix bizarre Swift DeletionPolicy unit tests
* Use physical_resource_name() for Swift containers
* Remove unused parameter.user_parameters()
* Use the Environment from within the engine
* Use physical resource names with a short_id
* Initial Environment class and test
* engine : abstract state-transition logic
* Convert Resource to separate action/status
* Store stacks in the database when running unit tests
* Unit tests: Create User for testing AccessKey
* Unit tests: Don't use mox to stub uuid.uuid4()
* Make resource ids UUIDs in the database
* Convert Events to separate action/status
* allow using image uuid for instance resource
* fix an CFN API and AWS error mapping
* Remove unused python-memcached from requirements
* Use Python 3.x compatible except construct
* Add bin/heat-manage to flake8 checks
* Gate on H703
* scheduler: Fix an issue with wrappertasks and exceptions
* Fix H702 errors and enable them
* Remove explicit distribute depend
* Key error when auth in standalone mode
* engine : remove GreenletExit workaround
* Add descriptions of the pep8 checks
* Fix various Sphinx errors/warnings
* Use Python 3.x compatible octal literals
* Adds possible topdir to python search path
* Return empty string when Fn::Select target is None
* Add Fn::Replace template function
* Initial mariadb support
* raise an UnknownUserParameter exception when receiving an unknown param
* Enable H403
* get rid of no-op __init__ methods
* Rename functions which should not be run as tests
* flake8 F812 list comprehension redefines fix
* Only call FnGetAtt if resource is in acceptable state
* Make Fn::GetAtt add a dependency
* Use - instead of . for physical_resource_name delim
* Make autoscale not dependent on loadbalancer impl
* Use a physical name matching class in unit tests
* Add Fn::Select template function
* Fix instance creation when a network with no subnet is used
* For Fn::Join, replace None items with an empty string
* Relax lxml version requirements
* tests : fix cut/paste test name shadowing
* a minor fix to volume.py
* Fix Hacking H304 Warnings
* Fix an intermitting failure in test_metadata_refresh
* Log at DEBUG level in unit tests
* scheduler: Fix inifinite loop for no-wait tasks
* Handle metadata updates during stack creation
* Create nested stacks in parallel
* Create stacks with a co-routine
* Implement timeouts for nested stacks
* Allow stacks to be created without a timeout
* add error flow tests for volume detach
* Clarify a comment which says we require KeyName - which is incorrect
* Add CONTRIBUTING.rst file
* Clean up DB migrations when running unit tests

2013.2.b1
---------

* Get rid of extra delays in unit tests
* Restore heat.db.sync and add Deprecated message
* Use heat-engine.conf for heat-manage config
* Create resources in parallel where possible
* Add a dependency-aware task group
* Move deletion from dependency graph to __delitem__
* Make the mutable dependency graph a separate class
* Make dependency graph node class public
* Fix the handling of non-existing paste file
* refactor test_engine_service.py
* Fail validation when security groups and interfaces conflict
* Add a basic heat-manage
* Remove eventlet dependency from unit tests
* Use a task to delete Instances
* Bring in oslo.cliutils for heat-manage
* Update the oslo code before importing a new module
* Migrate test base class to testtools
* Add CONTRIBUTING file
* Migrate to pbr
* Implement SecurityGroupIds property for instances
* Use UUIDs for Quantum security groups
* Make IDs for resources unique to ensure tests pass
* Change SecurityGroups to be passed directly to nova
* Add a separate Template class for the HOT format
* Detach Volumes from an Instance in parallel
* Handle instance volume attachments with co-routines
* Add a convenience method to get instance volumes
* engine : move update_template_diff functions into Resource
* Instance resource remove unreachable/redundant Metadata update check
* heat tests : add coverage for instance UpdateReplace
* engine : replace UPDATE_REPLACE with ResourceReplace exception
* Move VolumeAttachment polling to check_create_complete()
* Make volume detachment a co-routine
* Make volume attachment a co-routine
* Verify function calls in cinder_fn_getatt unit test
* Stub out sleeps in quantum unit tests
* Remove unrelated tracebacks from test output
* Rename requires files to standard names
* engine : Fix ResourceFailure exception issues
* Fix PEP H101 (Use TODO(NAME))
* update on_devstack doc
* Implement OS::Cinder::VolumeAttachment
* Fix PEP H902 (Use the 'not in' operator)
* UpdateStack for AWS::AutoScaling::ScalingPolicy
* Fix PEP H301 (one import per line)
* Fix PEP H402 "one line docstring needs punctuation."
* PEP: be explicit about what errors are ignored
* engine : remove unused update states/status
* engine : cleanup Resource.update error paths
* Adds sudo check for privileged operations
* The oslo module called utils is no more
* Exclude build/ from flake8 checks
* Tests for Router, RouterInterface, RouterGateway
* Tolerate resource lookup errors for quantum FnGetAtt
* Implement check_active for quantum net, port, router
* The utils module in oslo is no more
* Migrate to flake8
* Clean up a pyflakes error in a comment
* Align usage of test skipping
* Fix error in Dependencies representation
* Fix SecurityGroups for AWS::AutoScaling::LaunchConfiguration
* Initialise resources when service is created
* Use mox for mocking quantum client test calls
* Cleaned up some simple hacking/pyflakes errors
* Clean up import of cinderclient exceptions
* Make Volume snapshot a task
* Move Volume polling to check_create_complete()
* Handle errors in Volume creation
* Rename handle_snapshot and pass state
* use skipIf for all quantum test skip checks
* Clean up VPC unit tests
* Adds dns_nameserver to OS::Quantum::Subnet
* Use python logging for loguserdata.py, log to console
* Implement CinderVolume.FnGetAtt
* Implement OS::Cinder::Volume
* Copy the RHEL6 eventlet workaround from Oslo
* Update install_venv_common from oslo-incubator
* Use hostname from env in heat-keystone-setup
* Move WaitCondition polling to check_create_complete()
* Add a timeout option to the scheduler
* engine : rename check_active to make it more generic
* api : Fix template-show partial URL redirect
* Provide example config option for instance_user
* Add new exception for invalid template ref
* Implement the SubnetId property in the Instance resource
* heat-cfn : Make error with missing auth details more obvious
* Fix GroupSet assignment to use resource id instead of name
* Fix unit test coverage issues for wrappertask
* Explicitely register options to fix intermittent failure
* Skip more tests that require Cinder backups
* templates : remove in-tree templates
* tests : convert test_template_format to test-local templates
* tests : convert most remaining tests to inline templates
* Fix skips done in the test suite by using testtools skipIf
* Wait for any nova server status that makes sense
* Add test to handle nova BUILD status on create
* tools : remove fetch-cloudformation-examples
* docs : update local template references to heat-templates url
* tests : utils parse stack specify tenant in context
* tests : utils parse_stack allow stack_id override
* Use scheduler for driving autoscaling task
* Use a PollingTaskGroup to simplify autoscaling
* Add a wrappertask decorator
* Add a PollingTaskGroup task
* Deprecate tools/nova_create_flavors.sh
* Support password authentication
* Support SnapshotId in volume creation
* Give each cli its own test
* heat tests : separate Autoscaling and CW alarm tests
* heat tests : convert most tests to inline templates
* heat tests : add parse_stack function to test utils
* Fix error reporting in @stack_delete_after unit tests
* Set Stack id to None when deleted
* Support Snapshot policy in volumes
* Allow non-replacement updates of Alarms
* Sometimes use quantum for SecurityGroup
* Depend on discover to fix python2.6 tests
* heat api: ec2token remove unnecessary jsonutils retry
* Make DeletionPolicy a resource attribute instead of a property
* Use install_venv_common from oslo
* Split the module lines in openstack-common.conf
* Refactor instance tests to share common code
* Fix test_validate to run by itself
* Fix test_dbinstance not running by itself
* heat tests : run_tests.sh reinstate text coverage report
* Remove all references to nose
* heat api : Update ec2token middleware for v4 signatures
* Remove unused jenkins arguments from tox.ini
* Enhance testcase for failed resource deletion
* Retrieve the list of availability zones from nova in Fn::GetAZs
* Fix "No handlers could be found" warnings
* Fix warning about using os.tempnam in test suite
* Remove unused skip_unless and skip_test decorators
* Remove unused and outdated heat/testing dir
* Re-work run_tests.sh to call testr instead of nose
* Remove broken --doctest call from run_pep8.sh
* Remove use of nose attrib plugin and most unittest
* Removing all prints and capturing logging
* Remove functional tests in preferece for tempest
* Remove examples and update testing-overview.txt
* Use testr for running gate tests
* Enable running tests via testr
* Make Resource.create() a co-routine
* heat docs: deprecate old GettingStarted guide
* heat docs : Update jeos building documentation
* heat api: fix ec2token authentication
* Remove pyflakes_bypass
* Fix DB sync script
* Update tools/integration.sh script to new docs tree
* Validate properties against the schema in validate_template
* heat engine : register options before using them
* Add a scheduler module
* Remove engine_topic configuration option
* Send RPCs to 'engine' topic not 'engine.$host'
* Do not initialize anything during import phase
* Consolidated api-paste.ini file
* Move ec2token defaults from paste.ini to .conf
* Optionally allow ec2token config to come from .conf
* Propagate deletion errors with exceptions
* Mock delete_network in Quantum unit tests
* Mark resources as failed when creation aborted
* Propagate creation errors with exceptions
* Assert on Resource double-create()
* Fix issues with EIP unit test
* Get rid of create state in Instance
* Remove service _user, _password, _tenant from context
* Move heat-api auth_token conf from paste.ini
* Subclass keystone middleware to set headers
* Improve Python 3.x compatibility
* Fix pyflakes-bypass for PyFlakes 0.7
* Simplify rpc client calls
* Fix the exception message in stack_resource.get_output()
* Updated OpenShift template
* heat-cfn: Handle parameters with = in them
* uses os.urandom instead of Crypto.Random for backward compatibility
* Update the README to point to docs.openstack.org/developer/heat
* Clean up metadata refresh unit test
* Get rid of create state in Autoscaling
* Pass data from handle_create() to check_active()
* heat templates : Update Wordpress config for F18 guests
* heat : Getting started updates for grizzly
* heat : cloudwatch paste.ini credentials incorrect
* heat tools : openstack script fixes for grizzly
* Update to the latest loopingcall from oslo
* Remove paste config for non-existant cache filters
* Remove unused and deprecated auth-context filter
* Attempt to delete resources even if they failed
* Fix AccessKey deletion with bad credentials
* Delete unused ContextMiddleware
* Replace deprecated commands with current equivalents
* Fix sphinx warnings
* ReST API: Translate the documentation to WADL
* Add Getting Started Guides the developer doc's
* No longer pass no_cache=True to novaclient create
* Log tracepath for stack validate exceptions
* Pass in endpoint url for quantum auth_token auth
* Allow nova operations with only auth_token
* Pass in endpoint url for swift auth_token auth
* Allow cinder operations with only auth_token
* Catch NotFound exceptions on Volume handle_delete
* heat engine : Autoscaling reload Loadbalancer correctly
* Don't assume a Parameter value is a str
* Make swift FnGetAtt fault tolerant and block less
* heat : remove fallback ec2signer implementation
* Fix swift client token authentication
* validate_template returns whole Parameters snippet
* heat getting started : fix heat-jeos URL
* Change executable file permission for rpmlint
* Change executable file permissions for rpmlint
* Tolerate missing keys in reformat_dict_keys
* Get rid of versioninfo cruft
* Bump Heat version to 2013.2

2013.1.rc1
----------

* Create a wsgi factory method for Debug filter
* If a stack create fails, ensure the stack is deleteable
* Add a manual page for heat-db-setup
* Add heat-keystone-setup man page
* Sort the manual page list in conf.py
* Allow per-deployment configuration of user id
* Remove ssh from cloud-config-files
* loguserdata: handle exceptions from running the userdata
* loguserdata: prevent shadowing of arguments and globals
* part-handler: add missing import
* heat engine : fix exception syntax issue
* heat docs : Add manpage for heat-boto
* Remove Nova dependencies from hacking test
* heat docs : Add 2013 to the copyright string
* heat docs : Add heat-watch manpage
* Update dependency versions to match oslo-incubator
* Fix security groups (need to be accessed as attributes)
* Remove todolist from docs index
* Only split roles if they are not None
* Revert NestedStack FnGetRefId changes
* Switch to final 1.1.0 oslo.config release
* heat templates : Update for F18
* heat engine : Add validation of stack names
* Pin SQLAlchemy to 0.7.x
* Squash Grizzly database migrations
* Use internal DB management
* Register DB options independently of engine
* Avoid manipulating DB directly in unit test
* Establish an initial version of the database
* Set correct type for owner_id in DB model
* heat clients : Fix --timeout option for heat-boto
* Skip quantum unit tests if client not installed
* Delay calling _get_user() until AccessKey is created
* Recognise arn: for REST stack lookup
* Update to Quantum Client 2.2.0
* heat engine : store stack on failed update
* Add Quantum floating ip assoc tests to improve coverage
* Add Quantum port tests to improve coverage
* Add Quantum floating ip tests to improve coverage
* Add tests to validate REST path to action mapping
* Use stack.resource_by_refid to get the user resource
* Use quantum IDs for VPC, Subnet, RouteTable resources
* heat common : quieten policy logging
* heat common : policy.py change LOG to logger
* heat common : BaseClient respect host argument
* heat clients : make --host option error for heat-boto
* heat tests : Improve resource.py test coverage
* heat engine : allow Properties validation failure events
* heat tests : move GenericResource into tests directory
* Convenience method to look up resource by FnGetRefId
* fakes: remove some duplicate methods
* Switch to oslo.config
* Allow REST stack lookup by ARN
* heat engine : watchrule quietly discard unused metric data
* Use built-in exception filtering for GreenletExit
* heat engine : Loadbalancer template watch reference should be Ref
* make parsed template snapshots before updating
* heat engine : Ensure properties validation is caught
* Allow instance NetworkInterfaces to be list of str or dict
* Test coverage for NestedStack, and fix FnGetRefId
* When updating the metadata load the stack with the stored context
* add missing licence header
* Stop heat services from logging to stderr by default
* Make sure we have a volumes property before trying to use it
* Prevent shadowing of the "context" module/parameter
* Fail validation when an unknown property is supplied in a template
* Validation failures now raise StackValidationFailed
* vpc_test: move DependsOn to the correct template section
* heat clients : Make heat-boto rollback disabled by default
* heat clients : Change --disable-rollback to --enable-rollback
* heat engine : Disable stack rollback by default
* Add N802 rule to hacking.py
* Add pyflakes to test-requires
* Remove unused import from test_nokey.py
* Create autoscaling instances in parallel
* Separate public/private autoscaling adjust() APIs
* Move instance polling into check_active()
* Use oslo logging setup
* Split resource create into create and check_active
* Fix unit tests for Instance IP
* Fix flaky unit test
* Fix Unrecognized Attribute admin_state_up Error
* Add breaks to for loops
* Remove unused import from loguserdata.py
* Allow heat to be used without a KeyName set
* Do a metadata refresh after an explicit metadata write
* Gate on certain pyflakes failures
* Remove unused imports from repo in preperation for pyflakes
* Add heat-watch to pep8 checks
* Update infrastructure to more closely match other OpenStack projects
* heat engine : fix hardcoded DisableRollback value
* heat clients : make boto client library pass disable_rollback
* heat tools : openstack script install mysql via openstack-db
* Put heat data files in /var/lib/heat-cfntools
* Depend on recently released python-quantumclient 2.1.2 Fixes bug 1133381
* Remove duplicate Mapper() constructor
* heat engine : loadbalancer resource template, refer to StackId
* heat engine : Re-resolve resource static data before create
* heat engine : Compare runtime resolved resource snippets on update
* heat engine : Set stack parameters AWS::StackId on stack create/store
* heat engine : Add parser parameter support for AWS::StackId
* Removes unused config settings from heat-engine.conf
* heat engine : Make loadbalancer nested template raw string
* Add waitcondition to loadbalancer nested template
* heat engine : fix variable/import shadowing in service.py
* heat engine : reinstate resources import
* Update the metadata if an alarm action makes changes
* Make the alarm actions run in one thread
* heat : Only set qpid loglevel when rpc_backend specifies qpid
* Use a short_id for naming S3 containers
* Use a short_id for naming Swift containers
* Add a module for generating random short ID strings
* Make the exception string a little more useful
* Remove compat cfg wrapper
* Make quantumclient optional again
* Get rid of unused imports
* heat loadbalancer : make LB nested template create credentials
* Protect AccessKey deletion from failing
* Fix tarball tag to be empty rather than a point
* Do not tag development releases "dev"
* heat api : allow validation of YAML templates via cfn api
* heat api : don't store whole request in ec2Credentials context
* heat tests : fix run_tests.sh pep checks
* heat : bump oslo-config version to fix import error
* Add an attribute to InstanceGroup and AutoScalingGroup to return the ips
* Remove "deny from all" line in wordpress config
* Update GettingStarted with link to prebuilt images
* heat engine : Add support rollback support for stack updates
* heat engine : Update stack dependencies during update
* heat engine : fail update immediately on resource update failure
* heat common : Add ResourceUpdateFailed exception type
* Add config for boto https_validate_certificates
* heat engine : avoid returning empty resource error strings
* Missing policy json files from tarball
* heat engine : Implement rollback for stack create
* heat engine : Only create periodic task on CREATE_COMPLETE
* make stack_delete_after decorator tolerate deleted stacks
* Use 2013.1 for Grizzly release version info in setup.py
* Provide unit test coverage for AWS::EC2::SecurityGroup
* heat cli : Add --disable-rollback option to heat-cfn
* heat tests : delete stacks from DB in parser tests
* heat api : Handle DisableRollback parameter in cfn API
* make engine api handle string or bool disable_rollback
* Throw a proper error if the flavor is missing
* Add information about using the python-heatclient to the documentation
* Make AvailabilityZone parameter available to nova create
* Use oslo-config-2013.1b3
* heat engine : Add support for disable_rollback to engine API
* Implement RouteTable and subnet association
* Implement Internet Gateway and VPC attachment
* Escape awk + sign so heat-keystone-setup works on Ubuntu 12.04
* Complete tests for NetworkInterface
* Fix policy checks for users without policies
* Use physical_resource_name for quantum/vpc resources
* ip_version is mandatory for quantum create_subnet
* Implement VPC Network Interface resource
* Add Tags to vpc properties schema (Unimplemented)
* Impement VPC subnet resource
* heat templates : allow access to wordpress in example templates
* Implement the "Volumes" property of Instances
* Make the doc look a bit better and give a better overview
* Add update support to InstanceGroup
* Implement NetworkInterfaces instance property
* Catch 404s when deleting quantum resources
* Implement simple AccessPolicy Resource
* heat templates : Remove IAM Policy sections
* heat tests : split user test into User/AccessKey
* heat engine : add option to control instance boto http/https
* heat clients : Make boto client select http/https from configfile
* heat scripts : Avoid using lsb_release in tools/openstack
* heat api : Add policy.json authorization to cloudwatch API
* Depend on WebOb==1.2.3 to align with other OS projects
* Use yaml.safe_load: full yaml.load isn't needed
* Add missing logging import
* test_s3: use try_import from common
* Refactor loguserdata.py so it can be tested
* heat api : Add policy.json authorization to CFN API
* heat common : context should split roles from X-Roles
* heat tests : fix StackControllerTest name duplication
* heat tests : remove duplicate import
* Add cinder support to resource volume
* Add initial code to support policy.json implementation
* update openstack common and include policy.py
* Remove unused heat/common/policy.py
* Fix a few bash logic errors in install script
* Remove sendfile as a dependency
* Fix typo in AutoScaling update
* Change install scripts to use cinder
* heat engine : AutoScalingGroup UpdateStack support
* heat engine : Resource add function to compare properties
* heat tests : update_allowed_keys should be tuple
* heat engine : Resource remove redundant None get defaults
* heat docs : Fix version string issue
* Update to latest oslo-version code
* heat engine : WaitCondition add Handle property validation
* heat tests : test_api_cfn_v1 move verify out of teardown
* heat tests : test_waitcondition move cleanup out of teardown
* heat tests : Add utility decorator for deleting stacks
* heat api : add register_api_opts to init.py
* heat engine : WaitConditionHandle use creation time for timestamp
* heat engine : don't treat UPDATE_COMPLETE as failure
* heat engine : pass fully resolved template to update
* heat engine : Support Metadata update for Instance resource
* heat engine : add Resource update_template_diff method
* heat engine : pass json snippet into resource handle_update
* heat engine : don't replace resource template before update
* Hardcode provision-finished file path
* Wait for deletion of Instances during creation
* Fix Instance deletion in unit tests
* Initial support for Transifex translations
* heat engine : error on resource update with invalid properties
* Store instance resource-id earlier
* Make sure failures in groups (autoscaling & static) are raised
* heat engine : AutoScalingGroup implement Cooldown property
* Make flavor-list regexp more robust
* Make a dedicated InstanceGroup
* heat engine : ScalingPolicy implement Cooldown property
* heat tests : autoscaling test add missing VerifyAll
* heat tests : WatchRule test add missing VerifyAll
* Use pkg_resources to detect version of cloud-init
* A native Swift container resource type
* heat_keystoneclient make token auth work
* heat api paste.ini auth_uri should use auth_port
* heat rename HEAT::HA::Restarter resource
* heat engine : make WatchRule state message info
* heat engine : make WatchRule initial state NODATA
* heat tests : test_watch add tests for set_watch_state
* heat tests : test_watch add create_watch_data test
* heat engine : make watchrule actions run in stack ThreadGroup
* heat tests : Add WatchRule evaluate test
* heat engine : watchrule save state when actions undefined
* ReST API: Don't overwrite webob error messages
* heat tests : test_watch remove logging
* ReST API: Return 400 for malformed JSON input
* Typo error, "requied" -> "required" in run_tests.sh
* openstack/common : rebase to latest oslo
* heat tests : test_engine_service remove commented lines
* heat engine : watchrule don't run rule for every SampleCount
* heat templates : IHA enable cfn-hup
* heat templates : fix IHA HeartbeatFailureAlarm during instance build
* heat templates : IHA HeartbeatFailureAlarm should be Ref
* heat templates : add missing credentials to IHA template
* ReST API: Clean up exception-handling cruft
* RPC API: Add a WatchRuleNotFound exception
* RPC API: Add a PhysicalResourceNotFound exception
* RPC API: Add a ResourceNotAvailable exception
* RPC API: Add a ResourceNotFound exception
* RPC API: Add a StackExists exception
* RPC API: Add a StackNotFound exception
* RPC API: Add an InvalidTenant exception
* Prepare the groundwork for more exception types
* Fix duplicate naming in unit tests
* Get rid of unused initialisations in Resource
* heat tests : remove debug print
* Don't inherit from NestedStack
* Move abstract nested stack class to separate file
* Add a convenience method for deleting nested stacks
* Only delete the flavors that the script will then replace
* Make pip-requires a little F18 friendlier
* Remove instance in ERROR state after failed create
* Remove extras dependency with a partial oslo sync
* heat engine : WaitCondition FnGetAtt return correct signal data
* heat engine : Implement Count property for WaitCondition
* heat engine : Add metadata validation to WaitConditionHandle
* heat engine : implement metadata_update per-resource
* Add auth middleware for custom cloud backend
* Add configurable cloud backend
* Trivial commit to make daily rpm builds work again

grizzly-2
---------

* heat engine : DBInstance don't pass credentials to cfn-init
* heat engine : LoadBalancer resource delete nested stack
* heat engine : DBInstance fix so nested stack is deleted
* heat engine : allow NestedStack template validation to work
* heat engine : ensure create thread exits on stack delete
* Handle different cloud-init versions gracefully
* Add missing files to generated tarballs
* heat tests : remove unused get_sftp_client()
* heat tests : remove pointless get_ssh_client
* heat engine : map DBInstance DBSecurityGroups parameter correctly
* heat tests : functional tests align eip output with Folsom
* Turn off tag_date on branch master
* heat tests : CFN_API functional tests NoEcho Parameters fix
* heat tests : functional tests remove erroneous finally clause
* heat tests : convert stack ID to uuid format
* heat tests : functional tests poll_glance cleanup
* heat tests : convert functional tests to folsom glanceclient
* Use correct stack_id arg name for metadata_update()
* On master branch, tag tarballs as dev snapshots
* RPC API: Simplify describe_stack_resources call
* Use the new find_physical_resource RPC call
* RPC API: Add a separate find_physical_resource call
* CFN API: Fix DescribeStackResources with physical ID
* Handle duplicate physical resources IDs
* RPC API: Clean up list_events results
* RPC API: Clean up list_stacks results
* RPC API: Clean up show_stack results
* Include new doc directory
* run_tests.sh fixup venv/novenv logic
* run_tests.sh cosmetic, make if/then style consistent
* run_tests.sh cosmetic cleanup indents
* update tox.ini to pep8 latest (1.3.4)
* heat cleanups to align unit tests with pep8 1.3.4
* heat cleanups to align functional tests with pep8 1.3.4
* heat cleanups to align with pep8 1.3.4
* Fix DescribeStacks command for all stacks
* ReST API: Improve format of resource_types response
* Return an ARN as the Ref for nested stacks
* Split nested stack implementation into abstract and concrete
* Avoid logging.getChild for python2.6 compatibility
* RPC API: Pass a stack identifier to metadata_update
* Pass correct types in RPC Client unit tests
* Update links in composed templates
* A new documention structure, ready for contributions
* pip-requires PyCrypto should be >= 2.1.0
* Add support for missing Instance attributes PrivateIp and PublicDnsName
* GettingStarted: Install python-pip package
* Fix issues with deleting a WaitCondition
* Fix importing of novaclient exceptions
* tools/openstack_ubuntu fix nova-manage network create command
* Handle empty UserData for instance
* Make resource registration conditional
* Add a resource type list to the ReST API
* Add an RPC API to list resource types
* Standardise client imports
* Fix ReST API documentation for template validation
* install.sh non-root error should go to stderr
* install.sh add logic detecting rabbitmq
* tools/openstack fixup header formatting
* Add ubuntu version of tools/openstack
* install.sh simplify heat-engine.conf conditional
* Remove heat-metadata man page
* Get rid of naked "except:" clauses in tests
* Don't skip watchrule test on exception
* Get rid of unused imports
* Get rid of nose.main() in unit test files
* heat_keystoneclient ec2 user fix
* Move the cfn client code to a subpackage
* heat cfn api, format waitcondition error responses correctly
* Override events for AutoScalingGroup instances
* resource state_set, abstract update/store logic
* Don't allow identifiers with slashes
* Don't allow slashes in Stack or Resource names
* Move resolved template comparison to stack update
* Fix race condition in list_stacks
* Get rid of glanceclient dependency
* heat engine : convert WaitConditionHandle URL to ARN format
* heat : Add HeatIdentifier from_url function
* Eventlet monkey-patch heat-api-cloudwatch
* Eventlet monkey-patch heat-api-cfn
* Eventlet monkey-patch heat-api
* Add test to simply run a few binaries
* Switch over missed file in version switch
* Don't pass -1 as a stack_id in unit tests
* Make Volume tests independent
* Clean up the volume test
* Fix Instance unit tests
* Add back catch_error which is used for CLI errors
* Switch to openstack style versioning
* Update openstack-common to get newly fixed version.py
* heat-db-setup read engine config file for DB connection details
* Don't get nested stacks by name
* Fix exception handling in AccessKey fetching
* Move utils.py to a more appropriate location
* Get rid of leftover heat-jeos code in utils
* Get rid of pointless cloudformation.py file
* Get rid of the cfn_helper tests
* Enable VPC unit tests
* Enable Quantum unit tests
* Get rid of naked except: clauses
* heat : Update getting started wiki links
* heat : Clarify openstack versions for Fedora releases
* heat : Update repositiory in getting started guide
* Add version.py from openstack-common
* Do not wrap exceptions during quantum resource delete
* Update openstack-common
* Use common implementation for fetching templates
* Add a common implementation for fetching a URL
* Pass string to template_format.parse()
* Resource.__eq__ allow resources in different stacks
* Fix importing of quantum resources subpackage
* Do the same install_requires as other projects
* Install extras during pip install; fixes devstack
* heat remove unused config options
* heat getting started, add pip install extras
* heat engine : remove KeystoneClient get_user_by_name
* heat engine : Rework AccessKey to avoid keystone user lookup
* Make sure heat uses its own control_exchange
* Make default encryption key long enough for unit tests
* Update the README with more current links
* Add VPC resource implementation
* Update .gitreview for org move
* Use pkgutil to load cloudinit data
* Use module names as logger names
* Add a plugin directory for Resources
* Automatically register engine options
* Move db crypto code out of the engine
* Create a new heat.rpc package
* Move template-format parsing code into common
* Move the identifier module into heat.common
* Remove gen(erate)_uuid from heat.common.utils
* Remove is_uuid() from HeatIdentifier class
* Use uuidutils from openstack-common
* Add uuidutils from openstack-common
* Update openstack-common
* Remove heat-metadata service
* heat engine : Convert WaitConditionHandle to pre-signed URLs
* heat engine : subclass keystone client to encapsulate common code
* Process engine config before initialisation
* heat api : add waitcondition to cfn api
* Add documentation on plugin_loader module
* Lookup the class for an Instance in Autoscaling
* Refactor autoscaling Instance creation
* Load resources dynamically
* Add a module for dynamically loading plugins
* Distribute resource mapping to individual modules
* Move the resource module out of the resources package
* Remove YAML template trailing spaces
* Convert some existing templates to YAML format
* For Fn::Join join strings in resolve_static_data
* Set default empty dicts for missing sections
* Don't assume parsed JSON in REST API
* cfn-json2yaml file-mode bugfix
* pip-requires fix boto version
* Utility to convert JSON template files to YAML
* For tests, Parse all templates with parse_to_template
* Parse all templates with format.parse_to_template
* Module for converting JSON to YAML, and parsing both
* Add packages and versions in response to grizzly-1
* HAProxy example had incorrect descriptions
* ReST API: Add Events
* CFN API: Rename ID formatting method
* RPC API: Return an identifier for events
* Use the new class for database access to Events
* Add a class to represent Events
* Add a method for querying a resource's type
* Add identifiers for Events
* Improve the identifier class for Resources
* Get db session from the context
* Use a real context for tests
* heat engine retrieve credentials every periodic task interval
* heat engine Add admin flag to dbapi stack_get
* Tool to download all Amazon example templates
* r1 not defined
* Remove unused statements/local assignments
* heat engine allow WatchRule load() from DB object
* heat engine move to per-stack periodic watch threads
* add watch_rule_get_all_by_stack dbapi call
* Make CloudWatchAlarm names unique per-tenant
* WatchRule refer to stack by id not name
* Provide more information with template URL error
* Add missing logging imports
* Use jsonutils in ec2token
* Remove unused imports
* Fix ppetit.template parameter type Integer -> Number
* RPC API: Get rid of event_create call
* ReST API: Add a convenience redirect for resources
* ReST API: Add API for Resources
* RPC API: Include less detail in resource list
* Refactor unit tests for ReST API
* ReST API: Move remote error handler to utils module
* RPC API: Return a resource identifier
* Add identifiers for resources
* ReST API: Refactor routes
* heat engine : remove now-unused metadata rpc calls
* heat workaround for HA/Autoscaling regression
* heat dbapi rename stack_get_by_tenant
* Allow stack.owner_id to store a uuid
* ReST API: Split utilities into a separate module
* Actually validate properties of resources
* Getting Started: Fix formatting errors
* heat templates : align autoscaling alarm descriptions with values
* heat engine : create boto config via instance userdata
* heat engine : append watch server url to instance userdata
* Don't use OpenStack plugin in tox
* Always filter by tenant_id in stack_get_by_name
* Align pip-requires versions with nova
* heat align openstack/common with latest oslo-incubator
* Modify identify_stack to check for uuid
* heat engine : Don't wait() for killed greenthreads
* Pass a Stack entity to Stack.load()
* Switch to UUID for the Stack primary key
* Add a list_stacks RPC call
* Rename instance_id to resource_id
* Move client connection out of resources.py
* Fix FnGetAtt id test
* Fix cloud-init runcmd to be exec friendly
* Replace KeyStoneCreds params with X-Auth headers
* Quantum template to demonstrate floatingip
* Make Boolean property a bool type. Since json has a native bool type, allow bool or string as the property value. Validating a Boolean type value will now convert a string to a bool
* A template which associates an instance with a Quantum port
* Type is now mandatory. Boolean now exists
* Handle list properties that do not contain objects
* Remove the CheckedDict class
* Use new Parameters class in unit test
* Get rid of Resource.calculate_properties()
* Add a Properties implementation with lazy loading
* Avoid modifying the Properties of a Load Balancer
* Fix schemata errors for properties
* Add a set of native quantum resource types
* Recursively replace all : with . in Output keys
* Rename heat client to heat-cfn
* Update openstack-common, add network_utils
* Use openstack-common service.py
* heat templates : Align AutoScaling template with cfntools
* Add service.py from openstack-common
* Update openstack-common
* Implement NoEcho for parameters
* Use new Parameters class for validation
* Separate Parameters implementation from Properties
* Clean up hacks for parameter passing in unit tests
* Put the Template class in its own file
* heat-keystone-setup : fix error on folsom first-install
* heat engine : add heat_waitcondition_server_url
* heat metadata : Remove all non-waitcondition related logic
* heat metadata : remove metadata_url logic
* Format stack_identity as id *and* links
* Move resources into a separate sub-package
* Move Timestamp code to separate file
* heat-keystone-setup : change role to heat_stack_user
* heat engine : add template-defined users to keystone role
* heat engine : Allow instance users to view their own details
* heat-keystone-setup add instance role
* heat-keystone-setup workaround keystone arg syntax
* heat-keystone-setup workaround keystone output reordering
* heat tests : StackBoto fix _check_*_result functions
* heat tests : refactor stackid check into utils.Stack
* heat tests : fix CFN_API_Actions test fix state reason
* heat tests : fix CFN_API_Actions test stackid regex
* heat engine : kill running greenthreads on stack_delete
* heat engine : Store all resource states to DB
* Bump version to v8

v7-branch-eol
-------------

* heat engine : Make Resource::swift handle auth_token
* Cleanup runcmd to exit 0 and not use 'type'
* ReST API: Add a keystone endpoint
* Handle %(tenant_id)s in endpoints when updating
* Change the service user to match devstack
* Pass the correct tenant for the service user
* Start and enable libvirtd
* heat engine : Resource.keystone handle auth_token
* heat engine : Rework auth.authenticate
* heat engine : remove unused EC2 style auth from engine
* ReST API: Format output as JSON
* Do not assume host has selinux utils installed
* Identify stacks using tenant UUIDs
* Make default distribution U10 for deb template
* heat engine : Make wait-condition poll interval better
* Handle upgrades in heat-keystone-setup
* Rename CloudFormation service to heat-cfn
* heat tests : Remove utils.Stack getter methods
* Use password in preference to token if both supplied
* heat tests : add ValidateTemplate test to CFN_API_Actions_Boto test
* heat tests : Add ValidateTemplate test to CFN_API_Actions test
* heat API : ValidateTemplate fix response format
* heat : heat cli pep cleanups
* heat : boto_client_cloudwatch allow credentials override
* Catch SSH Disconnection errors in functional tests
* heat : add template-swift-url option to client
* heat cli: encapsulate template arg-parsing
* heat engine : remove unused validate_template params
* Obey the passed in distro value in HAProxy template
* Use --script option to parted in templates
* Reduce timeout periods in functional tests
* ReST API: Add unit tests
* heat : Getting started updates for Cloudwatch
* Getting Started: Fix IP address determination on F17
* heat engine : Move watch logic into WatchRule class
* ReST API: Report template validation errors
* ReST API: Return appropriate error codes
* ReST API: Separate out code to fetch template from a URL
* heat : db API add watch_rule_get_by_name
* heat : db API add watch_rule_update DB API action
* heat : Remove cloudwatch functionalty from metadata server
* heat templates : Add boto config to HA templates
* Unit test for load balancer resource type
* heat : Add missing calculate_properties to user resource
* heat engine : Avoid printing credentials to logfile
* heat engine : only attempt stack update from valid states
* ReST API: Add some simple API documentation
* ReST API: Use JSON documents for data input
* ReST API: Refactor handling of input data
* ReST API: Fix template validation
* heat : workaround engine error with version code
* Change endpoint service type from orchestration to cloudformation
* Fix versioning code
* Remove unnecessary keystone scripts
* Fix bugs in ReST API stack creation
* Allow authentication to Nova with a Keystone token
* heat engine : workaround lack of no_cache on essex
* Avoid create_stack RPC call timing out on precise
* Fix hash-bang directive in nova_create_flavors.sh
* import gettext to fix db migration execution
* Make sure to remove python-glanceclient too
* heat tests : add functional test for UpdateStack
* heat tests : functional utils support for UpdateStack
* heat tests : Add new boto API test
* Add the beginnings of an OpenStack ReST API
* heat tests : API test fixup for ResourceProperties
* Allow separate versioning of each API
* heat API : return ResourceProperties as JSON
* Move CloudFormation API to heat.api.cfn package
* Make the keystone service type configurable
* Unit test for DBInstance resource
* Add a Folsom specific heat-keystone-setup binary to bin
* heat engine : format stack outputs for updated stacks
* heat : fix glanceclient deprecation warning
* Fix test_waitcondition.py race by converting to mox
* Rename heat/cloudformations.py to heat/cloudformation.py
* Trivial unit test changes
* Switch to in-memory sqlite for unit tests; 1500% speed improvement
* Move test skipping on import failure from package to function
* Get rid of gratuitous params in RPC API
* Unit test coverage for user resources, plus some user fixes
* Change file to executable to get rid of rpmlint warning
* Version 6 about to be announced for release, time for v7

v6.release
----------

* heat : HA functional test missing import
* heat tests : convert HA test to exec_sudo_command
* heat tests : Fixup IHA functional test
* heat tests : functional tests add exec_sudo_command
* Don't fail to delete if VolumeAttachment not found
* Improve debugging ability for functional tests
* Fix typo in test file name
* heat tests : fixup test_CFN_API_Actions.py
* Stop deprecation warning when creating resources directly
* Unit tests for volumes and attachments
* Update another embedded template to F17
* Changed embedded loadbalancer template to use F17
* heat API : fix wrongly named key for stack events
* heat : ensure DB user creds aren't written decrypted
* Fix scoping issue
* Make instance match expected name
* Look for instance name that matches template
* Provide full URL address in AutoScalingMultiAZSample.template
* Tag functional tests with the JEOS required
* Make automated scripts quieter
* Implement test_AutoScalingMultiAZSample.py
* heat engine : loadbalancer add missing calculate_properties()
* heat engine : convert stack resource to physical_resource_name
* Return exit code rom run_tests.sh
* Avoid test runner crash when we have no tty
* Unit tests for autoscaling resources. 100% coverage!
* heat tests : New wordpress IHA functional test
* Tests EIP resource creation and association
* Allow linux distribution to be passed to multiaz template for test case
* Fix backtrace when using loadbalancer
* Fix spelling errors in loadbalancer which resulted in template not launching
* Remove unnecesssary nova constructor calls in each manager API call path
* Fix up tags
* Fix test_WordPress_2_Instances_With_EBS.py
* Change templates to launch F17 (not F16) by default
* heat tests : add HAProxy functional test
* heat templates : add LinuxDistribution parameter to HAProxy
* heat tests : functional tests allow non-default stackname
* Switch to Fedora 17 on guests in Getting Started
* heat : Show user parameter values in heat describe
* heat tests : expose keyname from Stack object
* Work around nova-network launch issue harder
* Use stack_identity where it has changed from stack_name
* Unit test S3 Bucket resource with associated fixes
* Use openstack.common.timeutils.isotime()
* Work around nova-network launch issue
* Change rpc cleanup to occur before killing engine thread
* Add new OpenShift test
* heat tests : new functional test for CFN API
* heat tests : Update test_WordPress_With_RDS
* heat tests : remove duplicate cleanup Wordpress_Boto
* heat tests : bugfix utils cleanup function
* heat tests : bugfix utils cleanup
* tests: Wait for delete completion
* tests: Clean up after a failed functional test
* tests: Make StackBoto inherit more from Stack
* tests: Fail promptly on stack creation failure
* Add Wordpress_2_Instances testcase
* Add test_WordPress_2_Instances_With_EBS_EIP.py
* heat tests : functional test utils add response_xml_item
* Fix timing issue in starting openstack-network
* There is no spoon take 2
* There is no spoon
* heat : Revert "Make sure the properties are defined in all cases."
* heat : bugfix convert User resource to physical_resource_name()
* creating instances failed as a result of regression in last commit
* Update openstack-common
* Make physical resource names unique based upon stack name
* Change Stack to support user defined parameter
* Add 2 instance with EBS test
* Change VerifyClass to have a generic verify_url method
* Update WordPress_Compsed_Instances to new test infrastructure
* Make S3 import except on ImportError rather then all exceptions
* Make S3 optional since swiftclient is not available in all distributions
* heat : test utils, extract ec2 credentials from keystone
* heat : allow boto_client to accept credentials
* heat : move boto.cfg to correct location
* heat : comment credentials in template boto.cfg
* heat tests : add new Boto wordpress functional test
* heat tests : functional test utils add StackBoto class
* Implement the AWS::S3::Bucket resource type
* Update documentation on configuring metadata server
* Handle verification errors in create/update in cfn API
* heat tools : nova_create_flavors.sh additional retry logic
* heat tools : add ephemeral disk for all flavors
* heat tools : check services running after openstack install
* Rework functional test case infrasatructure
* Add a string representation for identifiers
* Add unit tests for EngineManager create/update/delete_stack
* Fix update_stack call in EngineManager
* Reorganise etc directory for easier installation
* Delete unused heat-engine-paste.ini
* Make sure the properties are defined in all cases
* Add test case for WordPress_With_LB.template
* Add a Wordpress+MySQL composed instance functional test case
* Add EBS test
* heat tests : new wordpress EBS_EIP functional test
* Forgot commas, doh!
* More EBS fixes
* Rename heat-api to heat-api-cfn
* heat templates : EBS templates, attach volume to vdc
* heat tests : bugfix FuncUtils check StackId not StackName
* heat templates : Add default LinuxDistribution parameter
* Fix identify_stack call
* Modify to use systemctl and move func_utils outside of setUp
* Add a newline to user data injection
* Fix pep8 warning
* Support lookup of stacks by name or ARN
* Add an identify_stack RPC call
* Report StackId in ARN format
* Create a unique identifier for stacks
* Use assertEqual() instead of assert_()
* heat tests : add functional test for Wordpress RDS
* heat tests : convert functional test to class
* heat tests : update WordPress_Single_Instance_With_EIP
* heat tests : convert functional test to testcase class
* heat tests : FuncUtils use heat_client in create_stack
* heat tests : FuncUtils cleanup use heat_client
* Switch to keystone service_type=orchestration
* heat tests : test_WordPress_Single_Instance.py update
* heat tests : Add verify_wordpress helper function
* heat tests : FuncUtils add get_stack_output function
* Fix support for eventlet 0.9.16
* heat tools : add qpid-cpp-server-daemon to tools/openstack
* Add functional test for HA template
* heat : run_tests.sh allow easier test selection
* heat cli : initial heat-watch cloudwatch API client
* heat API : Implement initial CloudWatch API
* heat engine : Add set_watch_state engine RPC action
* heat engine : Expose valid watch states via engine.api
* Add new functional test for WordPress_Single_Instance_With_EIP
* Connect to heat client, add accessor method, and fix ip check
* Add new methods to get access to nova/glance clients
* Make sure the functional test always cleans up
* heat API : add get_param_value to API utils
* Add new arguments to run_tests
* Refactor reformat_dict_keys()
* Refactor extract_param_pairs()
* Refactor extract_param_list()
* Add link to RPM repository in getting started
* heat API : Add api.aws.utils.extract_param_list
* heat tests : rename test_stacks
* heat tests : add test for new manager show_watch_metric method
* heat tests : add tests for new manager show_watch method
* heat engine : bugfix show_watch, fix single-watch mode
* heat tests : add new engine rpcapi unit tests
* Add test-requires in RPM package list form
* Set the max url length in eventlet 0.9.17
* Functional test improvements
* Fix the Timeout/Interval check in the LB
* Fix the way self.properties is checked for a value
* Make RDS (mysql) wait until setup is finished before proceeding
* Put selinux in permissive mode by default via a runcmd in cloudconfig
* heat API : make extract_user_params more generic
* heat engine : Add show_watch_metric RPC action
* heat engine : add show_watch RPC method
* Split functional test into standalone and utility class
* heat DB : make watch_data_get_all work with no watch ID
* heat API : Add HeatAPINotImplementedError exception
* heat API : Move aws api common code into aws/utils.py
* heat API : move remote_error to common exception.py
* heat API : move aws common files from api/v1 to api/aws
* heat engine : Fix engine.api variable shadowing
* heat tools : glance-jeos-add-from-github avoid duplicates
* heat tools : glance-jeos-add-from-github scrape image names
* Inject command into userdata
* Add a tool to register prebuilt JEOS images into glance from github
* heat template : Align two Openshift template varieties
* Use cached keystoneclient
* heat cli : Workaround inconsistent boto return type
* heat cli : Rework to separate cli tool from client-API wrappers
* heat cli : remove some duplication from parameter formatting
* heat cli : remove unused paths from heat cli tool
* Update Getting started to match change to heat-jeos
* heat api : bugfix, save config correctly in EC2Token
* heat templates : Add openshift template for pre-built jeos
* Getting Started: Add configuration info for the metadata server
* Getting Started: Use install.sh script
* Make template params resolution standalone
* change amd64 reference to x86_64 to match latest cfntools
* Remove crankcase patch since fix was merged upstream
* Add calculate_properties() to update() and restart_resource()
* Force rpm to retry indefinately during crankcase build
* Log all startup operations to /var/log/heat-startup.log
* Port existing rpc calls to use the new RPC client API
* Implements a client side engine RPC API
* heat templates : update Openshift template to add node instance
* heat : Make instance flavors consistent
* heat engine : raise appropriate error for incorrect stack_name
* heat API : Return correct AWS error response for invalid parameter
* Bump to v6

v5.release
----------

* heat engine : Avoid writing to class-scope parameters schema
* Update getting started with credential crypto
* Add tools directory to python package
* Don't use uuidgen in install.sh
* Add encryption support for authentication information in db
* Change to per-tenant stacks
* Make a template that demonstrates instance monitoring and restarting
* Call calulate_properties() before calling FnGetAtt()
* Log the error when a resouce fails to delete
* heat API : Add more tests covering error paths
* delete duplicate validate() method
* loadbalancer: implement Interval and Timeout
* autoscaling: implement DesiredCapacity
* Update GettingStarted guide to use correct state name
* Get rid of PyCrypto dependency
* heat API : Add more unit tests
* Add AWS::RDS::DBInstance
* autoscaling: don't kill all instances when scaling down
* make the autoscaling template easier to debug
* Return the name from the autoscaling group not the instance
* Add python-psutil and fix cfn-push-stats options
* Add an EC2Token_filter_factory and use it as the default paste filter
* heat api/engine : Implement UpdateStack functionality
* heat db : fix per-object delete
* Combined autoscaling and loadbalancer
* Optimize filter context
* convert to float instead of int in the watch rule
* Allow nested stacks to be retrieved by name
* Use eventlet's wsgi again
* Don't require user params on template validation
* tools: erase openstack-utils only after using it
* Update openstack-common
* Erase openstack-utils when uninstalling OpenStack
* heat : update config files with new rpc backend
* Import openstack.common.rpc
* Use global cfg.CONF instead of config classes
* Get rid of eval() in authentication code
* heat engine/API : Internal API rework
* Account for XML output in Getting Started script
* Fix directory changes in Getting Started script
* Allow non-interactive installation of OpenStack
* Document Metadata server in Getting Started guide
* Import openstack.common.log and use inside heat infrastructure
* Update openstack-common in prep for pulling in common.rpc
* Set the stack updated time through the Timestamp
* Eliminate DB access from the engine API
* Make timestamps available in Stack/Resource objects
* heat cli : Manpage updates
* heat engine : fix create_stack response format
* heat API : Add missing StackId prefixes
* heat engine : move StackId formatting into API
* Block on instance delete until delete operation completes
* heat engine : Store stack timeout in database
* Display better message on Keystone failure
* Speed up metadata server registration
* Fix the WordPress puppet template syntax
* Optimise DB lookups by ID
* Raise the correct error when a stack is not found
* Access Resource metadata through the new attribute
* Add a helper class for metadata
* Add unit tests for metadata read/write in heat-engine API
* Avoid unneccesary template parsing
* Allow partial template parsing
* Rename resource_id to resource_name in metadata API
* Report errors from nested stacks
* Speed up engine manager unit tests
* Update JEOS example in Getting Started
* heat cli : Align resource-list-details usage with other commands
* heat API: bugfix to XMLResponseSerializer
* heat engine: raise appropriate error on bad stack name
* Add DB refresh/expire on specific parameters
* Allow Status(Reason) access through Stack/Resource objects
* Rename test_resources to test_instance
* heat API : Return auth errors in AWS format
* heat : heat-boto remove boto.cfg reading
* Separate out formatting for Engine API from manager
* Add new assertions about event unit tests
* Add basic autoscaling
* Add NovaSchedulerHints and correct the implementation of Tags
* heat tools : openstack script don't create duplicate pv's
* heat tools : openstack script add restart option
* heat tools : whitespace cleanup in tools/openstack
* heat tests : Add missing headers to tests
* heat API : cleanup docstrings
* Add monitoring to the loadbalancer
* Add an OpenShift template
* Pass Tags into scheduler_hints
* heat tools : heat-db-drop prompt for missing password
* heat API : Convert API to use HeatAPIException subclasses
* heat API : Implement API specific exceptions
* heat : add heat-boto test client
* Add more unit tests for the engine API
* Store the context in the resources
* Add Metadata to detailed Resource output
* Use a consistent stack ID
* Make Stacks the owners of their own DB representation
* Don't store the metadata server address in the Stack
* Delete user creds from DB when no longer required
* Remove parsed template from database
* Make LoadBalancer a subclass of a nested stack
* Use unittest assert*() methods instead of assert keyword
* Switch .gitreview to use OpenStack
* Add the loadbalancer resource
* Add the Fn::GetAZs() intrinsic function
* Teach CheckedSchema to do nested schemas
* heat API : Add missing Response wrappers
* heat API : Make CreateStack work with boto
* Add unit tests for timeout extraction
* heat API : DescribeStacks return all when no stack name specified
* Fix typo in stack creation code
* Change oz rpm install to use yum
* heat engine : Return timestamps formatted by heat_utils.strtime
* Clean up pip-requires for stackforge
* We don't need to be installable via PIP so remove build and install deps
* Don't go fishing in the stack for the KeyName
* Tidy up create timeout code
* Get rid of _wrap_db_error()
* Bump to v5

v4.release
----------

* Store the user parameters in the stack table
* heat GettingStarted guide, add oz install instructions
* Add nested templates that implement a simple proxy/loadbalancer
* Pass the stack_id into the resource_metadata_update
* Do not remove qpid-cpp-server as it is part of openstack erase
* Few small fixes for getting started
* Remove --root=/ in install script
* Add keystone create script for devstack
* heat API : Align DescribeStacks response with AWS docs
* heat API : Escape JSON TemplateBody XML serialization
* Add uninstall script for Heat
* Factor out authenticate method for engine
* Fix metadata startup
* Change install.sh to work on fresh install
* Fix path to cloudinit directory
* Ignore the unimplemented properties of IAM::User
* Don't use json.dumps() on the output of get_template
* Fix EIP template
* Remove service name from nova() def
* heat API : Add support for ContentType=JSON query parameter
* Fix Stack initialisation
* heat templates : Cleanup README and template whitespace
* Fix the wait condition's reading of the metadata
* Fix a typo (from the commit to use state instead of parsed_template)
* Use the correct resource name
* Make the describe-resource API calls user-aware
* DB: add stack status & reason, resource metadata
* Use the resource.state_description
* Don't remove resources from the DB during HA restart
* Make the saving cfn-signaling more reliable
* Remove duplicate setup_logging()
* Work around keystone strangeness (error deleting user)
* Fix db exception description
* Fix the metadata rpc functions
* heat API : Align response StackId with AWS spec
* Add more per-user stack support (2)
* Add example templates for nested stacks
* Add execute bits to executable scripts manage.py and runner.py
* Fix DB calls in Resource API
* Add describe resource API calls
* heat api/engine : Reworked approach to aligning with AWS date format
* heat API : Align time format with AWS spec
* Lengthen the timeout of the WaitCondition in the HA template
* Change create_watch_data from POST to PUT
* Get the context from the db not the context of the guest tool
* Implement Nested Stacks
* Move parsing of parameters out of template parser
* Get stacks from the DB by either name or id
* Lock to pep 1.1
* Fix latest DB migration script
* Raise NotFound exceptions from database
* Tidy up Resource creation and deletion
* Do proper dependency calculations
* heat manager : rename dict keys to align with AWS API
* Add a better error message
* Add a user creds database table and associate stacks with username
* Fix the metadata server auth (KeystoneCreds only sent from heat)
* Fix the error reporting
* Add manpage for heat-metadata
* heat API : return response body as XML not JSON
* Add heat-db-setup.1 manual page
* Pass Full Credentials to Engine
* Implement the user/access keys using keystone
* Allow an already deleted watch to not fail the stack.delete()
* Delete redundant escalation_policy (rather use instance.restarter)
* Make sure create happens if a resource has been deleted
* Make sure the 'nova_instance' is refreshed when ever the state changes
* When restarting a resource make sure that the parsed_template_id is set
* Fix heat-jeos installation in Getting Started
* Make heat-keystone-service a tad more robust
* Add install.sh
* Add EstimateTemplateCost API
* Add the GetTemplate API
* Remove cfntools and jeos
* Convert getLogger(__file__) into getLogger('heat...')
* Add a Timeout (-t) to the heat options (and make -f for templates)
* Fix the setup of daemon config
* Update openstack-common
* Improve parser readability + add unit tests
* Fix parsing of metadata
* Rely on instance_id been set to None
* wait_condition: use properties not t['Properties']
* Fix cloudwatch delete
* Fix restart_resource()
* Pass the context to the db calls
* add user auth to ha template
* Make sure the resource exists before trying to update it
* Fix the conversion from instance to resource name
* Restructure watchrules to make them more testable
* Add missing properties to cloud watch
* Change command interpreter to bash
* Add qpid-cpp-server to the openstack setup script
* Teach heat-api about the bind_host
* Refactor template resolution
* U10 wordpress template
* Fix new pep8 warnings
* Fix the Getting Started guide for the new setup.py
* Refactor Resource creation
* Clean up imports
* Don't use sys.exc_value
* Get list properties working again
* Remove _authenticate() check for metadata calls (temp)
* Fix the HA template (sed the username/password)
* Fix apt-get install
* Remove python 2.7ism
* Compress qcow2 files to take up less disk space
* Install argparse and update the U10 package cache
* Fix auth failed exception handler
* Set stack's `updated_at` time
* Add instance restarter
* Add a name to the checkeddict to improve the error messages
* Authentication Overhaul
* Changed SecurityGroups property type to TuplesList
* Change the policies for User to TuplesList
* Add missing flags to enable working with RabbitMQ
* cloudwatch: set HA template to send watch data
* Add the basic cloudwatch feature
* Add missing "properties_schema" to WaitConditionHandle
* Fix jeos_path when not intalled as an egg
* Allow login to U10 jeos launched from heat
* Changes to checkeddict for tuples and required
* Make i386 cfntools jeos work
* Add U10 JEOS support to heat jeos_create
* Validate all resource properties
* Add functional test to verify jeos and stack ops
* Fixing variable name for debug message
* using the calculated path for the template tests
* Update resource statuses in the database
* Fix deletion of security groups
* Only run cfn-init once
* Use the new CheckedDict for Parameters
* Add some better checking for parameters and properties
* Fixing path lookup to make sure the templates can be found
* Adding the AWS::IAM::User and AWS::IAM::AccessKey to the mapping
* tools/openstack: Updated to latest openstack F16/F17 tools
* Update gitreview for new Stackforge remote
* Align with project standards
* Fedora openstack projects use new tools to setup databases
* Add .gitreview for Gerrit
* Add an integration test script
* Pep8 fixes
* Fixing _decompress to handle bundled and compressed
* Handle failures when deleting stacks
* Fix problem with updating parsed template in DB
* Fix copy-paste errors in template descriptions
* Improvements to uninstall script
* Refactor some not-particularly-Pythonic code
* Delete networks when erasing OpenStack
* Adding chaining to CommandRunner
* Making PrivateDnsName return the ip address
* Adding puppet and puppet master instances
* Wait for instance startup in GettingStarted test
* api : fix pep8 warning
* Allow engine and metadata server start in any order
* Making PrivateDnsName return the ip address
* Clean up the API routes
* Adding puppet and puppet master instances
* Clean up the API routes
* Make the wait condition behave better when the stack is deleted
* heat cli : Add options to bash completion script
* heat client : reduce duplication between functions
* API and heat-cli rework to align with AWS CloudFormation API
* Report errors when resource creation fails
* Modify command names for consistency
* Updated the version to 4
* Make 'heat help' show a list of commands
* Allow the Getting Started script to run non-interactively

v3.release
----------

* Fix pep8 errors
* Set cfn-hup to send events to the metadata server
* Slim down the getting_started template
* Check for the presence of Metadat before trying to include it the multipart
* Add status argument that shows service status for all required services
* Kill some pep8 errors in test_stacks.py
* Kill some pep8 errors in engine directory
* Kill few pep8 errors
* Properly test ref valid against proper input
* Use manager to test ref validation
* Add test cases to test valid and invalid keys in FindInMap
* List stacks tests
* Move list_events into the class
* Factor out a start_wordpress_stack()
* Add event_list test
* Add uninstall script
* Add Getting Started guide to repo
* Add cfn-get-metadata to the manifest
* Fixed problems with starting MySQL in heat-db-setup
* Add test_validate_ref for invalid and valid inputs
* Check for invalid Fn::FindInMap key
* Check for invalid Ref keys in validate
* TEST: slightly better version with minimal template in place
* Add volumeattachment validation
* Allowed the database call to return no parsed template
* Adding a deepcopy of the template before stack create validation
* Add stack delete test, and set stack to DELETE_COMPLETE when done
* Removing stack validation on create
* Adding stack create test
* Validate invalid mountpoint.device entries
* Allow sending events using metadata server
* Typo in a logging declaration
* Fix stack creation - CREATE_FAILED issue
* Add ability to automate testing with tox
* Add option to exclude pep8 examination to run_test.sh
* Add test coverage option to run_tests.sh
* Connect up the waitcondition code to poll the metadata for the signal
* Save to parsed template as that is used in the parser
* WaitCondition: fix the url to the new metadata server
* Add WaitConditions to HA template
* Download cfn tools from the master branch
* Escape the quotes going into cfn-signal shell command
* More peppy fixes..
* Add implementation to cfn-signal
* Fix undefined LOG variable in db.session
* Remove unused "cloudinit_path" setup in resources.py
* Metadata: Add bind_host to the config
* Register metadata server's entry point with Engine
* Remove obsoleted metadata files
* Connect metadata server to the engine via RPC
* Moving key validation into instance validate
* Apparently boto expects / to be list stacks
* ValidateTemplate API call framework
* Fix the sql in the rails template (didn't work with the mysql in f16)
* uncommenting the metadata server attribute so the tests work
* Validating the KeyName against nova on stack_create
* Connect cfn utils to the remote server
* Fix cfn-get-metadata params and output
* Fixed the interpretation of the file extension
* Only showing the Outputs when the status of a stack is CREATE_COMPLETE
* Fix unbound error in cfn_helper
* Adding mime_string to the Instance instance and fixing tests
* Fix some indentation and pep errors
* Hack the Rails template to work
* Add Rails template example
* Add dummy cfn-signal
* Add WaitConditions
* Split the resourses up into seperate files
* Handle "sources" in cfn-init
* Initial metadata server API
* Add very basic support for installing (apt, python & gems)
* Add cfn-get-metadata to files section of cfntools tdls
* Modified README in tools directory to explain a few more tools
* Scoping the session per thread (request)
* Oops, meant for website repo
* Heat Logo
* Skipping the import if its deps aren't installed, use --no-skip if you want to run this
* Copied the python-novaclient test code to avoid importing via python path
* Adding the metadata.log file
* Finish necessary changes related to jeos_create move
* Add skeleton structure for the metadata server
* Update heat-api docstring
* more pep fixups
* Add cfn-get-metadata make all cfn tools more consistent
* openstack-common: timeutils and importutils seperated out
* openstack-common: update cfg.py
* Move jeos_create into utils so it can be imported
* Put Starting Heat API in log file and add logging setup to bin/heat-api
* Remove stray print debug message
* Quiet down the QPID logging since it isn't helpful and makes logs hard to read
* Kill prints and replace with LOG in heat/rpc/__init__.py
* Stub out system calls in metadata_files test
* Implement runas for cfn-hup
* Add test artifacts to gitignore
* Handle cfn-hup non-value parameters
* Moving db error wrapping into heat session to avoid a nova import
* Add an easier way to update the cfn scripts
* Fix up the template - some scripts not right
* Fix the cfn logging
* Fix userdata mime creation
* Fix userdata mime creation
* Add a real creds file for the cfn-hup config tests
* Re-add the file logging to cfn tools
* Make sure AWS::StackName is avaliable
* Add cfn-hup config into template
* Copy the single inst. wordpress template to With_HA
* removing import of common config because it needs credentials
* Adding the nova.exeption import to fix the tree
* Add file support to cfn-init
* Adding instance delete test
* Log when cfn-hup couldn't restart a service
* putting python-novaclient back in pip requires
* Removing nova from pip requires
* Make heat-db-setup generic enough to run on RPM or DEB distributions
* Adding the nova module to the pip-requires
* removing import of common config because it needs credentials
* Adding the nova.exeption import to fix the tree
* Use pip package name, not the RPM one
* Update virtual-env requires and documentation
* Make cfn-hup configuration handling closer to aws
* Better error messages for cfn-hup configuration
* more work on cfn-hup
* Add test case for boolean
* Assert the instance auto increment on the id worked
* Removing the run_tests.py, was replaced by heat/testing/runner.py
* Changing version scheme to just major
* Adding instance creation test
* Fix `to_boolean` in cfn_helper
* Try and keep track of the stack status
* Added db setup and teardown with sqlite
* Adding unit test for instance creation
* Adding resource initialization test
* Adding instance creation test
* Added db setup and teardown with sqlite
* Adding unit test for instance creation
* Adding resource initialization test
* Initial cfn-hup (wip)
* Move common cfn code into cfn_helper.py
* Fix more pep8 errors
* Update version to v3

v2-M1.release
-------------

* Wordpress 2 instance with EBS and EIP
* heat cli : Add bash_completion.d entry for heat
* heat cli: Use python logging module
* Fix another print -> logger.warn
* resources.py had a bunch of print's in it
* Add an exception around EIP fetching
* Fix a typo in the command line help
* Use v1 / v2 / v3 for version numbers to match tags
* Set proper author and mailing list in setup.py
* Remove BUILDING.rst since there is no building taking place inside project
* Remove rpm spec file and Makefile. Will track packaging in a different repo
* Remove tito - likely track this in a different repo
* Fix the EIP cleanup
* Add documentation for the per command CLI help options
* heat, heat-api: Add missing licence to header
* Remove rootpw from tdls and add ec2-user to sudoers file
* Deleting parsed and raw template when deleting stacks
* A little more detail on network create
* Fix the test environment
* Fix another template attribute in the output section
* Use the correct api to get the volume object
* Save the resource if complete or failed
* Fix the delete of a volume attach when the create partially succeeded
* To properly populate the output section
* Use the instance_id for the event "physical_resource_id"
* Fix the output attribute in single instance wp template
* Save the parsed_template so user parameters are available
* Fix the parsed_template columns (missing created_at and updated_at)
* Fix the version file (don't import glance's git commit)
* Add WordPress_Single_Instance_With_EBS_EIP.template
* Rename EBS_Volume to just EBS to pave way for EBS_EIP
* Make WordPress_Single_Instance_With_EIP.template work
* Initialize sec to None to avoid exception in security group
* Fix invalid JSON in template
* Store all event data in DB
* Remove hard-coded paths from DB setup script
* Avoid printing exception in db-setup
* Handle exception on Ctrl-C
* Updated WordPress_Single_Instance.template to work properly
* Update templates README with list of secure vs insecure templates
* Make WordPress_Single_Instance_With_EBS_Volume.template functional
* remove old experimental code
* kill all pep8 errors in parser and resources
* Updated templates/README directory to more clearly explain templates
* Rename WordPress_Single_Instance_cfntools.template to not have cfntools in name
* Rename WordPress_Single_Instance.template to have gold in name
* Adjust cfn-init -f flag to be implicit
* Adjust cfn-init to not use -f option
* Adjust cfn-init to not take a parameter in the initialization
* Fix bug in path on cfn-init
* Fix for issue #75: no more -f in cfn-init
* gold plating the WordPress_2_Instances template
* Wordpress 2 with EBS working
* Resolving rpmlint errors and adding man pages
* Register security group with launched instances
* Fix creation of security group and rules
* Fix a heap of pep8 errors
* Make an attempt at passing exception messages from engine to cli
* Fix 'heat describe'
* Add a traceback on exception caught
* Add a README to the templates directory to aid in navigation of the templates
* Add a tools/heat-db-drop script for fatal error recovery
* Make Wordpress_2_Instances.template work properly
* Check errors better in resolve_attributes()
* Add yum-plugin-fastestmirror on F17-x86_64 cfntools image
* Add yum-plugin-fastestmirror to the cfntools images
* Update WordPress_2_Instances.template to use cfntools and cfn-init
* resources: remove insert_package_and_services
* Properly launches a cfntools image with the appropriate userdata mime blob
* Correct path to cfninit data
* Yet more typos in cfntools template
* Fix typo in template
* Add a cfn-init call to cfntools
* Automatic commit of package [heat] release [0.0.1-1]
* Adding instructions on building the project with tito
* Removing the PKG-INFO and vcsversion.py from the rpm
* Initialized to use tito
* Add unit test framework nose and associated helper scripts
* Document all methods in the EngineManager class. These ones seem important
* Updating the heat spec to pull in cloudinit files and i386 jeos templates
* renaming CloudFormations to CloudFormation
* Handle errors when listing events
* Show stack description when status is unknown
* Allow listing of all events
* Use security groups in the multi-instance wp template
* Fix listing stacks
* Fix the stack.delete() by populating the resource id/state from the db
* move the db stack delete into parser.py as it is non-blocking
* Cleanup db imports (use heat code, don't import nova modules)
* Consistently create the db resource entry
* Add SecurityGroups to make is easier to use EIP
* Eliminate overly-broad exception catching
* Improvements to DB setup
* Issue #52: Fix error in db-setup script
* Start systemd services properly with cfn-init tool
* Fix the jeos path when running from installed code
* Delete extra white space
* Fix 'heat list' when there are no stacks
* Make jeos_create aware of existing disk files and previous glance registrations
* Update F17 cfntools image to properly boot for cloudinit
* Add ec2-user to F17 x86_64 tdl
* add ec2-user to F16 cfntools image
* Update i386 F16 cfntools image to match latest cloudinit features
* updated F17 x86_64 cfntools tdl to new cloudinit model
* Install cloudinit specific files that are loaded into the mime userdata
* Updated x86_64 cfntools tdl to work with broken F16 repos and cloud-init
* fixing small sed typo
* Add elastic IP and userdata to 2-instance template
* Fixing the heat events_list <stack name>
* Move the EIP settings into a different template
* Initial ElasticIp work - not quite working
* Add newly added tdls to manifest
* Add 32-bit tdls for Fedora 16,17 jeos (gold and cfntools)
* Fix exception getting events list
* Import missing exceptions
* Fix setting of admin role in keystone service
* Resolving functional conflicts from merge
* Adding new files to heat.spec file
* Defaulting to the mysql db_backend, removing anydbm
* Making delete stack work
* Persisting resources
* Made datetime objects JSON compatible by calling their to string functions
* Integrating all stack, template, and event calls with database
* Fix reporting of RemoteError exceptions from AMQP
* Handle missing config file
* Fix silly spello
* Record the reason for any failures
* Make better use of cloud-init
* Make the create/delete non-blocking
* Fix path to keystonerc
* Rename cftools to cfntools in the wordpress single instance template
* Put cfn-tools into the cfntool image
* Renamed all occurrances of cftools to cfntools to be more consistent
* Move cfntools to heat directory so they are accessible by jeos_create
* Add 2-instance Wordpress template without EBS
* Try harder to detach the server volume
* Don't use the "depends_on" in resource.start
* Cleanup some prints in the resources
* Add a 2 instance wordpress example
* Improve the ordering of stopping resources
* Issue #54: Getting started with cfn-init
* Get the volumes working properly
* Add documentation for heat jeos_create function
* typo fix in jeos_create
* Fix "heat list" only showing empty list
* Add utils & exception from openstack-common
* Use local.py from openstack-common
* Add F17 cftools TDL
* Add F16 cftools tdl
* Fix events_list
* Fix describe and delete
* Pass the parameters to the parser
* Remove some more unused files
* Don't need these files anymore. As per the layout in nova compute the manager is handling all the engine api calls
* Fix --template-file
* Use some evil to get the jeos tdl path
* Fix stack_delete()
* stack_db attributes seem broken. Comment these out for now and the API is generally working
* Fix create a bit more
* Hook up RPC methods
* Pre-bake cftools into an image
* Initial CloudFormations dummy files for vm helper tools
* Revert "Allow templates specified from local filesystem"
* Do mimimum to work with anydb
* Add support for the Output section
* Add an Outputs section to the template
* run dos2unix on the templates
* Updating the README to point to the Getting Started Wiki
* Adding the sqlalchemy db implmentation
* Allow templates specified from local filesystem
* Updated openstack script to print a note about the default network
* Beginings of Volumes and VolumeAttachments
* Update readme with the Keystone service setup
* Add a heat database to store templates, state, and events Fixes #39
* Make the "heat delete" command work
* Fix a crash in "heat show/list"
* Fix keystone creds in parser
* Make wordpress template leave mysql+http running, and start/enable them by default
* Pass the keystone creds to resource.py so usable from run-parser and heat
* temporarily hack out the keystone auth
* Updated wordpress single instance template to have quotes in proper place
* F16 updates broken- Delete F16 and F17 update repos and don't yum update
* Start userdata script after decoding
* use << intead of &lt;&lt; in Wordpress example
* Add FnBase64 encoder, encode user data, and feed to nova userdata
* Add installation of cloud-init to the JEOS creation operation
* Show how to create a network after using the openstack tools script
* Remove errant debugging print from run-parser.py
* Update to setup directions
* Stack list now communicating end to end. Time to hook some stuff up
* Change default exchange to heat-engine from nova. Hook up 'list' though it doesn't work yet
* Make create Working with recent glance mysql changes in F16/F17 RPMs
* Add mysql db creation for glance
* Fix run_parser.py to work with the db updates
* Move simpledb to db/anydbm just so we are using the new API
* Fix the service toke and endpoint
* Add script to add heat service catalog into keystone
* Get simple rpc.call working
* Add needed strtime functions from nova
* Add missing references
* Wait for server to enter the ACTIVE state or ERROR state and send events
* Stub out the database access API
* s/image/heat in auth code
* Copy some glance/common fixes
* run_parser.py creates an instance now
* Updated run-parser.py to work well with WordPress template
* Updated README with more precise setup directions
* Produce proper distro-arch variable for use with launching
* Update run-parser to work with proper user parameters as sent through the apis
* Security credentials are now passed into heat engine from cli
* Fix spelling error dependancies->dependencies
* Fix spelling error
* Tidy up README.rst
* Removing OpenStack LLC copyright
* Adding F17 JEOS tdl Issue #25
* Fix some tabbing
* Add the ValidateTemplate API
* Fix misspelling of Ubuntu so tdl is properly found
* Get the heat --parameters to work
* Add ami conversion to OpenStack style architectures
* Account for missing Properties
* Install /var/lib/heat directory
* Fix order of parmeters issue
* Fix heat jeos_create F16 x86_64 litters files
* Remove unneeded deps
* Fix up some imports so they work. I think this is right now. :)
* Add README to tools directory to help point out what files do
* Initial work on migrating heat-engine to rpc
* Add error checking and help to tool
* Add a missing tab
* Add code that shows how to create an instance
* Consistently use Keystone auth from environment
* Begin the change to a python only implementation
* Add an experimental ssh monitoring script
* Covert AWS instance types into Openstack Flavors
* Change run_parser.py to run t1.micro rather then m1.large
* Some glance keystone changes from getting started guide
* Updated with latest F17 nova auth fix
* install/erase working better
* Add a openstack helper install script
* Add elastic ip association to parser
* A few cleanups and some comments. Nothing major
* Use keystone auth environment variables
* Improved "test" parser for python orchestration
* Record events and retrieve them via "heat events_list <stack_name>"
* tweak the templates so the defaults are actually what we want
* Use full distro-arch as name of image registered with glance
* Properly handle templates of invalid format
* Display error message on invalid template URL
* Display message on heat-api and heat-engine startup
* Removed the *.log from the .gitignore so I can add the dummy files
* Removing some of the cargo cult copy paste shrapnel
* Adding rpm packaging for heat packages
* teach jeos_create about the debug option
* Improve the error checking in jeos_create
* Updating template example github link
* Minor text edits
* Directives to not use variable names that conflict with pdb
* Fix a module import failure
* Fix README bullets
* Fix README headings
* Update the README
* Start separating the api and the implementation
* fix delete params (was treated as body)
* Update readme with correct "raw" url for template
* Remove erroneous setup operation
* Install config files properly
* Rename the etc/ files to what they need to be
* Pretty up the README
* Add etc to the manifest
* Add a jeos create operation using oz
* Updated README with install directions
* Add MANIFEST.in and add a oz tdl for a F16 jeos
* Sync cfg from openstack-common
* Remove a bunch of unused util code
* Add a cape event listener
* Catch errors better when creating the stack
* Remerge common code with glance
* Add config cp to README doc
* Don't crash if there is no "AWS::CloudFormation::Init" section
* Move the default port number into common.config
* Change the default port references to DEFAULT_PORT
* Fix missing paren
* Add a call to start cape process
* Hook up the update and delete (not quite working)
* Add a very rough-and-ready conversion from json to xml for cape
* Add support for getting the template via url else we get RequestUriTooLong
* Add missing RequestUriTooLong exception
* Fix the systemd service section in the template
* Add a disto mapping to get the image name
* Simplify the template more
* Add a simple single instance wordpress template
* Remove openstack copy right assignment as we have not done that yet
* Add a simple in-memory "db" so we can create/list stacks
* Add setup.py and friends
* Add simple readme
* Fix Parameters
* Initial commit (basics copied from glance)
