greese / dasein-cloud-openstack

Dasein Cloud implementation for all OpenStack components from Bexar to the present. For more information on Dasein Cloud, see the Dasein Cloud home page at https://github.com/greese/dasein-cloud.
https://github.com/greese/dasein-cloud
Apache License 2.0
4 stars 13 forks source link

Switched snapshot owner to AccountNumber from TenantId. #76

Closed oldpatricka closed 10 years ago

oldpatricka commented 10 years ago

This PR switched the Owner of Snapshots from the TenantId to the accountNumber. I believe that this is causing FB 4795. Amazon uses the accountNumber for this value, and DCM compares this value to the accountNumber in its cloud_account table to determine whether a snapshot is owned by a user (or has been shared from another user).

Looking back at previous versions of dasein-cloud-openstack (like 2013.02) it seems that the accountNumber was used as the owner in the past, so I'm not sure why this was changed. Was there a particular reason for that?

oldpatricka commented 10 years ago

Looks like this was just a configuration error in DCM. Closing.