Colleen Murphy
Colleen Murphy
@catherineluse > I tried to repro this recently and couldn't - I'm assuming that's because Colleen's PR was merged. I forced an incorrect resource version to be used - a...
That setting is for debugging only. The default is 30 minutes. It does not matter what you change the setting to, because the problem is not how often it occurs,...
Seems like there is an issue with the glance user, does `keystone user-list` work? Also inspect the puppet output from the first run for any issues in creating the user.
> add registry installation to this file /etc/puppet/modules/openstack/manifests/role/storage.pp : > ... > class { '::openstack::profile::glance::registry': } #this line is forgoten The registry profile is a noop: https://github.com/puppetlabs/puppetlabs-openstack/blob/master/manifests/profile/glance/registry.pp#L3 The glance::registry class...
Hi @srikanth787, Can you try installing the openstack-selinux package? I'm now able to reproduce this bug with certain versions of selinux, and installing the openstack-selinux package fixed it. If this...
@mmailand, @rrmichel, is there agreement on which set of pull requests should be merged?
The puppetlabs openstack module doesn't currently provide an interface to use Linux Bridge instead of OVS, but it is available in the neutron module. You could design your own profiles...
This is in our backlog [here](https://tickets.puppetlabs.com/browse/OS-250) but I don't think we will have the chance to work on it soon. If someone wants to take this on I think it...
@andrew-landsverk-win thanks for flagging me, this does look related to #34671. @armsnyder are there any logs related to "impersonator" or "impersonation" in the rancher logs that looks related that you...
This should already be fixed by https://github.com/rancher/rancher/pull/35325 in v2.6.3. @armsnyder can you try upgrading to v2.6.3 and see if that resolves the issue?