Comment 7 for bug 1323705

Revision history for this message
Jesse Pretorius (jesse-pretorius) wrote : Re: Instance console can't connect on the first attempt

It seems this is the source of the problem:

The metadata_api manifest, which used to set the memcached_servers on the controllers, is no longer included:
https://github.com/stackforge/fuel-library/blob/master/deployment/puppet/openstack/manifests/nova/controller.pp#L256-L265

The config option is still set on the compute nodes though:
https://github.com/stackforge/fuel-library/blob/master/deployment/puppet/openstack/manifests/compute.pp#L171-L174

So it would seem that the options just need to be set inside the controller manifest to resolve the issue.