Jump to: navigation, search

ReleaseNotes/Grizzly

Revision as of 02:02, 8 March 2013 by Thingee (talk | contribs) (Adding notes in differences in cinder api v2 and note about extension folder moving.)

OpenStack 2013.1 (Grizzly) Release Notes

NOTE: Grizzly is due to be released on April 4th. This page is work in progress.

Cross-Project Notes

Key New Features

None yet.

Known Issues

None yet.

Upgrade Notes

  • Many projects have had their service launching scripts (e.g. nova-api) or their admin CLIs (e.g. keystone-manage) ported from optparse to argparse. This has lead to some minor incompatibilities in the arguments accepted by commands. For example, in glance you can no longer do glance-manage db_sync --config-file=... but must instead do glance-manage --config-file=... db_sync because the option is for the top-level command rather than the sub-command.
  • Maybe projects have had their default loglevel changed to WARNING. Use verbose=True to change the loglevel to INFO (the previous default) and debug=True to change the loglevel to DEBUG. See bug #989269

OpenStack Object Storage (Swift)

Key New Features

None yet.

Known Issues

None yet.

Upgrade Notes

None yet.

OpenStack Compute (Nova)

Key New Features

None yet.

Known Issues

Multiple security groups with same name can be created

Upgrade Notes

None yet.

OpenStack Image Service (Glance)

Key New Features

None yet.

Known Issues

None yet.

Upgrade Notes

None yet.

OpenStack Dashboard (Horizon)

Key New Features

None yet.

Known Issues

None yet.

Upgrade Notes

None yet.

OpenStack Identity (Keystone)

Key New Features

None yet.

Known Issues

None yet.

Upgrade Notes

None yet.

OpenStack Network Service (Quantum)

Key New Features

None yet.

Known Issues

None yet.

Upgrade Notes

None yet.

OpenStack Block Storage (Cinder)

Key New Features

Feature Supported in v1 Supported in v2
List Bootable Volumes yes yes
Clone volume yes yes
Filter volumes by attributes yes yes
Filter volumes by metadata yes yes
Filter snapshot by attributes yes yes
Filter snapshot by metadata yes yes
Update volume metadata yes yes
Update snapshot metadata yes yes
Pagination no yes

Known Issues

None yet.

Upgrade Notes

General

  • API extension folder moves from cinder/api/openstack/volume/contrib to cinder/api/contrib

Cinder API v2

  • List volumes/snapshots summary actually is a summary view. In v1 it was the same as detail view.
  • List volumes/snapshots detail and summary has display_name key changed to name.
  • List volumes/snapshots detail and summary has display_description key changed to description.

Known packaged distributions