This release is marking the start of Ocata release support in Tempest
As in the [doc]: http://developer.openstack.org/api-ref/image/v2/metadefs-index.html, there are some apis are not included, add them.
- namespace_objects_client(v2)
- namespace_tags_client(v2)
allow_port_security_disabled
option in the compute-feature-enabled
section has been changed from False
to True
.reseller
option in the identity-feature-enabled
section has been changed from False
to True
.volume_services
option in the volume_feature_enabled
section has been changed from False
to True
.compute.use_floatingip_for_ssh
(available as validation.connect_method
)compute.ssh_auth_method
(available as validation.auth_method
)compute.image_ssh_password
(available as validation.image_ssh_password
)compute.ssh_shell_prologue
(available as validation.ssh_shell_prologue
)compute.ping_size `` (available as ``validation.ping_size
)compute.ping_count `` (available as ``validation.ping_count
)compute.floating_ip_range `` (available as ``validation.floating_ip_range
)tenant_network_cidr
(removed) -> project_network_cidr
tenant_network_mask_bits
(removed) -> project_network_mask_bits
tenant_network_v6_cidr
(removed) -> project_network_v6_cidr
tenant_network_v6_mask_bits
(removed) -> project_network_v6_mask_bits
tenant_networks_reachable
(removed) -> project_networks_reachable
allow_port_security_disabled
option in the compute-feature-enabled
section is now deprecated.reseller
option in the identity-feature-enabled
section is now deprecated.volume_services
option in the volume_feature_enabled
section is now deprecated.OpenStack releases supported at this time are Mitaka, Newton, and Ocata.
The release under current development as of this tag is Pike, meaning that every Tempest commit is also tested against master during the Pike cycle. However, this does not necessarily mean that using Tempest as of this tag will work against a Pike (or future releases) cloud.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.