Comment 12 for bug 962615

Revision history for this message
GMi (gmi) wrote : Re: Unable to list volumes after building from snapshot

Vish, your patch works for me.

I just replaced line "snapshot_id = Column(String(255))" in "/usr/share/pyshared/nova/db/sqlalchemy/models.py" with "snapshot_id = Column(Integer)" and then restarted nova-api service and I can see the volumes in Dashboard and well as CLI.

Thanks for the quick fix.