Jump to: navigation, search

Difference between revisions of "ReleaseNotes/Grizzly"

 
Line 5: Line 5:
  
 
<<[[TableOfContents]](2)>>
 
<<[[TableOfContents]](2)>>
 +
 +
== 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, [https://review.openstack.org/16900 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.
  
 
== [[OpenStack]] Object Storage (Swift) ==
 
== [[OpenStack]] Object Storage (Swift) ==

Revision as of 20:48, 7 January 2013

OpenStack 2013.1 (Grizzly) Release Notes

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

<<TableOfContents(2)>>

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.

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

None yet.

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

None yet.

Known Issues

None yet.

Upgrade Notes

None yet.

Known packaged distributions