File openstack-heat-doc.changes of Package openstack-heat-doc
------------------------------------------------------------------- Thu Mar 6 06:21:37 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev543.g362e033: * 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 ------------------------------------------------------------------- Thu Mar 06 00:39:11 UTC 2014 - cloud-devel@suse.de - Rebased patches: + 0001-Switch-over-to-oslosphinx.patch dropped (merged upstream) ------------------------------------------------------------------- Thu Mar 6 00:39:06 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev533.g6c030fa: * Add tools/create_heat_domain helper script * Nova server to ref cloud-config resources in user_data * Return None when get_attr cannot resolve a value * Native ScalingPolicy resource * Remove vim header from files * Docs: use the plugin manager to list resources * Handle API limit exception in nova_utils.refresh_server * I18N support for error message * run_tests.sh default doc omits pep8 * Switch over to oslosphinx ------------------------------------------------------------------- Wed Mar 5 01:12:38 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev513.gf944f7d: * 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 * 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 * 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 a validation step to parameters schema * Add neutron network constraint ------------------------------------------------------------------- Tue Mar 4 10:59:28 UTC 2014 - speilicke@suse.com - Update to version heat-2014.1.dev473.ge469aef: * Adds Parameter Label to template validate call ------------------------------------------------------------------- Tue Mar 4 01:27:06 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev471.g5160a76: * Generate docs for contrib plugins * Restructure contrib/ directories * Document schema properties for Neutron subnet resource * Remove redundant default value None for dict.get ------------------------------------------------------------------- Mon Mar 3 13:24:33 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev463.g54117fe: * Add admin_pass as a property * Change software_config storage of config and io columns * 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 ------------------------------------------------------------------- Mon Mar 3 11:45:16 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev449.ga905ce9: * Update Oslo wiki link in README * Document schema properties for Neutron router resources * Add validation of nested property schema * Adding "device_owner" property for Port resource * Implement glance image constraint ------------------------------------------------------------------- Mon Mar 3 01:26:14 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev439.g59c0441: * add OS::Heat::AutoScalingGroup ------------------------------------------------------------------- Sun Mar 2 01:32:22 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev437.gfbecd4f: * Change Stack timestamps to save correct info * Change access to ceilometerclient ------------------------------------------------------------------- Sat Mar 1 01:35:28 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev433.g0007c2d: * I18N support for log message and attributes schema * Ensure that the NoCloud data source is loaded * Don't install cloud-init on Rackspace images * 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 * Convert AccessKey resource to attributes_schema * Check that 'heat_template_version' is a HOT version * Replace '+' with string interpolation operation * Remove unused output section from test template * Add preview for LoadBalancer ------------------------------------------------------------------- Thu Feb 27 01:01:49 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev407.gac8ef2a: * Docs: use pydoc to read docstrings * Remove redundant FnGetAtt from User resource * Implements resource type NetworkGateway ------------------------------------------------------------------- Wed Feb 26 00:50:05 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev401.g9dd525f: * Tidy up rpc_client definitions * Updated from global requirements * Changed Openstack into OpenStack in contrib.rst ------------------------------------------------------------------- Tue Feb 25 00:46:01 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev396.g1116377: * Replace hard code in software_deployment REST api * Doc generation display message for deprecated resources * Use property support_status in documentation generation * Fix test for cloud loadbalancer * Add Docker resources to docs * Change Docker resource mapping name * Fix resource mapping for Docker * 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 ------------------------------------------------------------------- Mon Feb 24 01:06:17 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev374.g4a9ed59: * Use support_status for existing deprecated properties * Move X-Auth-Url logic to auth_url middleware * Add support_status attribute to properties schema * Move HOT to a separate subpackage * Replace function resolution with lazy evaluation * unit tests: Refactor to accomodate lazy evaluation * Ensure some properties update_allowed on port res ------------------------------------------------------------------- Sat Feb 22 00:49:19 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev360.g6506f45: * Add flavor constraint * Rackspace Cloud Networks resource * Fix resource mapping for Rackspace * Refactor SupportStatus into its own module * Add ability to create provider networks (vlan,flat) * Environment template guide enhancement * 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 * Replace stack_get_all_by_tenant with stack_get_all ------------------------------------------------------------------- Fri Feb 21 01:20:28 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev338.gcd07271: * Move refresh_server() to nova_utils * Parse stack_adopt_data * de-hardcode adjustment type strings in autoscaling * Add a requirements file for contrib/rackspace/ ------------------------------------------------------------------- Thu Feb 20 01:22:06 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev330.g56bacbd: * Add systemd notification support to heat * Revert "Merge "Re-enable lazy translation"" * Add Heat API reference to developer docs * Add preview for TemplateResource * Add preview for InstanceGroup * Add preview for ResourceGroup * Add preview for NestedStack * Add StackResource specific preview behavior * Remove empty unit test directory * Add validation to KeyPair resource * raw_template hot parameter type data migration ------------------------------------------------------------------- Wed Feb 19 01:21:29 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev308.ge9f9f05: * 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 * Don't disable SELinux in cloud-init's boothook.sh * 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 * Fix usage of resource_data_get_all in stack-abandon ------------------------------------------------------------------- Tue Feb 18 01:29:03 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev276.g4f4222f: * Revert config mocking to cfg.CONF.set_override * Enable usage of custom constraint in parameters * Use six.moves cStringIO instead of cStringIO * Re-enable lazy translation * Rename Openstack to OpenStack * Use integer when appropriate in autoscaling schema * Don't try to stop a stack on a dead engine * Handle API limit exception in OS::Trove::Instance * Updates template_validate call to validate parameter_groups * Translate constraint description in validation * Raise the default max header to accommodate large tokens ------------------------------------------------------------------- Mon Feb 17 01:29:38 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev254.ga002359: * Restructure Marconi plugin directory structure * Separate the Marconi client from the resource * REST API for software config * Adds Parameter Label to HOT spec and parameter schema ------------------------------------------------------------------- Sun Feb 16 01:25:04 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev246.g26fe7a9: * Fix incompatibilities in tests with keystoneclient 0.6 ------------------------------------------------------------------- Fri Feb 14 08:07:15 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev245.g8c4adee: * Improve help strings * Add a nova keypair constraint * Fix errors in hot_spec doc * Remove spurious tracebacks from tests * Remove TODO comments in create_resource * Delete rackspace database resource * Provide region_name to trove-client * Retrieve user_id from HTTP Headers to populate Context * Implement HOT intrinsic function get_file ------------------------------------------------------------------- Thu Feb 13 01:28:21 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev227.ge7fd5a7: * Refactor SignalResponder to abstract user logic * heat_keystoneclient add support to enable/disable domain users * Verify that parsed environment file maps to a dict * Fix misspellings in heat ------------------------------------------------------------------- Wed Feb 12 01:15:25 UTC 2014 - cloud-devel@suse.de - Update to version heat-2014.1.dev221.g4c4b780: * Implement custom constraints ------------------------------------------------------------------- Tue Feb 11 17:19:12 UTC 2014 - speilicke@suse.com - Update to version heat-2014.1.dev219.g2a2cf52: * Add Rackspace resources summary to docs * 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 * 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 * 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 * 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 * Fix indentation errors found by Pep8 1.4.6+ ------------------------------------------------------------------- Wed Jan 8 15:20:34 UTC 2014 - speilicke@suse.com - Fix requirements ------------------------------------------------------------------- Thu Jul 18 08:52:40 UTC 2013 - berendt@b1-systems.de - setting correct paths to the generated documentation ------------------------------------------------------------------- Mon Jun 10 21:16:23 UTC 2013 - dmueller@suse.com - fix requires ------------------------------------------------------------------- Mon Mar 18 10:49:31 UTC 2013 - speilicke@suse.com - Drop +git.$TIMESTAMP.$COMMITHASH version suffix ------------------------------------------------------------------- Thu Feb 28 12:47:19 UTC 2013 - saschpe@suse.de - Initial version