[Bug 1316556] Re: vmware: boot from image (create volume) is failing

2014-10-17 Thread Thang Pham
This is because the time it takes to create the volume is longer than the default timeout value. You can increase the timeout value in /etc/nova/nova.conf to something greater, e.g. 3600. block_device_allocate_retries = 3600 ** Changed in: nova Status: Confirmed = Invalid -- You

[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-05-02 Thread Thang Pham
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) = Thang Pham (thang-pham) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net

[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-29 Thread Thang Pham
** Changed in: nova Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1313935 Title: tenant is required for quota-update but not for quota-show To

[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-29 Thread Thang Pham
** Changed in: nova Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1313935 Title: tenant is required for quota-update but not for quota-show To

[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-28 Thread Thang Pham
The problem is nova quota-update uses value of tenant-id to save the quota in the database. If you use demo as the tenant-id, nova will use project_id=demo when setting the project_user_quotas table. If you use a uuid as the tenant-id, nova will use project_id=uuid when setting the

[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-28 Thread Thang Pham
Another solution is: check that the tenant-id is actually a valid uuid. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1313935 Title: tenant is required for quota-update but not for