openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22538
[Folsom]Very slow Openstack Dashboard
Hi,
I am installing OpenStack Folsom on Fedora 18.
The openstack dashboard is very slow and its giving the following error message:
Error: Unable to retrieve quota information.
I have followed this instructions:
# yum install openstack-dashboard memcached -ymodify CACHE_BACKEND = 'memcached://127.0.0.1:11211' in /etc/openstack-dashboard/local_settings# service httpd restart# chkconfig httpd on# chkconfig memcached on# service memcached start# setsebool -P httpd_can_network_connect=on
Follow ups