These parameter were deprecated during Train cycle by [1] and have been
ineffective since then.
[1] fb8e19deb8
Change-Id: Ib2e2f8284a61ae7f8a1ae75a2b2c0a63503ddc08
After spending huge effort to understand the exact requirements to
enforce SRBAC, we learned it's very difficult to find the required
scope in each credential. This requires understanding implementation of
client-side as well as server-side, and requirement might be different
according to the deployment architecture or features used.
Instead of implementing support based on the actual implementation,
this introduces support for system scope credentials to all places
where keystone user credential is defined, and make all credential
configurations consistent.
Change-Id: I180c00bf826387176427a85319cb254713d40924
Support fo additional ip address allocations when using
dhcpv6 stateful was added in https://review.opendev.org/700002
and backported to stein in https://review.opendev.org/717205.
This change adds support in the puppet module to configuring
the amount of addresses to allocate.
Related-Bug: #1861032
Closes-Bug: 1872992
Change-Id: I09e6ce611b12e92a4a8db64c7f23a491998e956b
After merging https://review.openstack.org/#/c/602070/
the endpoint_override param was missing in cinder, glance,
neutron and swift config sections.
Change-Id: Ic2f720ca50671a34f00ed7d5c118b897f795f046
Keystone v2.0 API was removed so we have no choice but configuring
user_domain_name and project_domain_name otherwise it fallbacks to
Keystone v2.0 and it fails. This patch sets the default value so we make
sure Keystone v3 will be used out of the box for our users.
Change-Id: Ica121aa31705551052448a853fb8908732e749cf
Without these parameters ironic uses keystone_authtoken credentials.
This is deprecated since Newton and can be removed at any moment.
This patch provides a manifest to configure separate credentials
and moves other related parameters to it.
Reset [neutron]url to os_service_default to allow ironic to guess it,
rather then using a value that it probably wrong.
Change-Id: I7a9a78521c3495f04ca0a9f625b0d844ee56c56a
Partial-Bug: #1661250