View Git repositories
You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:charm-helpers

Charm Helpers has 33 active reviews. See all merge proposals.

Charm Helpers has 193 active branches owned by 62 people and 8 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:charm-helpers
Series: devel
bug 1 Development 2017-10-02 08:41:55 UTC
790. Remove branch content and leave messa...

Author: James Page
Revision Date: 2017-10-02 08:41:55 UTC

Remove branch content and leave message to redirect pull requests to github.com

lp:~billy-olsen/charm-helpers/stable-fix-internal-int (Has a merge proposal) 1 Development 2017-10-04 01:10:59 UTC
785. Fix mismatch between 'internal' and '...

Author: Billy Olsen
Revision Date: 2017-10-04 00:41:37 UTC

Fix mismatch between 'internal' and 'int' in DNSHA

DNSHA keys off the string in configuration variables os-*-hostname.
os-internal-hostname is the name of the config variable. However,
resolve_address uses a long standing constant ADDRESS_MAP that refers
to this as 'int'.

This change handles this and hands resolve_address what it expects.
Also, use a clearer variable name for endpoint_type.

* Fix to unit test for 'int' vs 'internal'

lp:~openstack-charmers/charm-helpers/stable 1 Development 2017-10-04 00:41:37 UTC
785. Fix mismatch between 'internal' and '...

Author: Billy Olsen
Revision Date: 2017-10-04 00:41:37 UTC

Fix mismatch between 'internal' and 'int' in DNSHA

DNSHA keys off the string in configuration variables os-*-hostname.
os-internal-hostname is the name of the config variable. However,
resolve_address uses a long standing constant ADDRESS_MAP that refers
to this as 'int'.

This change handles this and hands resolve_address what it expects.
Also, use a clearer variable name for endpoint_type.

* Fix to unit test for 'int' vs 'internal'

lp:~tkurek/charm-helpers/1719280 1 Development 2017-09-29 14:20:57 UTC
790. Enable IPv6 check in haproxy template...

Author: Tytus Kurek
Revision Date: 2017-09-29 14:17:02 UTC

Enable IPv6 check in haproxy template file

This patchset adds IPv6 check to the haproxy template file.

Partial-Bug: #1719280

lp:~pjdc/charm-helpers/services-fix-provide-data-argspec-check 1 Development 2017-09-14 03:34:18 UTC
789. ServiceManager.provide_data(): count ...

Author: Paul Collins
Revision Date: 2017-09-14 03:33:49 UTC

ServiceManager.provide_data(): count args correctly for object method

lp:~pjdc/charm-helpers/fetch-bzrurl-ensure-fetched-created 1 Development 2017-09-14 03:10:51 UTC
789. fetch.bzrurl: ensure "fetched" is cre...

Author: Paul Collins
Revision Date: 2017-09-14 03:10:10 UTC

fetch.bzrurl: ensure "fetched" is created even when dest is not supplied

lp:~openstack-charmers/charm-helpers/stable-17.02 1 Development 2017-09-12 16:12:04 UTC
619. [wolsen, r=thedac] Cherry-pick of r70...

Author: David Ames
Revision Date: 2017-05-04 19:59:20 UTC

[wolsen, r=thedac] Cherry-pick of r708 updating the juju2 amulet support for run actions.

lp:~corey.bryant/charm-helpers/os-release-cache 1 Development 2017-09-07 12:16:49 UTC
789. Reset os_release cache in enable_memc...

Author: Corey Bryant
Revision Date: 2017-09-07 12:13:37 UTC

Reset os_release cache in enable_memcache

In enable_memcache, ensure that the os_release cache is reset.
This enables install of memcached after upgrades when memcached
is introduced in the new release.

lp:~stub/charm-helpers/integration (Has a merge proposal) 1 Development 2017-08-30 13:32:58 UTC
254. Merge charmhelpers 0.18.1

Author: Stuart Bishop
Revision Date: 2017-08-30 13:32:58 UTC

Merge charmhelpers 0.18.1

lp:~openstack-charmers/charm-helpers/stable-17.08 1 Development 2017-08-25 16:37:20 UTC
784. [joeborg, r=tinwood] Adding test cove...

Author: Alex Kavanagh
Revision Date: 2017-08-17 15:05:56 UTC

[joeborg, r=tinwood] Adding test coverage for FilePermissionAudit

(note tinwood had to patch the test slightly to get it to merge due
to recent changes in charm-helpers).

lp:~fnordahl/charm-helpers/haproxy-logging 1 Development 2017-08-21 19:49:37 UTC
696. [fnordahl] Make haproxy use /dev/log ...

Author: Frode Nordahl
Revision Date: 2017-02-28 13:17:30 UTC

[fnordahl] Make haproxy use /dev/log for logging, rsyslog is not configured to recieve syslog on localhost.

lp:~james-page/charm-helpers/misc-https-fixes 1 Development 2017-08-03 08:45:38 UTC
776. Rework ApacheSSL to support os-*-host...

Author: James Page
Revision Date: 2017-08-03 08:45:14 UTC

Rework ApacheSSL to support os-*-hostname

lp:~gabor.meszaros/charm-helpers/lp1658939 bug(Has a merge proposal) 1 Development 2017-06-02 12:55:12 UTC
677. Proposed fix for bug 1658939

Author: <email address hidden>
Revision Date: 2017-01-25 14:07:14 UTC

Proposed fix for bug 1658939

lp:~james-page/charm-helpers/quick-check 1 Development 2017-05-25 13:47:09 UTC
747. [tinwood,r=*] Support for Ubuntu port...

Author: James Page
Revision Date: 2017-05-25 13:46:14 UTC

[tinwood,r=*] Support for Ubuntu ports and refactoring of OpenStack utils to have a single source of truth for 'source' configuration options.

lp:~nick-moffitt/charm-helpers/fix-arg-count (Has a merge proposal) 1 Development 2017-05-23 16:16:01 UTC
746. foo.bar(baz, quux) is three arguments...

Author: Nick Moffitt
Revision Date: 2017-05-23 16:15:15 UTC

foo.bar(baz, quux) is three arguments, not two.

lp:~billy-olsen/charm-helpers/stable-juju2-amulet (Has a merge proposal) 1 Development 2017-05-04 18:13:29 UTC
619. [billy-olsen,r=] Juju 2 support for c...

Author: Billy Olsen
Revision Date: 2017-05-04 18:12:06 UTC

[billy-olsen,r=] Juju 2 support for contrib.amulet tools

(cherry-picked from revision 708)

lp:~adam-collard/charm-helpers/trunk 1 Development 2017-04-11 11:36:31 UTC
731. [chrome0, r=niedbalski] Fixes LP: #16...

Author: Jorge Niedbalski
Revision Date: 2017-03-31 14:35:43 UTC

[chrome0, r=niedbalski] Fixes LP: #1678128.

- When searching for network, check all ipv4 addr for an iface.
- (niedbalski) added unit tests to cover the change.

lp:~1chb1n/charm-helpers/lp1679444 bug(Has a merge proposal) 1 Development 2017-04-04 03:25:46 UTC
732. Improve clarity when unit series mism...

Author: Ryan Beisner
Revision Date: 2017-04-04 03:23:19 UTC

Improve clarity when unit series mismatches UCA config value

lp:~1chb1n/charm-helpers/lp1611134 1 Development 2017-03-30 03:20:49 UTC
729. Add aarch64 to ARCH

Author: Ryan Beisner
Revision Date: 2017-03-30 03:20:49 UTC

Add aarch64 to ARCH

lp:~jillrouleau/charm-helpers/nagios-status-fix-lp1631170 bug(Has a merge proposal) 1 Development 2017-03-29 18:19:21 UTC
727. Fixes bug lp#1631170 - nagios check m...

Author: Jill Rouleau
Revision Date: 2017-03-29 18:14:04 UTC

Fixes bug lp#1631170 - nagios check marks services as not running when they are

lp:~simonklb/charm-helpers/JUJU_CHARM_DIR (Has a merge proposal) 1 Development 2017-03-27 15:06:21 UTC
726. Use JUJU_CHARM_DIR instead of CHARM_D...

Author: Simon Kollberg
Revision Date: 2017-03-27 15:02:00 UTC

Use JUJU_CHARM_DIR instead of CHARM_DIR in hookenv

lp:~joeborg/charm-helpers/charm-helpers (Has a merge proposal) 1 Development 2017-03-17 10:36:25 UTC
721. Hardening Apache ciphers

Author: Joseph Borg
Revision Date: 2017-03-17 10:36:25 UTC

Hardening Apache ciphers

lp:~fnordahl/charm-helpers/fix-occasional-keyerror bug(Has a merge proposal) 1 Development 2017-03-01 12:28:55 UTC
700. [fnordahl] Avoid KeyError in the even...

Author: Frode Nordahl
Revision Date: 2017-03-01 12:06:14 UTC

[fnordahl] Avoid KeyError in the event of incomplete relation

lp:~zulcss/charm-helpers/swift-ocata (Has a merge proposal) 1 Development 2016-11-24 14:29:28 UTC
661. Add support for swift version 2.11

Author: Chuck Short
Revision Date: 2016-11-24 14:28:04 UTC

Add support for swift version 2.11

lp:~zulcss/charm-helpers/charm-fixes 1 Development 2016-11-17 18:39:20 UTC
661. Add ocata version for swift

Author: Chuck Short
Revision Date: 2016-11-17 18:39:20 UTC

Add ocata version for swift

lp:~kwmonroe/charm-helpers/url-update bug(Has a merge proposal) 1 Development 2016-11-15 23:02:48 UTC
660. update links to jujucharms homepage a...

Author: Kevin W Monroe
Revision Date: 2016-11-15 22:59:54 UTC

update links to jujucharms homepage and charm tools docs

lp:~zulcss/charm-helpers/fix-typo (Has a merge proposal) 1 Development 2016-11-14 19:51:07 UTC
659. Fix thinko

Author: Chuck Short
Revision Date: 2016-11-14 19:50:05 UTC

Fix thinko

lp:~1chb1n/charm-helpers/update-egg (Has a merge proposal) 1 Development 2016-11-02 22:48:12 UTC
623. Rebase

Author: Ryan Beisner
Revision Date: 2016-11-02 22:48:12 UTC

Rebase

lp:~junaidali/charm-helpers/interface-based-hostnames (Has a merge proposal) 1 Development 2016-10-15 13:40:01 UTC
651. Workaround for the issue caused by MA...

Author: Junaid Ali
Revision Date: 2016-10-15 13:38:45 UTC

Workaround for the issue caused by MAAS 2.0 multiple dns entries feature

Bug # 1584569

lp:~gnuoy/charm-helpers/api-domain-id bug(Has a merge proposal) 1 Development 2016-09-19 09:42:31 UTC
629. Add admin_domain_id to IdentityServic...

Author: Liam Young
Revision Date: 2016-09-16 15:06:31 UTC

Add admin_domain_id to IdentityServiceContext

The keystone charm passes the admin domain id down the identity-service
relation if keystone is using the V3 API. This change makes that id
available in the context if its set.

lp:~brad-marshall/charm-helpers/add-systemd-nagios-check bug(Has a merge proposal) 1 Development 2016-08-24 04:54:25 UTC
573. Tweak systemd check, and skip qemu-kv...

Author: Brad Marshall
Revision Date: 2016-08-24 04:54:25 UTC

Tweak systemd check, and skip qemu-kvm service as well

lp:~openstack-charmers/charm-helpers/stable-1604 bug 1 Development 2016-07-29 07:04:33 UTC
381. Ensure is_ip detects both IPv4 and IP...

Author: James Page
Revision Date: 2016-05-27 12:58:06 UTC

Ensure is_ip detects both IPv4 and IPv6 addresses

lp:~corey.bryant/charm-helpers/fixup-git-default-repos (Has a merge proposal) 1 Development 2016-07-08 21:39:00 UTC
607. Default check_candidates to False for...

Author: Corey Bryant
Revision Date: 2016-07-08 21:39:00 UTC

Default check_candidates to False for os_release()

lp:~2-xtian/charm-helpers/application-version-set (Has a merge proposal) 1 Development 2016-07-08 11:50:06 UTC
602. Undo inadvertent change to license text

Author: Christian Muirhead
Revision Date: 2016-07-08 11:50:06 UTC

Undo inadvertent change to license text

lp:~james-page/charm-helpers/switch-setuptools 1 Development 2016-07-06 12:52:53 UTC
604. Add explicit includes

Author: James Page
Revision Date: 2016-07-06 12:52:53 UTC

Add explicit includes

lp:~lutostag/charm-helpers/python-apt-for-xenial 1 Development 2016-05-09 19:20:33 UTC
571. install necessary python*-apt for xen...

Author: Greg Lutostanski
Revision Date: 2016-05-09 19:18:49 UTC

install necessary python*-apt for xenial with charms running python2

lp:~chris-gondolin/charm-helpers/upstart-stop-start 1 Development 2016-04-29 13:54:21 UTC
571. [chriss] service() function only work...

Author: Chris Stratford
Revision Date: 2016-04-29 13:52:21 UTC

[chriss] service() function only works on sysv and systemd services. Add upstart to the list.

lp:~james-page/charm-helpers/openstack-amulet-github.com 1 Development 2016-04-12 09:32:39 UTC
566. Make the switch to use github branchs...

Author: James Page
Revision Date: 2016-04-12 09:32:12 UTC

Make the switch to use github branchs for openstack charms

lp:~mbruzek/charm-helpers/docstrings 1 Development 2016-04-07 20:52:34 UTC
563. Adding docstring to a confusing method.

Author: Matt Bruzek
Revision Date: 2016-04-07 20:51:48 UTC

Adding docstring to a confusing method.

lp:~lathiat/charm-helpers/charm-helpers 1 Development 2016-03-30 12:33:25 UTC
556. PhyNICMTUContext(): Add new dev_list ...

Author: Trent Lloyd
Revision Date: 2016-03-30 12:29:37 UTC

PhyNICMTUContext(): Add new dev_list variable

Add new variable ('dev_list') with devices as array instead of space separate
list for use in an update to charm-neutron-gateway which needs to iterate on
the list instead of just printing it.

Retain existing variables ('devs') for backwards compatibility, however it does
not appear to be used outside of the neutron-gateway charm and can likely be
removed at a later date.

lp:~chris-gondolin/charm-helpers/openstack-generic-templates (Has a merge proposal) 1 Development 2016-03-23 17:18:18 UTC
555. [chriss] Allow openstack templates to...

Author: Chris Stratford
Revision Date: 2016-03-23 17:17:33 UTC

[chriss] Allow openstack templates to use generic templates (one template for multiple output files) as well as the existing 1:1 approach

lp:~launchpa6/charm-helpers/fix-lstrip-in-apachesslcontext (Has a merge proposal) 1 Development 2016-03-21 11:29:34 UTC
553. Fix for bug #1559988. Use array slice...

Author: John McEleney
Revision Date: 2016-03-21 11:27:53 UTC

Fix for bug #1559988. Use array slice instead of lstrip to determine canonical name.

lp:~stub/charm-helpers/bug-1557769-ensure-ip-address bug(Has a merge proposal) 1 Development 2016-03-16 01:39:35 UTC
550. Ensure IP addresses are returned by m...

Author: Stuart Bishop
Revision Date: 2016-03-16 01:38:07 UTC

Ensure IP addresses are returned by methods claiming to return IP addresses

lp:~james-page/charm-helpers/git-migration 1 Development 2016-03-11 09:33:49 UTC
182. Switch to new git locations now that ...

Author: James Page
Revision Date: 2016-03-11 09:33:21 UTC

Switch to new git locations now that deployer supports git branches

lp:~project-calico/charm-helpers/liberty2 (Has a merge proposal) 1 Development 2016-03-08 09:58:11 UTC
539. Changes for Calico networking with Op...

Author: Nell Jerram
Revision Date: 2016-03-08 09:57:01 UTC

Changes for Calico networking with OpenStack Liberty

lp:~zulcss/charm-helpers/virtualenv (Has a merge proposal) 1 Development 2016-02-29 13:48:31 UTC
534. Use system site packages

Author: Chuck Short
Revision Date: 2016-02-29 13:46:58 UTC

Use system site packages

lp:~lazypower/charm-helpers/learning-with-denis (Has a merge proposal) 1 Development 2016-02-04 09:53:17 UTC
526. Charles Butler 2016-02-04 Merged in t...

Author: Charles Butler
Revision Date: 2016-02-04 09:52:17 UTC

Charles Butler 2016-02-04 Merged in trunk to resolve divergence
Denis Buliga 2016-02-04 Adding CentOS support in core and fetch

lp:~thedac/charm-helpers/lp1537155 (Has a merge proposal) 1 Development 2016-01-23 00:24:22 UTC
523. Fix Bug#1537155 Use cpu_count() rathe...

Author: David Ames
Revision Date: 2016-01-23 00:22:19 UTC

Fix Bug#1537155 Use cpu_count() rather than NUM_CPU

lp:~mbruzek/charm-helpers/chdir 1 Development 2016-01-15 16:20:41 UTC This branch is empty.
lp:~peter-sabaini/charm-helpers/is-mounted 1 Development 2015-12-21 20:07:31 UTC
512. is_device_mounted: don't rely on nami...

Author: Peter Sabaini
Revision Date: 2015-12-21 20:07:31 UTC

is_device_mounted: don't rely on naming conventions to determine partition

lp:~1chb1n/charm-helpers/hahelpers-log-insufficient-data 1 Development 2015-12-17 16:52:09 UTC
512. Provide additional info when hacluste...

Author: Ryan Beisner
Revision Date: 2015-12-17 16:52:09 UTC

Provide additional info when hacluster hits insufficient config data.

lp:~bigdata-dev/charm-helpers/framework 1 Development 2015-12-08 21:22:31 UTC
449. drop the contrib.bigdata, as that has...

Author: Kevin W Monroe
Revision Date: 2015-12-08 21:22:31 UTC

drop the contrib.bigdata, as that has been split to its own jujubigdata library

lp:~johnsca/charm-helpers/test-fixes (Has a merge proposal) 1 Development 2015-12-08 19:12:43 UTC
451. Fixed horribly out of date tests of o...

Author: Cory Johns
Revision Date: 2015-12-08 19:12:14 UTC

Fixed horribly out of date tests of old services framework that were not updated with refactor to charmframework

lp:~kos.tsakalozos/charm-helpers/merge-addusers (Has a merge proposal) 1 Development 2015-12-07 12:42:05 UTC
445. Merge some changes from upstream incl...

Author: Konstantinos Tsakalozos
Revision Date: 2015-12-07 12:22:49 UTC

Merge some changes from upstream including adduser

lp:~billy-olsen/charm-helpers/add-endpoint-override 1 Development 2015-11-16 23:26:53 UTC
482. Share path information in template as...

Author: Billy Olsen
Revision Date: 2015-11-16 23:26:53 UTC

Share path information in template as well to support multiple
versions of the api on the same service.

lp:~danilo/charm-helpers/unset-config-change bug(Has a merge proposal) 1 Development 2015-11-06 11:34:42 UTC
479. Fix/remove tests to go with the new b...

Author: Данило Шеган
Revision Date: 2015-11-06 11:34:42 UTC

Fix/remove tests to go with the new behaviour.

lp:~james-page/charm-helpers/liberty-rebase 1 Development 2015-11-03 09:01:46 UTC
401. Rebase

Author: James Page
Revision Date: 2015-11-03 09:01:21 UTC

Rebase

lp:~seyeongkim/charm-helpers/additional-grant-on-mysql (Has a merge proposal) 1 Development 2015-11-03 03:06:31 UTC
478. add check grant existance condition

Author: Seyeong Kim
Revision Date: 2015-11-02 07:38:32 UTC

add check grant existance condition

lp:~openstack-charmers/charm-helpers/snabbswitch (Has a merge proposal) 1 Development 2015-10-23 09:05:06 UTC
226. synced lp:charm-helpers

Author: Edward Hope-Morley
Revision Date: 2015-10-23 09:05:06 UTC

synced lp:charm-helpers

lp:~smoser/charm-helpers/no-translation-errors (Has a merge proposal) 1 Development 2015-10-07 20:57:03 UTC
464. Drop the source entries also.

Author: Scott Moser
Revision Date: 2015-10-07 20:57:03 UTC

Drop the source entries also.

lp:~xfactor973/charm-helpers/status_set-enum 1 Development 2015-10-06 18:50:01 UTC
461. status_set enum

Author: Chris Holcombe
Revision Date: 2015-10-06 18:49:36 UTC

status_set enum

lp:~billy-olsen/charm-helpers/allow-scheme-os-hostname bug 1 Development 2015-09-30 22:21:53 UTC
460. [billy-olsen,r=] Allow the os-{endpo...

Author: Billy Olsen
Revision Date: 2015-09-28 22:34:02 UTC

[billy-olsen,r=]

Allow the os-{endpoint_type}-hostname to also specify a scheme/protocol
in order to allow the advertised endpoint to have a transport which is
managed via an external proxy. This allows endpoints to be advertised as
using https when the external proxy is providing the SSL termination.

Closes-Bug: #1500635

lp:~gnuoy/charm-helpers/no-create-if-none bug 1 Development 2015-09-30 07:57:15 UTC
375. Merged trunk in

Author: Liam Young
Revision Date: 2015-09-30 07:57:15 UTC

Merged trunk in

lp:~niedbalski/charm-helpers/fix-1442443-complement 1 Development 2015-09-25 19:59:59 UTC
457. Fix required for LP: #1442443

Author: Jorge Niedbalski
Revision Date: 2015-09-25 19:59:14 UTC

Fix required for LP: #1442443

lp:~tribaal/charm-helpers/backport-r451-to-stable bug(Has a merge proposal) 1 Development 2015-09-18 13:21:36 UTC
370. Backport r452 from charm-helpers trun...

Author: Chris Glass
Revision Date: 2015-09-18 13:15:03 UTC

Backport r452 from charm-helpers trunk at https://bazaar.launchpad.net/~charm-helpers/charm-helpers/devel/revision/451

Add apt updates before installing packages in import try/excepts.

Fixed LP: #1455235

lp:~gnuoy/charm-helpers/stable-1453940 bug(Has a merge proposal) 1 Development 2015-09-16 07:52:03 UTC
370. Backport of Ceph Broker fixes for Bug...

Author: Liam Young
Revision Date: 2015-09-16 07:51:22 UTC

Backport of Ceph Broker fixes for Bug #1453940

lp:~xfactor973/charm-helpers/erasure-coding 1 Development 2015-09-09 18:08:20 UTC
446. Erasure coding support for Ceph

Author: Chris Holcombe
Revision Date: 2015-09-09 18:07:54 UTC

Erasure coding support for Ceph

lp:~lazypower/charm-helpers/git-fetch-update (Has a merge proposal) 1 Development 2015-09-04 03:43:37 UTC
441. Adds a small logic loop to attempt an...

Author: Charles Butler
Revision Date: 2015-09-04 03:41:59 UTC

Adds a small logic loop to attempt an update of an existing directory if the
directory exists, and the git handler has assumed control from install_remote.

lp:~corey.bryant/charm-helpers/liberty 1 Development 2015-09-03 12:38:51 UTC
439. Merge charm-helpers tip

Author: Corey Bryant
Revision Date: 2015-09-03 12:38:51 UTC

Merge charm-helpers tip

lp:~adam-collard/charm-helpers/openstack-upgrade-available-swift-stable bug(Has a merge proposal) 1 Development 2015-09-03 11:05:20 UTC
369. Cherry pick r436 from lp:charm-helper...

Author: Adam Collard
Revision Date: 2015-09-03 10:13:43 UTC

Cherry pick r436 from lp:charm-helpers for Swift package versioning logic fix

lp:~taoliu-7/charm-helpers/key (Has a merge proposal) 1 Development 2015-08-26 21:04:43 UTC
435. Get key by HTTP.

Author: Tony Liu
Revision Date: 2015-08-26 14:04:37 UTC

Get key by HTTP.

lp:~thedac/charm-helpers/legacy_leadership_peer_retrieve_fix (Has a merge proposal) 1 Development 2015-08-26 18:08:30 UTC
434. Fix Bug#1486177 Handle legacy leaders...

Author: David Ames
Revision Date: 2015-08-26 18:06:12 UTC

Fix Bug#1486177
Handle legacy leadership peer_retrieve
relation_get needs to use remote unit in a native cluster relation hook but local unit in a non-cluster relation hook as the remote unit is not a part of the cluster relation

lp:~whitmo/charm-helpers/add-tox-and-isolation (Has a merge proposal) 1 Development 2015-08-25 02:37:24 UTC
435. Move tests and lint over to using tox...

Author: Whit Morriss
Revision Date: 2015-08-25 02:20:01 UTC

Move tests and lint over to using tox.\n Add docker file and make target 'isotest' for testing against a bare instance.\n Use setuptools because it's 2015

lp:~gnuoy/charm-helpers/cisco-vpp 1 Development 2015-08-17 09:37:46 UTC
400. Removed unused code and added unit tests

Author: Liam Young
Revision Date: 2015-08-17 09:37:46 UTC

Removed unused code and added unit tests

lp:~james-page/charm-helpers/vpp-rebase (Has a merge proposal) 1 Development 2015-08-13 08:32:58 UTC
399. Rebase on master branch

Author: James Page
Revision Date: 2015-08-13 08:32:37 UTC

Rebase on master branch

lp:~lazypower/charm-helpers/revert-418 (Has a merge proposal) 1 Development 2015-08-04 15:46:44 UTC
420. Back out #418

Author: Charles Butler
Revision Date: 2015-08-04 15:46:10 UTC

Back out #418

lp:~johnsca/charm-helpers/reactive 1 Development 2015-07-23 23:08:14 UTC
411. Whatever

Author: Cory Johns
Revision Date: 2015-07-23 23:08:14 UTC

Whatever

lp:~stub/charm-helpers/trunk 1 Development 2015-07-23 11:33:45 UTC
413. [stub] Fix intermittent failure in te...

Author: Stuart Bishop
Revision Date: 2015-07-23 11:33:45 UTC

[stub] Fix intermittent failure in test_openstack_utils

lp:~zulcss/charm-helpers/nova-compute-lxd-support 1 Development 2015-07-21 17:55:07 UTC
408. Remove conditional where core_project...

Author: Chuck Short
Revision Date: 2015-07-21 17:54:32 UTC

Remove conditional where core_project has to be last.

lp:~thedac/charm-helpers/openstack-workload-status (Has a merge proposal) 1 Development 2015-07-15 14:47:08 UTC
404. status_get should always return a dic...

Author: David Ames
Revision Date: 2015-07-15 14:47:08 UTC

status_get should always return a dictionary and include-data
Log status change on status set

lp:~1chb1n/charm-helpers/amulet-relations-settled (Has a merge proposal) 1 Development 2015-07-13 14:36:46 UTC
404. rebase

Author: Ryan Beisner
Revision Date: 2015-07-13 14:36:46 UTC

rebase

lp:~evarlast/charm-helpers/trunk 1 Development 2015-07-08 01:21:12 UTC
402. not good.

Author: Jay R. Wren
Revision Date: 2015-07-08 01:21:12 UTC

not good.

lp:~evarlast/charm-helpers/debian 1 Development 2015-07-08 00:09:25 UTC
1. init

Author: Jay R. Wren
Revision Date: 2015-07-08 00:08:34 UTC

init

lp:~macgreagoir/charm-helpers/check-nova-services 1 Development 2015-07-03 14:46:35 UTC
357. Merge: Updates for ceph/cinder amulet...

Author: Mick Gregg
Revision Date: 2015-07-03 14:46:35 UTC

Merge: Updates for ceph/cinder amulet tests

lp:~corey.bryant/charm-helpers/drop-symlinks 1 Development 2015-06-23 17:36:31 UTC
395. Add function to retrieve correct bina...

Author: Corey Bryant
Revision Date: 2015-06-23 17:31:59 UTC

Add function to retrieve correct binary based on whether deploy from source is enabled or not.

lp:~billy-olsen/charm-helpers/stable-backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-15 17:05:13 UTC
367. [billy-olsen,r=] Backport change 383 ...

Author: Billy Olsen
Revision Date: 2015-06-15 17:02:24 UTC

[billy-olsen,r=] Backport change 383 from lp:charm-helpers to enable
public address overrides.

Closes-Bug: LP: #1398182

lp:~openstack-charmers/charm-helpers/vpp 1 Development 2015-06-13 08:54:00 UTC
392. Switch render to execute functools pa...

Author: Liam Young
Revision Date: 2015-06-12 11:27:22 UTC

Switch render to execute functools partial for flexability

lp:~jacekn/charm-helpers/python-six-fix (Has a merge proposal) 1 Development 2015-06-04 15:48:07 UTC
385. fix if logic bug

Author: Jacek Nykis
Revision Date: 2015-06-04 15:48:07 UTC

fix if logic bug

lp:~sdn-charmers/charm-helpers/openstack-dashboard 1 Development 2015-06-02 12:02:53 UTC
366. Backport r831-836 from lp:~saviq/char...

Author: Michał Sawicz
Revision Date: 2015-06-02 12:02:53 UTC

Backport r831-836 from lp:~saviq/charm-helpers/config-patterns

lp:~saviq/charm-helpers/confg-patterns (Has a merge proposal) 1 Development 2015-06-01 22:01:47 UTC
386. Fix a bug in pattern context generati...

Author: Michał Sawicz
Revision Date: 2015-06-01 22:01:47 UTC

Fix a bug in pattern context generation and add some more comments

lp:~stub/charm-helpers/bug-1458546-fix-relation-set-py3 bug(Has a merge proposal) 1 Development 2015-05-25 13:06:33 UTC
380. Link to the bug

Author: Stuart Bishop
Revision Date: 2015-05-25 13:06:33 UTC

Link to the bug

lp:~whitmo/charm-helpers/hook-name-env-var-default (Has a merge proposal) 1 Development 2015-05-21 21:49:29 UTC
379. sane defaulting for hook name + test

Author: Whit Morriss
Revision Date: 2015-05-21 21:48:21 UTC

sane defaulting for hook name + test

lp:~gnuoy/charm-helpers/stable-dc-leader (Has a merge proposal) 1 Development 2015-05-15 09:44:28 UTC
367. Fix is_crm_dc return false if the clu...

Author: Liam Young
Revision Date: 2015-05-15 09:44:28 UTC

Fix is_crm_dc return false if the cluster is not yet formed as it is not leader if there is no cluster up

lp:~xfactor973/charm-helpers/charm-helpers 1 Development 2015-05-12 16:43:50 UTC
372. Added a get_keyring command to ceph.py

Author: Chris Holcombe
Revision Date: 2015-05-12 16:43:50 UTC

Added a get_keyring command to ceph.py

lp:~stub/charm-helpers/status-set (Has a merge proposal) 1 Development 2015-05-08 12:52:51 UTC
370. Wrap status-set and status-get, with ...

Author: Stuart Bishop
Revision Date: 2015-05-08 12:52:24 UTC

Wrap status-set and status-get, with fallback behavior for pre-service-status Juju

lp:~hopem/charm-helpers/fix-peerstore-passwd-lp1451890-stable-backport bug(Has a merge proposal) 1 Development 2015-05-06 17:00:45 UTC
365. [hopem,r=] Backport fix for LP 1451890

Author: Edward Hope-Morley
Revision Date: 2015-05-06 16:57:27 UTC

[hopem,r=]

Backport fix for LP 1451890

lp:~openstack-charmers/charm-helpers/backup-15.01 1 Development 2015-04-24 09:43:46 UTC
299. [hopem,r=gnuoy,r=billy-olsen] Ensure...

Author: Billy Olsen
Revision Date: 2015-03-19 21:18:29 UTC

[hopem,r=gnuoy,r=billy-olsen]

Ensure that config cert/key are installed even if no cn provided
by identity relation (openstack apache ssl context).

lp:~wesmason/charm-helpers/ansible-map-extra-vars (Has a merge proposal) 1 Development 2015-04-20 13:40:29 UTC
363. Add tests for map_extra_vars

Author: Wes Mason
Revision Date: 2015-04-20 13:40:29 UTC

Add tests for map_extra_vars

lp:~niedbalski/charm-helpers/lp1445025 (Has a merge proposal) 1 Development 2015-04-16 14:12:04 UTC
358. Charmhelpers changes required for fix...

Author: Jorge Niedbalski
Revision Date: 2015-04-16 14:10:47 UTC

Charmhelpers changes required for fixing LP: #1445025

199 of 99 results
You can't create new branches for Charm Helpers.