On Mar 19, 2012, at 12:13 PM, Jason Hedden wrote: > Glance host (192.168.131.142): > glance # lsb_release -d; uname -a; dpkg -l | egrep "glance|keystone" > Description: Ubuntu precise (development branch) > Linux ubuntu 3.2.0-17-generic #27-Ubuntu SMP Fri Feb 24 15:37:36 UTC 2012 > x86_64 x86_64 x86_64 GNU/Linux > ii glance 2012.1~rc1~20120316.1354-0ubuntu1 > OpenStack Image Registry and Delivery Service - Daemons > ii glance-api 2012.1~rc1~20120316.1354-0ubuntu1 > OpenStack Image Registry and Delivery Service - API > ii glance-client 2012.1~rc1~20120316.1354-0ubuntu1 > OpenStack Image Registry and Delivery Service - Registry > ii glance-common 2012.1~rc1~20120316.1354-0ubuntu1 > OpenStack Image Registry and Delivery Service - Common > ii glance-registry 2012.1~rc1~20120316.1354-0ubuntu1 > OpenStack Image Registry and Delivery Service - Registry > ii python-glance 2012.1~rc1~20120316.1354-0ubuntu1 > OpenStack Image Registry and Delivery Service - Python library > ii python-keystone 2012.1~rc1~20120316.2145-0ubuntu1 > OpenStack identity service - Python library > ii python-keystoneclient 2012.1~rc1~20120310.0-0ubuntu1 Client > libary for Openstack Keystone API
I was able to solve the problem by using the OpenStack PPA's instead of the packages in the precise repo. I'm not sure what exactly fixed it, but here's what packages are working for me. # dpkg -l | egrep "glance|keystone" ii glance 2012.1~rc1~20120320.1379-0ubuntu0~precise22 OpenStack Image Registry and Delivery Service - Daemons ii glance-api 2012.1~rc1~20120320.1379-0ubuntu0~precise22 OpenStack Image Registry and Delivery Service - API ii glance-common 2012.1~rc1~20120320.1379-0ubuntu0~precise22 OpenStack Image Registry and Delivery Service - Common ii glance-registry 2012.1~rc1~20120320.1379-0ubuntu0~precise22 OpenStack Image Registry and Delivery Service - Registry ii python-glance 2012.1~rc1~20120320.1379-0ubuntu0~precise22 OpenStack Image Registry and Delivery Service - Python library ii python-keystone 2012.1~rc1~20120316.2145-0ubuntu1 OpenStack identity service - Python library ii python-keystoneclient 2012.1~rc1~20120316.86-0ubuntu0~precise1 Client libary for Openstack Keystone API via https://launchpad.net/~openstack-ppa/+archive/bleeding-edge Thanks for all the help, and suggestions - Jason _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

