Branches for Precise Pangolin

Name Status Last Modified Last Commit
lp:~charmers/charms/precise/keystone/trunk bug 2 Mature 2014-02-11 13:33:44 UTC
54. [yolanda.robla] Add syslog configurat...

Author: James Page
Revision Date: 2014-02-11 13:33:44 UTC

[yolanda.robla] Add syslog configuration option.

lp:~openstack-charmers-archive/charms/precise/keystone/trunk 2 Mature 2016-01-28 09:03:47 UTC
155. 16.01 Charm release

Author: Liam Young
Revision Date: 2016-01-28 09:03:47 UTC

16.01 Charm release

lp:~ahasenack/charms/precise/keystone/use-charm-dir bug(Has a merge proposal) 1 Development 2013-04-25 16:59:05 UTC
67. Use the environment variable CHARM_DI...

Author: Andreas Hasenack
Revision Date: 2013-04-25 16:57:49 UTC

Use the environment variable CHARM_DIR instead of a hardcoded value. The
previous value was not compatible with juju-core.

lp:~bjornt/charms/precise/keystone/charm-testing 1 Development 2013-05-03 20:04:07 UTC
48. Add missing file.

Author: Björn Tillenius
Revision Date: 2013-05-03 20:03:16 UTC

Add missing file.

lp:~chad.smith/charms/precise/keystone/ha-support (Has a merge proposal) 1 Development 2013-03-05 22:12:41 UTC
58. more strict netstat port matching

Author: Chad Smith
Revision Date: 2013-03-05 22:12:41 UTC

more strict netstat port matching

lp:~chad.smith/charms/precise/keystone/keystone-health-updates (Has a merge proposal) 1 Development 2013-03-27 14:54:51 UTC
61. keystone health updates to use new cl...

Author: Chad Smith
Revision Date: 2013-03-27 14:54:21 UTC

keystone health updates to use new cluster.determine_api_port method

lp:~corey.bryant/charms/precise/keystone/fix-for-1288344 (Has a merge proposal) 1 Development 2014-03-06 21:20:18 UTC
59. Fix race condition in config_changed()

Author: Corey Bryant
Revision Date: 2014-03-06 21:14:05 UTC

Fix race condition in config_changed()

lp:~gandelman-a/charms/precise/keystone/avoid_restarts (Has a merge proposal) 1 Development 2013-04-09 17:30:53 UTC
64. Remove debug.

Author: Adam Gandelman
Revision Date: 2013-04-09 17:30:55 UTC

Remove debug.

lp:~gandelman-a/charms/precise/keystone/avoid_upgrade_in_install (Has a merge proposal) 1 Development 2013-05-03 19:11:14 UTC
69. utils.install(): Avoid attempting to ...

Author: Adam Gandelman
Revision Date: 2013-05-03 19:10:58 UTC

utils.install(): Avoid attempting to install packages already installed.

lp:~gandelman-a/charms/precise/keystone/cloud_archive_vers 1 Development 2013-03-21 17:39:12 UTC
59. Reinstate original formatting for spe...

Author: Adam Gandelman
Revision Date: 2013-03-21 17:37:50 UTC

Reinstate original formatting for specifying cloud archive pockets.

Somewhere the parsing changed from cloud:precise-folsom/updates to
cloud:folsom/updates. Make it consitent with scheme used in other
charms.

lp:~gandelman-a/charms/precise/keystone/cluster_leader (Has a merge proposal) 1 Development 2013-01-31 21:32:49 UTC
51. Little cleanup.

Author: Adam Gandelman
Revision Date: 2013-01-31 21:32:49 UTC

Little cleanup.

lp:~gandelman-a/charms/precise/keystone/config-changed (Has a merge proposal) 1 Development 2012-08-08 23:18:49 UTC
32. Allow reconfiguration of admin user c...

Author: Adam Gandelman
Revision Date: 2012-08-08 23:17:52 UTC

Allow reconfiguration of admin user credentials via 'juju set'

This adds the ability to update a users' password via keystoneclient. This is
called for every run of ensure_initial_admin().

A basic config-changed hook is added to call ensure_initial_admin(), allowing:

    - Changing the current admin user's password via
      'juju set admin-password=foo'
    - Defining a new admin user in the system via
      'juju set admin-user=newadmin admin-password=foo'.

Note, when creating a new admin user, the previous admin user is not deleted from the system.
The new admin user can manage existing users thru the dashboard or keystoneclient.

lp:~gandelman-a/charms/precise/keystone/db_recreate_services (Has a merge proposal) 1 Development 2012-09-20 18:15:58 UTC
36. hooks/utils.py: Avoid another duplica...

Author: Adam Gandelman
Revision Date: 2012-09-20 18:15:58 UTC

hooks/utils.py: Avoid another duplicate role assignment in create_role().

Do not add role directly through API in create_role(). Use grant_role()
utility function instead, which checks for duplicate assignments.

lp:~gandelman-a/charms/precise/keystone/do_upgrade 1 Development 2012-10-12 17:26:34 UTC
39. Rename config option for consistency ...

Author: Adam Gandelman
Revision Date: 2012-10-12 17:26:48 UTC

Rename config option for consistency across charms: keystone-release -> openstack-origin.

lp:~gandelman-a/charms/precise/keystone/endpoint_reconfig (Has a merge proposal) 1 Development 2012-10-28 10:46:12 UTC
38. Bump revision.

Author: Adam Gandelman
Revision Date: 2012-10-28 10:45:59 UTC

Bump revision.

lp:~gandelman-a/charms/precise/keystone/epoch_fix 1 Development 2013-03-04 23:54:09 UTC
54. openstack_common.py fixes. * Treat P...

Author: Adam Gandelman
Revision Date: 2013-03-04 23:54:01 UTC

openstack_common.py fixes.

* Treat PPAs like deb urls when determining version offered by source.
* Add havana place holders.
* Use python apt library instead of shell parsing when inspecting installed versions.
* Fix for new epoch'd versioning.

lp:~gandelman-a/charms/precise/keystone/external_auth 1 Development 2014-01-30 00:40:00 UTC
54. WIP: support external identity backen...

Author: Adam Gandelman
Revision Date: 2014-01-30 00:39:43 UTC

WIP: support external identity backends for service auth

lp:~gandelman-a/charms/precise/keystone/fix-grant-role (Has a merge proposal) 1 Development 2012-08-08 21:35:53 UTC
32. Make utils.grant_role() more idempote...

Author: Adam Gandelman
Revision Date: 2012-08-08 20:27:36 UTC

Make utils.grant_role() more idempotent.

Keystone+keystoneclient have recently changed to now throw errors when
a role is assigned to a user+tenant more than once. Account for this
by checking user+tenant's role assignments before attempting to assign.

The changes to keystone+keystoneclient happened in folsom, but this operation
is supported in the Essex release as well, so applying to the precise charm
branch to avoid an early delta between precise + quantal branches (which doesn't
exist yet).

lp:~gandelman-a/charms/precise/keystone/fixes (Has a merge proposal) 1 Development 2012-11-29 00:10:25 UTC
36. Merge deb src handling + grizzly CA s...

Author: Adam Gandelman
Revision Date: 2012-11-21 22:03:54 UTC

Merge deb src handling + grizzly CA support from James Page.

lp:~gandelman-a/charms/precise/keystone/grizzly (Has a merge proposal) 1 Development 2013-01-11 22:12:41 UTC
46. identity_changed: Move role creation ...

Author: Adam Gandelman
Revision Date: 2013-01-11 22:12:41 UTC

identity_changed: Move role creation earlier in hook.

Allows endpoint-less services to also request role creation.

lp:~gandelman-a/charms/precise/keystone/openstack-charmers-merge (Has a merge proposal) 1 Development 2013-01-17 21:46:01 UTC
46. Merge all pending grizzly work into c...

Author: Adam Gandelman
Revision Date: 2013-01-17 21:43:33 UTC

Merge all pending grizzly work into current ha branches.

lp:~gandelman-a/charms/precise/keystone/qa-testing 1 Development 2012-01-24 19:05:25 UTC
21. Update manager for new keystone manag...

Author: Adam Gandelman
Revision Date: 2012-01-24 19:05:25 UTC

Update manager for new keystone management implementation

lp:~gandelman-a/charms/precise/keystone/redux 1 Development 2012-03-09 22:56:59 UTC
28. Track service_passwds on disk

Author: Adam Gandelman
Revision Date: 2012-03-09 22:56:59 UTC

Track service_passwds on disk

lp:~gandelman-a/charms/precise/keystone/ssh_user_fix (Has a merge proposal) 1 Development 2013-03-21 19:23:12 UTC
61. Ensure SSH_USER is created from insta...

Author: Adam Gandelman
Revision Date: 2013-03-21 19:23:04 UTC

Ensure SSH_USER is created from install/config_changed.

lp:~gandelman-a/charms/precise/keystone/ssl_file_sync (Has a merge proposal) 1 Development 2013-03-08 21:33:22 UTC
60. Rebase against current ha-support bra...

Author: Adam Gandelman
Revision Date: 2013-03-08 21:33:22 UTC

Rebase against current ha-support branch.

lp:~gandelman-a/charms/precise/keystone/swift_redux (Has a merge proposal) 1 Development 2012-12-12 17:20:21 UTC
41. Silence passwords in debug log.

Author: Adam Gandelman
Revision Date: 2012-12-12 03:52:41 UTC

Silence passwords in debug log.

lp:~gandelman-a/charms/precise/keystone/sync_helpers 1 Development 2013-03-05 00:58:52 UTC
54. Synchronize charm helpers across all ...

Author: Adam Gandelman
Revision Date: 2013-03-05 00:58:23 UTC

Synchronize charm helpers across all current ha branches.

lp:~gandelman-a/charms/precise/keystone/trunk bug 1 Development 2012-10-12 17:26:34 UTC
39. Rename config option for consistency ...

Author: Adam Gandelman
Revision Date: 2012-10-12 17:26:48 UTC

Rename config option for consistency across charms: keystone-release -> openstack-origin.

lp:~gandelman-a/charms/precise/keystone/utils_sync 1 Development 2013-03-21 18:28:15 UTC
60. Sync utils.py

Author: Adam Gandelman
Revision Date: 2013-03-21 18:28:05 UTC

Sync utils.py

lp:~gandelman-a/charms/precise/keystone/version_fixes (Has a merge proposal) 1 Development 2013-03-07 16:57:03 UTC
56. Use apt_pkg's UpstreamVersion() inste...

Author: Adam Gandelman
Revision Date: 2013-03-07 16:57:03 UTC

Use apt_pkg's UpstreamVersion() instead of parsing out epochs manually.

lp:~gandelman-a/charms/precise/keystone/workaround_lp1238915 1 Development 2013-10-11 22:38:49 UTC
50. Temporary work around for (LP: #1238915)

Author: Adam Gandelman
Revision Date: 2013-10-11 22:38:26 UTC

Temporary work around for (LP: #1238915)

lp:~gnuoy/charms/precise/keystone/add-preinstall-hook (Has a merge proposal) 1 Development 2013-11-18 14:31:22 UTC
51. Added charmhelpers core which was acc...

Author: Liam Young
Revision Date: 2013-11-18 14:31:56 UTC

Added charmhelpers core which was accidently missed

lp:~hazmat/charms/precise/keystone/ssl-everywhere 1 Development 2014-02-24 03:54:59 UTC
57. minor tweaks re ssl

Author: Kapil Thangavelu
Revision Date: 2014-02-24 03:54:59 UTC

minor tweaks re ssl

lp:~hopem/charms/precise/keystone/stable-fix-legacy-import-error (Has a merge proposal) 1 Development 2015-02-19 14:38:01 UTC
118. Backport 'Fixes import error for vers...

Author: Edward Hope-Morley
Revision Date: 2015-02-19 14:37:08 UTC

Backport 'Fixes import error for versions of python-keystoneclient < Icehouse'

lp:~ivoks/charms/precise/keystone/ldap-read-only 1 Development 2014-03-28 16:35:23 UTC
81. Use ldap user instead of user_id

Author: Ante Karamatić
Revision Date: 2014-03-28 16:35:23 UTC

Use ldap user instead of user_id

lp:~ivoks/charms/precise/keystone/new-style 1 Development 2014-02-25 11:36:12 UTC
55. Rewrite charm to get it more in line ...

Author: Ante Karamatić
Revision Date: 2014-02-25 11:34:13 UTC

Rewrite charm to get it more in line with other OpenStack charms.

Added support for contexts and templating. Makes use of charm-helpers
instead of relaying on its own tools (probably could use some additional work).

HA is currently non-functional. ETA for fixing: less than 2 days.

lp:~ivoks/charms/precise/keystone/redux-ivoks-unison (Has a merge proposal) 1 Development 2014-03-02 09:16:17 UTC
74. Redux

Author: Ante Karamatić
Revision Date: 2014-03-02 09:16:17 UTC

Redux

lp:~ivoks/charms/precise/keystone/rewrite 1 Development 2014-02-24 23:14:43 UTC
73. Almost done. QA ready.

Author: Ante Karamatić
Revision Date: 2014-02-24 23:14:43 UTC

Almost done. QA ready.

lp:~james-page/charms/precise/keystone/ag-testing 1 Development 2013-02-26 11:51:45 UTC
54. Add improved haclustering, file sync ...

Author: James Page
Revision Date: 2013-02-26 11:51:03 UTC

Add improved haclustering, file sync and HTTPS support

lp:~james-page/charms/precise/keystone/aggressive-refactor (Has a merge proposal) 1 Development 2013-03-19 14:07:42 UTC
82. Tweak https check for client relations

Author: James Page
Revision Date: 2013-03-19 13:50:23 UTC

Tweak https check for client relations

lp:~james-page/charms/precise/keystone/ensure_user_fix 1 Development 2013-04-09 12:17:09 UTC
63. Fixup ensure_user break

Author: James Page
Revision Date: 2013-04-09 12:16:44 UTC

Fixup ensure_user break

lp:~james-page/charms/precise/keystone/fix-requested-roles bug(Has a merge proposal) 1 Development 2013-09-03 12:03:32 UTC
54. add missing settings

Author: James Page
Revision Date: 2013-09-03 12:03:32 UTC

add missing settings

lp:~james-page/charms/precise/keystone/fixes 1 Development 2014-04-17 07:54:46 UTC
62. [trivial] Fix policy backend for rele...

Author: James Page
Revision Date: 2014-04-17 07:54:31 UTC

[trivial] Fix policy backend for releases < grizzly

lp:~james-page/charms/precise/keystone/grizzly-upgrade (Has a merge proposal) 1 Development 2013-05-22 10:28:56 UTC
71. Reset /var/lib/keystone permissions p...

Author: James Page
Revision Date: 2013-05-22 10:28:56 UTC

Reset /var/lib/keystone permissions post upgrade

lp:~james-page/charms/precise/keystone/ha-support 1 Development 2013-03-19 13:50:23 UTC
82. Tweak https check for client relations

Author: James Page
Revision Date: 2013-03-19 13:50:23 UTC

Tweak https check for client relations

lp:~james-page/charms/precise/keystone/havana-fixes 1 Development 2013-11-19 17:52:21 UTC
50. [Liam Young] Add preinstall hook supp...

Author: James Page
Revision Date: 2013-11-19 17:51:31 UTC

[Liam Young] Add preinstall hook support
[James Page] Add missing havana pockets for charm source upgrades

lp:~james-page/charms/precise/keystone/juju-core-fixes (Has a merge proposal) 1 Development 2013-08-13 12:56:13 UTC
43. Fixes for compat with juju-core

Author: James Page
Revision Date: 2013-08-13 12:55:50 UTC

Fixes for compat with juju-core

lp:~james-page/charms/precise/keystone/juju-core-unison (Has a merge proposal) 1 Development 2013-10-03 14:27:57 UTC
46. Fixup unison helper for compat with j...

Author: James Page
Revision Date: 2013-10-03 08:31:29 UTC

Fixup unison helper for compat with juju-core

lp:~james-page/charms/precise/keystone/openstack-dash-ha 1 Development 2013-02-14 14:31:13 UTC
51. Pass keystone information to services...

Author: James Page
Revision Date: 2013-02-14 14:30:47 UTC

Pass keystone information to services which just need to access keystone

lp:~james-page/charms/precise/keystone/peerstorage 1 Development 2014-03-28 10:40:12 UTC
66. Move password storage to peer storage

Author: James Page
Revision Date: 2014-03-28 10:39:49 UTC

Move password storage to peer storage

lp:~james-page/charms/precise/keystone/perf 1 Development 2014-04-16 20:57:51 UTC
63. Twiddle knobs

Author: James Page
Revision Date: 2014-04-16 20:57:51 UTC

Twiddle knobs

lp:~james-page/charms/precise/keystone/quantum-support bug(Has a merge proposal) 1 Development 2012-12-03 15:36:36 UTC
37. Add support for quantum networking

Author: James Page
Revision Date: 2012-12-03 15:34:43 UTC

Add support for quantum networking

lp:~james-page/charms/precise/keystone/redux-ivoks 1 Development 2014-03-03 09:14:09 UTC
74. Pep8 formatting

Author: James Page
Revision Date: 2014-03-03 09:14:09 UTC

Pep8 formatting

lp:~james-page/charms/precise/keystone/upgrade-charm-fix (Has a merge proposal) 1 Development 2013-05-03 08:51:55 UTC
68. Fixup upgrades from previous keystone...

Author: James Page
Revision Date: 2013-05-03 08:51:09 UTC

Fixup upgrades from previous keystone charm

lp:~nick-moffitt/charms/precise/keystone/migrate-sqlite-to-mysql (Has a merge proposal) 1 Development 2013-04-26 11:03:08 UTC
42. Moved sqlfairy installation insurance...

Author: Nick Moffitt
Revision Date: 2013-04-26 11:03:08 UTC

Moved sqlfairy installation insurance down to the db_changed hook, so that it happens only when it's needed.
This is in response to https://code.launchpad.net/~nick-moffitt/charms/precise/keystone/migrate-sqlite-to-mysql/+merge/149334/comments/327313

lp:~openstack-charmers/charms/precise/keystone/old-1410 1 Development 2015-01-29 15:20:57 UTC
87. [hopem] synced lp:charm-helpers

Author: Edward Hope-Morley
Revision Date: 2014-10-09 10:29:43 UTC

[hopem] synced lp:charm-helpers

lp:~openstack-charmers-archive/charms/precise/keystone/old-1501 1 Development 2015-04-23 16:06:53 UTC
123. [hopem,r=gnuoy] BACKPORT: r132 from ...

Author: Edward Hope-Morley
Revision Date: 2015-03-20 11:00:02 UTC

[hopem,r=gnuoy]

BACKPORT: r132 from /next

Fixes import error for versions of python-keystoneclient < Icehouse

Closes-Bug: 1423579

lp:~openstack-charmers-next/charms/precise/keystone/trunk 1 Development 2016-07-06 15:35:04 UTC
253. Resync charmhelpers for licensing cha...

Author: James Page
Revision Date: 2016-07-06 15:35:04 UTC

Resync charmhelpers for licensing change

The charm-helpers project have re-licensed to Apache 2.0
inline with the agreed licensing approach to intefaces,
layers and charms generally.

Resync helpers to bring charmhelpers inline with charm
codebase.

Change-Id: Icedfb79814e186290a3120d953c9077e4e4504fe

lp:~openstack-ubuntu-testing/charms/precise/keystone/grizzly 1 Development 2013-03-05 21:12:50 UTC
61. Sync openstack-common from current ha...

Author: Adam Gandelman
Revision Date: 2013-03-05 21:12:50 UTC

Sync openstack-common from current ha-support branches.

lp:~openstack-ubuntu-testing/charms/precise/keystone/redux 1 Development 2012-03-09 01:23:46 UTC
40. Sync rev. #24

Author: Openstack Ubuntu Testing Bot
Revision Date: 2012-03-09 01:23:46 UTC

Sync rev. #24

lp:~openstack-ubuntu-testing/charms/precise/keystone/trunk 1 Development 2014-04-29 13:05:20 UTC
80. Update

Author: James Page
Revision Date: 2014-04-29 13:05:20 UTC

Update

lp:~smoser/charms/precise/keystone/trunk 1 Development 2012-01-11 16:26:59 UTC
18. fix usage of 'dig' which is not in ro...

Author: Scott Moser
Revision Date: 2012-01-11 16:26:34 UTC

fix usage of 'dig' which is not in roots made by local provider

lp:~teknico/charms/precise/keystone/add-valid-service (Has a merge proposal) 1 Development 2014-02-11 14:13:50 UTC
57. The type too.

Author: Nicola Larosa
Revision Date: 2014-02-11 14:13:50 UTC

The type too.

lp:~tvansteenburgh/charms/precise/keystone/fix-tests (Has a merge proposal) 1 Development 2014-09-10 22:37:46 UTC
67. Fix tests, proof

Author: Tim Van Steenburgh
Revision Date: 2014-09-10 22:37:04 UTC

Fix tests, proof

lp:~yolanda.robla/charms/precise/keystone/add_heat (Has a merge proposal) 1 Development 2013-11-26 17:17:38 UTC
53. added more heat services

Author: Yolanda Robla
Revision Date: 2013-11-26 17:17:38 UTC

added more heat services

lp:~yolanda.robla/charms/precise/keystone/add_heat_cfn (Has a merge proposal) 1 Development 2013-11-27 11:23:53 UTC
53. added Heat CFN service

Author: Yolanda Robla
Revision Date: 2013-11-27 11:22:58 UTC

added Heat CFN service

lp:~yolanda.robla/charms/precise/keystone/ha-support (Has a merge proposal) 1 Development 2013-04-09 09:07:30 UTC
70. fixes in grant requested roles

Author: Yolanda Robla
Revision Date: 2013-04-09 09:07:30 UTC

fixes in grant requested roles

lp:~yolanda.robla/charms/precise/keystone/unit_testing (Has a merge proposal) 1 Development 2014-04-04 12:25:37 UTC
82. changing assert_called

Author: Yolanda Robla
Revision Date: 2014-04-04 12:25:37 UTC

changing assert_called

168 of 68 results