Jump to: navigation, search

Difference between revisions of "ReleaseNotes/Cactus"

(I think i misunderstood the intention of "implemented during the last release")
(noted nova-manage log has been removed)
Line 23: Line 23:
  
 
* When upgrading from Austin/Bexar and using the local image store service ([[LocalImageService]]), you will need to re-upload your images or convert them, as they are in the wrong directory naming format. You can see if you have this problem by looking for log entries such as "ami-342452e is not in correct directory naming format". To convert them, you need to use '''nova-manage image convert /var/lib/nova/images''' where /var/lib/nova/images is the <path-to-images-dir>. You can also just re-upload the images and delete the old ones (usually stored in /var/lib/nova/images).
 
* When upgrading from Austin/Bexar and using the local image store service ([[LocalImageService]]), you will need to re-upload your images or convert them, as they are in the wrong directory naming format. You can see if you have this problem by looking for log entries such as "ami-342452e is not in correct directory naming format". To convert them, you need to use '''nova-manage image convert /var/lib/nova/images''' where /var/lib/nova/images is the <path-to-images-dir>. You can also just re-upload the images and delete the old ones (usually stored in /var/lib/nova/images).
 +
* The log command for nova-manage (''$ nova-manage log'') has been deprecated and removed.
  
 
=== Glance ===
 
=== Glance ===

Revision as of 19:37, 9 April 2011

Release Notes, Cactus

The Cactus release introduces ...

<<TableOfContents()>>

Upgrade notes

New Features

OpenStack Object Storage (Swift)

OpenStack Compute (Nova)

OpenStack Image Registry and Delivery service (Glance)

Others

Known Issues and Limitations

Nova

  • When upgrading from Austin/Bexar and using the local image store service (LocalImageService), you will need to re-upload your images or convert them, as they are in the wrong directory naming format. You can see if you have this problem by looking for log entries such as "ami-342452e is not in correct directory naming format". To convert them, you need to use nova-manage image convert /var/lib/nova/images where /var/lib/nova/images is the <path-to-images-dir>. You can also just re-upload the images and delete the old ones (usually stored in /var/lib/nova/images).
  • The log command for nova-manage ($ nova-manage log) has been deprecated and removed.

Glance

Blueprints implemented during the Bexar release

Bugs fixed during the Bexar release