Ramsey Pawlik
Ramsey Pawlik
Guys, We need to have an LVM filter on the computes nodes: ``` #filter = [ "a/.*/" ] filter = [ "a|^/dev/sda.*$|", "r/.*/" ] ``` LVM on the compute node...
We need the ability to use a FQDN for Keystone endpoints, specifically when using SSL. Currently, when overwriting "uri" it will also use that as the bind address for HAproxy...
We need the ability to use a VNC password for console access: http://docs.openstack.org/grizzly/openstack-compute/admin/content/vnc-configuration-options.html A customer has brought up potential security concerns.
On all of our hypervisors, the file /etc/security/limits.d/90-nproc.conf has been created/modified to resolve the issues in the referenced ticket. Question - has this change been pushed to a cookbook in...