diff --git a/doc/release_notes/archive/v0.8.0.rst b/doc/release_notes/archive/v0.8.0.rst index 68fde61647..ac10210396 100644 --- a/doc/release_notes/archive/v0.8.0.rst +++ b/doc/release_notes/archive/v0.8.0.rst @@ -78,12 +78,12 @@ Verification component We completely redesign the whole Verification component. For more details see `our new docs for that component -`_ +`_ Unfortunately, such big change could not be done in backward compatible way, so old code is not compatible with new one. See `HowTo migrate from Verification component 0.7.0 to 0.8.0 -`_ +`_ Plugins ~~~~~~~ @@ -108,78 +108,78 @@ Plugins scenario. It should contain actual volume type instead of boolean value to choose random volume type. - Extend `GlanceImages.create_image_and_boot_instances - `_ + `_ with create_image_kwargs and boot_server_kwargs arguments. * *NEW!!*: - `CeilometerAlarms.create_and_get_alarm - `_ + `_ - `CinderVolumeBackups.create_incremental_volume_backup - `_ + `_ - `CinderVolumeTypes.create_and_delete_volume_type - `_ + `_ - `CinderVolumeTypes.create_volume_type_and_encryption_type - `_ + `_ - `CinderVolumes.create_and_accept_transfer - `_ + `_ - `CinderVolumes.create_and_get_volume - `_ + `_ - `CinderVolumes.create_volume_and_update_readonly_flag - `_ + `_ - `CinderVolumes.list_transfers - `_ + `_ - `CinderVolumes.list_types - `_ + `_ - `KeystoneBasic.create_and_get_role - `_ + `_ - `ManilaShares.create_and_list_share - `_ + `_ - `ManilaShares.set_and_delete_metadata - `_ + `_ - `MistralExecutions.create_execution_from_workbook - `_ + `_ - `MistralExecutions.list_executions - `_ + `_ - `NeutronLoadbalancerV2.create_and_list_loadbalancers - `_ + `_ - `NeutronNetworks.create_and_show_network - `_ + `_ - `NeutronNetworks.list_agents - `_ + `_ - `NovaAggregates.create_aggregate_add_host_and_boot_server - `_ + `_ - `NovaAggregates.create_and_get_aggregate_details - `_ + `_ - `NovaFlavors.create_and_delete_flavor - `_ + `_ - `NovaFlavors.create_flavor_and_add_tenant_access - `_ + `_ - `NovaHosts.list_and_get_hosts - `_ + `_ - `NovaHypervisors.list_and_get_uptime_hypervisors - `_ + `_ - `NovaHypervisors.list_and_search_hypervisors - `_ + `_ - `NovaHypervisors.statistics_hypervisors - `_ + `_ - `NovaSecGroup.boot_server_and_add_secgroups - `_ + `_ - `NovaServerGroups.create_and_list_server_groups - `_ + `_ - `Quotas.nova_get - `_ + `_ **Hooks**: * *NEW!!*: - `fault_injection - `_ + `_ **Runners** * *Updated*: - `RPS runner - `_ + `_ is extended with ability to increase 'rps' value by arithmetic progression across certain duration. Now it can be also a dict specifying progression parameters: @@ -215,7 +215,7 @@ Fixed bugs * [tasks][cleanup][nova] Failed to remove aggregate which has hosts in it * [tasks] `--abort-on-sla-failure - `_ + `_ mechanism works only for current workload, but does not stop the next ones. * [hooks] hooks section isn't displayed in HTML report diff --git a/doc/release_notes/archive/v0.8.1.rst b/doc/release_notes/archive/v0.8.1.rst new file mode 100644 index 0000000000..ede1a73445 --- /dev/null +++ b/doc/release_notes/archive/v0.8.1.rst @@ -0,0 +1,36 @@ +============ +Rally v0.8.1 +============ + +Overview +-------- + ++------------------+-----------------------+ +| Release date | **1/27/2017** | ++------------------+-----------------------+ + +Details +------- + +Fix for python requirements list. + +Plugins +~~~~~~~ + +**Scenarios**: + +* *Updated*: + - Use new network for each subnet at + `NeutronNetworks.create_and_list_subnets + `_ + scenario. + +* *NEW!!*: + - `CinderVolumeTypes.create_and_list_encryption_type + `_ + - `Quotas.cinder_get + `_ +Thanks +~~~~~~ + + 2 Everybody! diff --git a/doc/release_notes/latest.rst b/doc/release_notes/latest.rst index 90a47d0608..2a2a0cb972 120000 --- a/doc/release_notes/latest.rst +++ b/doc/release_notes/latest.rst @@ -1 +1 @@ -archive/v0.8.0.rst \ No newline at end of file +archive/v0.8.1.rst \ No newline at end of file