- Jan 08, 2020
-
-
Claudio Pisa authored
Trying to merge stable/19.10 into master (tag charmRev39)
-
- Oct 24, 2019
-
-
David Ames authored
Set default branch for git review/gerrit. Switch amulet tests to stable. Switch to using stable charm-helpers branch. Change-Id: I79d7f690de2ccb86cdefd8e7787e67e700acef19
-
- Oct 16, 2019
-
-
Sahid Orentino Ferdjaoui authored
This patch also updates the smoke test to run train. Change-Id: I8cbc3d890e1fbeb05e2eef0354cdb60d849f20b4 Signed-off-by:
Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
-
- Oct 07, 2019
-
-
Alex Kavanagh authored
This patchset implements policy overrides for keystone. It uses the code in charmhelpers. Closed-Bug: #1741723 Change-Id: I187f4493392178d87ef7dbd67de841bbeae0c65d
-
- Oct 01, 2019
-
-
Ryan Beisner authored
Change-Id: I6216604292a41c0a65509716d5ead0bb022247d2
-
- Sep 24, 2019
-
-
Eduardo Sousa authored
The direct import of the auth plugin 'keystone.auth.plugins.oauth1.OAuth' is deprecated since Liberty. The entrypoint should only be defined in case there is a need to override the default implementation with a custom class. A closer inspection to the code confirms that: https://opendev.org/openstack/keystone/src/commit/70c9dd825691ce23e644169d5f30045cb21fe442/keystone/conf/auth.py#L63 Closes-Bug: #1837109 Change-Id: Icbad28cdefbccb6e6499ad4e19ad0d6bfaeff677
-
Eduardo Sousa authored
The direct import of the auth plugin 'keystone.auth.plugins.token.Token' is deprecated since Liberty. The entrypoint should only be defined in case there is a need to override the default implementation with a custom class. A closer inspection to the code confirms that: https://opendev.org/openstack/keystone/src/commit/70c9dd825691ce23e644169d5f30045cb21fe442/keystone/conf/auth.py#L38 Closes-Bug: #1837110 Change-Id: I80e584de7d5bf46c5621e357333853975cfebade
-
- Sep 23, 2019
-
-
Eduardo Sousa authored
Removing deprecated 'driver' option from 'token' group in Queens. Note: it was getting stuck during pause_resume test. Problem is fixed. The value was deprecated in Pike: https://opendev.org/openstack/keystone/src/commit/05c535c0bc1dbabd651f8369c9e2a09365b9a248/keystone/conf/token.py#L76 Closes-Bug: #1837108 Change-Id: I97c1bdc8f96b6320a52fdc2b329d2e8905f5be0e
-
- Sep 10, 2019
-
-
Jose Delarosa authored
Change-Id: I4abb94d40978e350c5de2500ea359ac9042ef007
-
- Sep 06, 2019
-
-
Zuul authored
-
- Sep 05, 2019
-
-
Seyeong Kim authored
Change os.remove to shutil.rmtree to delete unused key directory even it has subdirectories somehow Change-Id: I4743b2e9650721966df40a7dd542f85833c4f4c6 Closes-Bug: #1840756
-
- Aug 30, 2019
-
-
Frode Nordahl authored
Change-Id: I45edd7dc14d240e56c52d74147142f30f8c592d0 Closes-Bug: #1841429
-
- Aug 27, 2019
-
-
Camille Rodriguez authored
- removing sitepackages in tox.ini to avoid test env pollution - skip_missing_interpreters in tox.ini set to False to avoid false positives by skipping missing interpreters. Change-Id: I61f1ab26748ad9c2f008fb0d8f003fc2aa28d841
-
- Aug 26, 2019
-
-
Camille Rodriguez authored
The bundle disco-stein was in the dev_bundles because a bug with the Python 3.7 syntax prevented the success of the deployment of HA clusters. This bug is fixed, we can reintegrate disco-stein in the gate_bundles. Other minor adds: - Changing naming convention for vip: 'Amulet' is deprecated. - Passing OS env vars LP Related-Bug: #1823719 Change-Id: I787248ad2983858c6db2e5a838270a128dae717a
-
- Aug 23, 2019
-
-
Zuul authored
-
- Aug 19, 2019
-
-
Zuul authored
-
Chris MacNaughton authored
Ensure that EOL releases are removed from metadata and tests, and that the current dev release is enabled in metadata. Dev release tests are enabled separately because of chickens and eggs. Change-Id: I8ab5b1fac042a5ea5a8dcd3db7c9912ad58b67ee
-
- Aug 17, 2019
-
-
Zuul authored
-
- Aug 13, 2019
-
-
Zuul authored
-
- Aug 08, 2019
-
-
Natalia Litvinova authored
Change-Id: Idc0ec69b237e487092237fa638fb4f40fb36e55c
-
- Aug 07, 2019
-
-
Alex Kavanagh authored
During series upgrade, the keystone packages get re-installed as the underlying Linux has been upgraded and new package sets are updated and then pulled in. For trusty->xenial this means that keystone.service gets enabled which then breaks haproxy. On install, on xenial+, the keystone.service is disabled in the install hook. This just replicates this in the series-upgrade hook. Change-Id: Ic5ed6cf354d5545b9e554e205a048955a381e0f5 Closed-Bug: #1839021
-
- Jul 30, 2019
-
-
Corey Bryant authored
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Note that python35-charm-jobs is retained since this charm is supported on Xenial. Change-Id: Ia7f98b1ab89d0983b5ed0334c3796977387cc460 Story: #2005924 Task: #34228
-
- Jul 17, 2019
-
-
Frode Nordahl authored
Change-Id: If79038bb9b4e8de9bf073fb061568bc07cfa4082
-
- Jul 16, 2019
-
-
Chris MacNaughton authored
Change-Id: Iad76ecbb4850941bc9b184f4d0327f1a18b3770a
-
- Jul 08, 2019
-
-
Chris MacNaughton authored
Change-Id: I0b38a0c194b28d0fa4792375aa5bb689a2588adf
-
- Jul 03, 2019
-
-
James Page authored
When the certificates endpoint has completed TLS configuration via Vault, ensure that any federated identity backends are updated for the switch to TLS, other the generated SP data incorrectly used http:// instead of https:// Closes-Bug: 1834442 Change-Id: Ie160095789f5c34bc3509ffce4a7c5c0ec430632
-
- Jun 20, 2019
-
-
Dan Ackerson authored
Change-Id: I19a0e239f1857bc713df95c3070f06e71e31f6a7
-
- May 24, 2019
-
-
Chris MacNaughton authored
This change is required as Zaza underwent a split of the openstack tests from the Zaza project, so we had to track the working branch until that change landed. As it has landed, it is now time to use Zaza from master again Change-Id: I74a7ba7bb75312d2c55eea0434bd7f68007972c4
-
- May 16, 2019
-
-
David Ames authored
Rather than use hard coded auth methods, use the protocal named passed over the keystone-fid-service-provider relation. Also, when using federation do not allow the "external" method as they are mutually exclusive. Change-Id: I08f0632630d7f0e8d2d7ddb057e02f9febf9ad6f Closes-Bug: #1828015 Closes-Bug: #1828018
-
- May 10, 2019
-
-
Zuul authored
-
Liam Young authored
If the certificates that Apache is using change then Apache needs to be restarted. This change adds the SSL directory to the restart map to ensure any certificate changes trigger a restart. Change-Id: I1fd46865350e6a9cb35f4209fcf8dd201e6f1441 Closes-Bug: 1828530
-
- May 09, 2019
-
-
Chris MacNaughton authored
This change adds in zaza.openstack, as well as changing the branch target of zaza to a branch with zaza.openstack removed, allowing us to validate the new library Change-Id: Ie6deb30bc01afdc9bddfb91c975d031bfa4b0060
-
- May 07, 2019
-
-
Zuul authored
-
- May 02, 2019
-
-
Zuul authored
-
- May 01, 2019
-
-
Zuul authored
-
Chris MacNaughton authored
Change-Id: I19c98b17087b6d1ff86aa749654a13a14e61c951
-
- Apr 30, 2019
-
-
Chris MacNaughton authored
Change-Id: Ibb7df0c2b97801abb15af2d97534535af24205a1 Closes-Bug: #1827061
-
Dmitrii Shcherbakov authored
Enables a client to use application credentials for authentication. Change-Id: If6ff4bcabec2f976b79d87d57f4a763e8828c302 Closes-Bug: #1827058
-
- Apr 26, 2019
-
-
Zuul authored
-
- Apr 25, 2019
-
-
David Coronel authored
When running an upgrade of the keystone charm in a large environment, the upgrade process can take more than 30 minutes. Prior to this change, the user would only see 'Installing apt packages' during most of the process. This change adds status_set and log messages to the upgrade charm hook so that end users can see what is the status of the upgrade. Change-Id: I1eade73fad551310ceec0bb8dcbccb777737faeb Closes-Bug: #1782004
-