View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~openstack-charmers/ubuntu/precise/serverstack-dns/trunk Development 2018-03-21 21:17:29 UTC
21. Handle instance adding on startup better

Author: James Page
Revision Date: 2017-04-10 09:14:00 UTC

Handle instance adding on startup better

lp:~openstack-charmers/charm-helpers/stable 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:~openstack-charmers/charm-helpers/stable-17.02 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:~openstack-charmers/charm-helpers/stable-17.08 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:~openstack-charmers/charms/trusty/glance-simplestreams-sync/next (Has a merge proposal) Development 2017-03-03 22:22:54 UTC
58. Merge in changes from stable. Active...

Author: David Ames
Revision Date: 2017-03-03 22:22:54 UTC

Merge in changes from stable.

Active development occured on the stable branch.
Bring the next version up to speed.

lp:~openstack-charmers/+junk/charm-bugs Development 2017-02-23 22:00:23 UTC
9. Switchover to new tool as default

Author: James Page
Revision Date: 2017-02-23 22:00:23 UTC

Switchover to new tool as default

lp:charms/trusty/glance-simplestreams-sync Mature 2016-10-20 12:20:00 UTC
73. Add hypervisor_mapping support for mu...

Author: James Page
Revision Date: 2016-10-20 12:20:00 UTC

Add hypervisor_mapping support for multi-hypervisor clouds

lp:~openstack-charmers/charms/trusty/glance/next Development 2016-08-24 09:56:55 UTC
210. Add support for storage of images in ...

Author: Andrey Pavlov
Revision Date: 2016-08-24 09:56:55 UTC

Add support for storage of images in Cinder

Glance charm allows to store images in file, ceph, swift.

This changeset adds support for storage of images in Cinder
for OpenStack Mitaka or later.

Required dependencies are installed on relation to Cinder
(inline with Ceph integration).

This feature is dependent on resolution of some packaging
issues in the glance-store package (see Related-Bug).

Related-Bug: 1609733

Change-Id: Ib9d9f28e040b7b2eebb3f5d0ee9ff0773292bdcc

lp:~openstack-charmers/charms/trusty/cinder/next Development 2016-08-22 18:37:35 UTC
188. Revert "Update requirements.txt for s...

Author: Ryan Beisner
Revision Date: 2016-08-22 18:37:35 UTC

Revert "Update requirements.txt for setuptools"

This reverts commit 6ad1168f4dbc4e50fc9e286b70a306aa13eb716d.

Change-Id: Ic4eed28a8c5a1e82a0c82642e184c3c21306853c

lp:charms/neutron-gateway Mature 2016-08-12 23:49:58 UTC
200. Enable neutron gw charm to control # ...

Author: Narinder Gupta
Revision Date: 2016-08-12 23:49:58 UTC

Enable neutron gw charm to control # of workers

Charm was missing this functionality and this patch is to add
this feature. We were trying to deploy this charm on bare metal
host machine with 72 cores. In end up creating 144 processes for
nova-metadata-api, and neutron.

This patch will provide the option to limit the number of worker
process in case of high number of cores in a host.

Enable it for icehouse, kilo, liberty and mitaka.

cherry picked from commit 93d6440e459f19676ce9336332e4f91efc85897f

Partial-Bug: 1600482
Change-Id: Iedcbe6c53746a203937b78dd00e83fda7681bd8f

lp:~openstack-charmers/charms/trusty/neutron-gateway/next Development 2016-08-12 23:35:35 UTC
200. Merge "Enable neutron gw charm to con...

Author: Jenkins
Revision Date: 2016-08-12 23:35:35 UTC

Merge "Enable neutron gw charm to control # of workers"

lp:~openstack-charmers/charms/trusty/lxd/next Development 2016-08-12 18:53:03 UTC
76. Move other-requirements.txt to bindep...

Author: Andreas Jaeger
Revision Date: 2016-08-12 18:53:03 UTC

Move other-requirements.txt to bindep.txt

The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: Ic1c9f5e50b334902a6d737ccfe6adfa7355501d1

lp:charms/heat Mature 2016-08-12 17:34:21 UTC
97. modified the heat charm to accomodate...

Author: Narinder Gupta
Revision Date: 2016-08-12 17:34:21 UTC

modified the heat charm to accomodate the workers-mutiplier option

Heat charm was missing this functionality and this patch is to add
this feature. We were trying to deploy this charm in a lxc
container on a host machine with 72 cores. In end up creating 144
process with heat-engine and heat-api.

This patch will provide the option to limit the number of worker
process in case of high number of cores in a host.

Enable it for icehouse, kilo, liberty and mitaka.

Change-Id: I811f0a91e1ff9a6d95e80a4a40be063d7d047c7e
(cherry picked from commit 93045f31241997d6fddc466d854626b030e72336)

lp:~openstack-charmers/charms/trusty/ceph/next Development 2016-08-12 15:25:41 UTC
178. Merge "Fix directory ownership as par...

Author: Jenkins
Revision Date: 2016-08-12 15:25:41 UTC

Merge "Fix directory ownership as part of upgrade and restart OSD's"

lp:~openstack-charmers/charms/trusty/heat/next Development 2016-08-11 22:57:08 UTC
96. modified the heat charm to accomodate...

Author: Narinder Gupta
Revision Date: 2016-08-11 22:57:08 UTC

modified the heat charm to accomodate the workers-mutiplier option

Heat charm was missing this functionality and this patch is to add
this feature. We were trying to deploy this charm in a lxc
container on a host machine with 72 cores. In end up creating 144
process with heat-engine and heat-api.

This patch will provide the option to limit the number of worker
process in case of high number of cores in a host.

Enable it for icehouse, kilo, liberty and mitaka.

Change-Id: I811f0a91e1ff9a6d95e80a4a40be063d7d047c7e

lp:~openstack-charmers/charms/trusty/ceph-osd/next Development 2016-08-11 15:01:24 UTC
107. Clean up dependency chain This inclu...

Author: Chris MacNaughton
Revision Date: 2016-08-11 15:01:24 UTC

Clean up dependency chain

This includes a resync of charms_ceph to raise the directory one level
The charms_ceph change that we're syncing in changes the
name of the ceph.py file into the __init__.py file to remove the
second level of namespacing

Change-Id: I4eabbd313de2e9420667dc4acca177b2dbbf9581

lp:~openstack-charmers/charms/trusty/ceph-mon/next Development 2016-08-11 15:01:13 UTC
186. Clean up dependency chain This i...

Author: Chris MacNaughton
Revision Date: 2016-08-11 15:01:13 UTC

Clean up dependency chain

    This includes a resync of charms_ceph to raise the directory one level
    The charms_ceph change that we're syncing in changes the
    name of the ceph.py file into the __init__.py file to remove the
    second level of namespacing

Change-Id: I0122752fa2882d98d47e14ac50bfa6d14a08a50c

lp:charms/ceph Mature 2016-08-11 09:34:02 UTC
177. Fix directory ownership as part of up...

Author: James Page
Revision Date: 2016-08-11 09:34:02 UTC

Fix directory ownership as part of upgrade and restart OSD's

This change ensures that when ceph is upgraded from an
older version that uses root to a newer version that
uses ceph as the process owner that all directories
are chowned.

As the ceph charm can also host OSD processes, ensure that
any ceph-osd daemons are stopped and started during the
upgrade process.

Change-Id: Ief3fd6352b440b7740965746cd0d1d846c647f84
Closes-Bug: 1600338
(cherry picked from commit 001d890d426e86d15f7138eb243126d05b0bfa91)

lp:~openstack-charmers/charms/trusty/nova-cloud-controller/next Development 2016-08-10 15:31:18 UTC
265. Use os_release() to determine OpenSta...

Author: Corey Bryant
Revision Date: 2016-08-10 15:31:18 UTC

Use os_release() to determine OpenStack release

Use os_release() instead of get_os_codename_install_source() to
determine the OpenStack release in resolve_services(). This is
needed when deploying from source because it checks both
openstack-origin and openstack-origin-git when determining the
release.

Change-Id: I39a61fc4394967bd70af493f6a69fe9d428274b1

lp:charms/nova-cloud-controller Mature 2016-08-09 14:56:09 UTC
265. Force db_joined on action upgrade for...

Author: David Ames
Revision Date: 2016-08-09 14:56:09 UTC

Force db_joined on action upgrade for nova-api db

On action managed upgrade db_joined was not called and the new required db,
nova-api, was not created when upgrading to mitaka.

Change-Id: Idde9655919dfb42b00f030d74c85ff09821e36ee
Closes-bug: 1611096
(cherry picked from commit 195853220d98b2b10e02621e9ac143bf9a45618f)

lp:charms/nova-compute Mature 2016-08-09 00:42:53 UTC
252. Update ppc64el state setting behavior...

Author: Ryan Beisner
Revision Date: 2016-08-09 00:42:53 UTC

Update ppc64el state setting behavior

Prevent attempts to set smt state in cases where the smt
state value is already set to the expected value.

Change-Id: I83682033cb46998c5e1ad8fe5986deecf6e4e89d
Closes-Bug: 1610536
(cherry picked from commit 8368e32df2adf2fafeaa2bb85a0cac4f595b7f65)

lp:~openstack-charmers/charms/trusty/nova-compute/next Development 2016-08-08 20:48:50 UTC
251. Update ppc64el state setting behavior...

Author: Ryan Beisner
Revision Date: 2016-08-08 20:48:50 UTC

Update ppc64el state setting behavior

Prevent attempts to set smt state in cases where the smt
state value is already set to the expected value.

Change-Id: I83682033cb46998c5e1ad8fe5986deecf6e4e89d
Closes-Bug: 1610536

lp:charms/cinder Mature 2016-08-03 17:06:13 UTC
187. Ensure required interfaces list is co...

Author: Edward Hope-Morley
Revision Date: 2016-08-03 17:06:13 UTC

Ensure required interfaces list is correct

When a subset of cinder services is enabled, we don't expect all interfaces
to exist and unexpected errors/warnings to be reported in workload-status.

Closes-Bug: 1606559
(cherry picked from commit 83a23cd56ac204eadaa346ca7d3132be734305d4)
Change-Id: I9d5b6149c847c972d6fb0cfaf697d2885bbbf5c1

lp:~openstack-charmers/charms/trusty/rabbitmq-server/next Development 2016-08-03 15:03:01 UTC
158. Tidy use of status_set The wait_app ...

Author: James Page
Revision Date: 2016-08-03 15:03:01 UTC

Tidy use of status_set

The wait_app function uses juju status a bit noisly when determining
whether RabbitMQ is running or not; refactor to use log instead,
and only use status when RabbitMQ is not running when it should be.

Change-Id: I796bbec943008ae7512ddef6c54c0c9df032db3b

lp:charms/ceph-mon Development 2016-08-02 14:56:23 UTC
185. Resync charm helpers for PG calc fixe...

Author: James Page
Revision Date: 2016-08-02 14:56:23 UTC

Resync charm helpers for PG calc fixes

When the Ceph RADOS Gateway is used with small OSD configurations
(3 OSDs), the light pools consume 0.1% of storage by default; this
results in PG counts below or equal to 0; enforce a minimum PG count
of 2 as specified in the official Ceph PG calculator.

Change-Id: I33df3ade8ce85f1928f44d402b8a2f445c479efb
Closes-Bug: 1607961
(cherry picked from commit 9d73455515f200239926950eddec813e4b6b617d)

lp:~openstack-charmers/charm-helpers/stable-1604 bug 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:charms/swift-storage Mature 2016-07-28 14:09:18 UTC
130. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:09:18 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: Ic0a4062ca94d4e1a1a8841867637df3ed851d968

lp:~openstack-charmers/charms/trusty/rabbitmq-server/trunk Development 2016-07-28 14:08:39 UTC
157. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:08:39 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I3fbb670fa93d12e4f89201e3e901ad4cc6ac7019

lp:charms/trusty/percona-cluster Mature 2016-07-28 14:08:15 UTC
112. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:08:15 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: If33061fc714de21f18212a3867a48f43e43a04b1

lp:charms/xenial/openvswitch-odl Development 2016-07-28 14:07:50 UTC
24. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:07:50 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I36eef44b97b9314bb2a86bf865b1f12eecd13e81

lp:charms/openstack-dashboard Mature 2016-07-28 14:07:28 UTC
137. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:07:28 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I089ed79baa8c8de58011fd938182c65b3812deab

lp:charms/trusty/odl-controller Mature 2016-07-28 14:07:08 UTC
35. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:07:08 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: Ifd1b3e533e4324afeea55fe2d364d4d7cbf3f6c8

lp:charms/neutron-openvswitch Mature 2016-07-28 14:06:06 UTC
136. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:06:06 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I049cde180b04c5394901f960adf2623d367e26e2

lp:charms/xenial/neutron-api-odl Development 2016-07-28 14:05:14 UTC
29. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:05:14 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I91fedb654d42984a4581e83261e62dfaa39824d4

lp:charms/neutron-api Mature 2016-07-28 14:04:56 UTC
226. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:04:56 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: If5a1f1fb9b702e2a9de9d794b16f88225235f04c

lp:~openstack-charmers/charms/trusty/lxd/trunk Development 2016-07-28 14:04:37 UTC
76. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:04:37 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I38b1e94ab94ae2f93807db7e6ede04a087c4d950

lp:charms/keystone Mature 2016-07-28 14:04:17 UTC
260. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:04:17 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I36821e6c2f98fa0cb059f4b92757320b8822978e

lp:charms/trusty/hacluster Mature 2016-07-28 14:03:39 UTC
76. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:03:39 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I8fdf534dc53589cb0e23ef52e649e8a828f094d7

lp:charms/glance Mature 2016-07-28 14:03:15 UTC
210. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:03:15 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: Id66b100d35085d770935ab836055cc1471759710

lp:charms/cinder-ceph Mature 2016-07-28 14:02:18 UTC
71. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:02:18 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: Icb97e34e5552b7a59ffd25986844076dab1e01d8

lp:~openstack-charmers/charms/trusty/cinder-backup/trunk Development 2016-07-28 14:01:55 UTC
18. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:01:55 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I71be01c83d171e28f9c87b3e043f221dad8d7426

lp:charms/ceph-radosgw Mature 2016-07-28 14:01:14 UTC
102. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:01:14 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I5e50eea1533d66cde6dcb6fb717fdf7d89317898

lp:charms/ceph-osd Mature 2016-07-28 14:00:29 UTC
106. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 14:00:29 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: Id33dea6dcad83093d42a2011fabc8e6d642c1292

lp:charms/ceilometer-agent Mature 2016-07-28 13:55:56 UTC
95. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 13:55:56 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I5d5fe9f1b0a7490491001003e052e0afdb0c212b

lp:charms/ceilometer Mature 2016-07-28 13:55:40 UTC
141. Updates for stable branch creation fo...

Author: David Ames
Revision Date: 2016-07-28 13:55:40 UTC

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I06f9171605ab97ae0ec42f85f5d15b126ca1bc91

lp:~openstack-charmers/charms/trusty/neutron-api/next Development 2016-07-25 17:32:16 UTC
225. notification topics missed from mitak...

Author: Liam Young
Revision Date: 2016-07-25 17:32:16 UTC

notification topics missed from mitaka config

When the mitaka configs where created notifications_topic was missed
Curretnly designate is missing messages.

Change-Id: Iac1d6b0e5ab17e4d785284c70bc0c8ddc58e2f17

lp:~openstack-charmers/charms/trusty/neutron-api-odl/next Development 2016-07-21 21:48:54 UTC
28. Use bundletester for amulet test exec...

Author: Ryan Beisner
Revision Date: 2016-07-21 21:48:54 UTC

Use bundletester for amulet test execution

Switch to using bundletester for execution of functional tests,
leveraging tox to build out test virtualenvs.

Rename amulet tests inline with gate-*, dev-* and dfs-*
naming standards.

Update README to refer to functional testing section of the charm
guide.

Change-Id: If68e119a2adcc3701e765c18f2a138a2cee81d6e

lp:~openstack-charmers/charms/trusty/hacluster/next bug Development 2016-07-21 20:26:01 UTC
75. Use bundletester for amulet test exec...

Author: Ryan Beisner
Revision Date: 2016-07-21 20:26:01 UTC

Use bundletester for amulet test execution

Switch to using bundletester for execution of functional tests,
leveraging tox to build out test virtualenvs.

Rename amulet tests inline with gate-*, dev-* and dfs-*
naming standards.

Update README to refer to functional testing section of the charm
guide.

Also enable Trusty-Mitaka and Xenial-Mitaka Amulet test
targets.

Change-Id: I7d3a5d1ced6410e98a5b134c9cd7c02f0ba21708

lp:~openstack-charmers/charms/trusty/ceph-radosgw/next Development 2016-07-21 18:13:52 UTC
101. Use bundletester for amulet test exec...

Author: Ryan Beisner
Revision Date: 2016-07-21 18:13:52 UTC

Use bundletester for amulet test execution

Switch to using bundletester for execution of functional tests,
leveraging tox to build out test virtualenvs.

Rename amulet tests inline with gate-*, dev-* and dfs-*
naming standards.

Update README to refer to functional testing section of the charm
guide.

Change-Id: Id91a7281d98be3bb69d42257ea9213471bdefa69

lp:~openstack-charmers/charms/trusty/odl-controller/next Development 2016-07-21 14:24:42 UTC
34. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:24:42 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I58dbe8293e3a8c193200149cd097b5426b172adc

lp:~openstack-charmers/charms/trusty/percona-cluster/next Development 2016-07-21 14:23:54 UTC
111. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:23:54 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I00a2e4b1fd3c3ab7410a3662a25e3766f460220d

lp:~openstack-charmers/charms/trusty/swift-storage/next Development 2016-07-21 14:23:20 UTC
129. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:23:20 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I37acb43de3e4689f439973a827eaae2ffb3d23f8

lp:~openstack-charmers/charms/trusty/openstack-dashboard/next Development 2016-07-21 14:22:19 UTC
136. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:22:19 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I998eefb64c94841863e32722fa6532244142ef8a

lp:~openstack-charmers/charms/trusty/neutron-openvswitch/next Development 2016-07-21 14:21:32 UTC
135. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:21:32 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I8a2a7eb08d846150fa800ad2f19f20f27cca478f

lp:~openstack-charmers/charms/trusty/keystone/next Development 2016-07-21 14:20:01 UTC
259. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:20:01 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I1a795c3bfbbd88f5214d5145492ad7889899c830

lp:~openstack-charmers/charms/trusty/cinder-ceph/next Development 2016-07-21 14:18:52 UTC
70. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:18:52 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I34939afb365c3e07fd8dfb41459cfdc5781e3c30

lp:~openstack-charmers/charms/trusty/cinder-backup/next Development 2016-07-21 14:18:29 UTC
17. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:18:29 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I2ce83db365191382708d53b8ee4c5fbb209dbfa4

lp:~openstack-charmers/charms/trusty/ceilometer-agent/next Development 2016-07-21 14:17:36 UTC
94. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:17:36 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I2f71bf5620f8fb5c22e9c815a73f3e7bb8fb1b3d

lp:~openstack-charmers/charms/trusty/ceilometer/next Development 2016-07-21 14:17:13 UTC
140. Pre 1607 release charm-helpers sync ...

Author: Liam Young
Revision Date: 2016-07-21 14:17:13 UTC

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: If0e8f77edc82a466ea9b9ec018f16b21c72c6a57

lp:~openstack-charmers/charms/trusty/openvswitch-odl/next Development 2016-07-20 10:14:53 UTC
23. Use bundletester for amulet test exec...

Author: James Page
Revision Date: 2016-07-20 10:14:53 UTC

Use bundletester for amulet test execution

Switch to using bundletester for execution of functional tests,
leveraging tox to build out test virtualenvs.

Rename amulet tests inline with gate-* and dfs-* naming standards.

Update README to refer to functional testing section of the charm
guide.

Change-Id: I99d4adf310a19aa5dc86a2930df50870f2420f22

lp:~openstack-charmers/charms/trusty/tempest/next Development 2016-07-14 23:09:46 UTC
24. Update readme Change-Id: If3ae48e81b...

Author: Ryan Beisner
Revision Date: 2016-07-14 23:09:46 UTC

Update readme

Change-Id: If3ae48e81bff9002b5d7d05471d51a0c1dffc0a4

lp:charms/trusty/nova-compute-vmware Mature 2016-06-13 20:22:23 UTC
106. [jamespage, r=thedac] Ensure that ne...

Author: David Ames
Revision Date: 2016-06-13 20:22:23 UTC

[jamespage, r=thedac] Ensure that network manager and plugin are know before validating configuration

Closes-bug: 1574657

lp:charms/swift-proxy Development 2016-05-23 14:20:00 UTC
154. Resync stable charm-helpers Avoid us...

Author: James Page
Revision Date: 2016-05-18 16:48:58 UTC

Resync stable charm-helpers

Avoid use of 'service --status-all' which is currently
broken on trusty for upstart managed daemons; the change
moves to detecting how the daemon is managed, and then
using upstart status XXX or the return code of service XXX
status to determine whether a process is running.

Fixes for IPv6 network address detection under Ubuntu
16.04 which changes the output format of the ip commands
slightly.

Update the version map to include 8.1.x as a Neutron
version for Mitaka.

Change-Id: Ib19edc2874d78328ef23ae58e7cde75e41f1a1b6
Closes-Bug: 1581171
Closes-Bug: 1581598
Closes-Bug: 1580674

lp:~openstack-charmers/charms/trusty/swift-proxy/next Development 2016-05-23 09:08:57 UTC
154. Use JUJU_MODEL_UUID for Juju 2.0 Juj...

Author: James Page
Revision Date: 2016-05-23 09:08:57 UTC

Use JUJU_MODEL_UUID for Juju 2.0

Juju 2.0 renames the environment variable JUJU_ENV_UUID
to JUJU_MODEL_UUID; use this environment variable as a
fallback if JUJU_ENV_UUID is not set to support Juju 2.0,
whilst continuing to provide support for Juju < 2.0.

Change-Id: I26ae366c84d3cd9a9c2471385effd2a6202e9314
Closes-Bug: 1572575

lp:~openstack-charmers/+junk/hardening-apache-tests-layer Development 2016-03-16 17:55:34 UTC
2. Fixup action

Author: Edward Hope-Morley
Revision Date: 2016-03-16 17:55:34 UTC

Fixup action

lp:~openstack-charmers/+junk/hardening-ssh-tests-layer Development 2016-03-16 16:11:39 UTC
2. ensure /home/user1 set to avoid inspe...

Author: Edward Hope-Morley
Revision Date: 2016-03-16 16:11:39 UTC

ensure /home/user1 set to avoid inspec error when executing tests

lp:~openstack-charmers/charms/trusty/keystone/keystonev3 (Has a merge proposal) Development 2016-03-05 15:43:41 UTC
216. Fix unit_tests

Author: Liam Young
Revision Date: 2016-03-05 15:43:41 UTC

Fix unit_tests

lp:~openstack-charmers/+junk/os-charms-sync Development 2016-03-02 14:47:19 UTC
13. Add glance-ss-sync to sync list

Author: James Page
Revision Date: 2016-03-02 14:47:19 UTC

Add glance-ss-sync to sync list

lp:~openstack-charmers/charms/trusty/cinder/keystonev3 Development 2016-02-12 11:34:38 UTC
146. Sync keystone v3 charm helpers

Author: Liam Young
Revision Date: 2016-02-12 11:34:38 UTC

Sync keystone v3 charm helpers

lp:~openstack-charmers/charms/trusty/glance/keystonev3 Development 2016-02-12 10:16:36 UTC
166. Sync from Keystone v3 charmhelper branch

Author: Liam Young
Revision Date: 2016-02-12 10:16:36 UTC

Sync from Keystone v3 charmhelper branch

lp:~openstack-charmers/charms/trusty/designate-bind/next Development 2016-02-11 12:30:40 UTC
1. Initial next charm

Author: James Page
Revision Date: 2016-02-11 12:29:57 UTC

Initial next charm

lp:~openstack-charmers/charms/trusty/designate/next Development 2016-02-11 12:29:13 UTC
1. Initial next charm

Author: James Page
Revision Date: 2016-02-11 12:28:57 UTC

Initial next charm

lp:~openstack-charmers/charms/trusty/nova-compute/keystonev3 Development 2016-01-31 10:28:02 UTC
168. Fix template typo

Author: Liam Young
Revision Date: 2016-01-31 10:28:02 UTC

Fix template typo

lp:~openstack-charmers/charms/trusty/nova-cloud-controller/keystonev3 Development 2016-01-31 09:07:07 UTC
199. Tidy up ksv3

Author: Liam Young
Revision Date: 2016-01-31 09:07:07 UTC

Tidy up ksv3

lp:~openstack-charmers/charms/trusty/neutron-api/keystonev3 Development 2016-01-31 08:44:23 UTC
148. Tidy up template

Author: Liam Young
Revision Date: 2016-01-31 08:44:23 UTC

Tidy up template

lp:~openstack-charmers/charms/trusty/neutron-gateway/keystonev3 Development 2016-01-29 10:00:04 UTC
147. Merge /next in

Author: Liam Young
Revision Date: 2016-01-29 10:00:04 UTC

Merge /next in

lp:~openstack-charmers/+junk/serverstack-mirrors Development 2015-12-17 10:12:14 UTC
1. Add base mirror list and apache confi...

Author: James Page
Revision Date: 2015-12-17 10:11:54 UTC

Add base mirror list and apache configurations

lp:~openstack-charmers/charms/trusty/cisco-vpp/next Development 2015-12-02 10:35:56 UTC
117. [gnuoy, r=james-page] Trigger vpp res...

Author: Liam Young
Revision Date: 2015-12-02 10:35:56 UTC

[gnuoy, r=james-page] Trigger vpp restart on hugepages change, ensure vpp is running on each hook fire and abort charm if vpp start fails

lp:~openstack-charmers/charms/trusty/nova-cloud-controller/snabbswitch Development 2015-10-23 09:27:34 UTC
172. synced /next and ch

Author: Edward Hope-Morley
Revision Date: 2015-10-23 09:27:34 UTC

synced /next and ch

lp:~openstack-charmers/charms/trusty/nova-compute/snabbswitch Development 2015-10-23 09:25:03 UTC
101. synced /next and ch

Author: Edward Hope-Morley
Revision Date: 2015-10-23 09:25:03 UTC

synced /next and ch

lp:~openstack-charmers/charms/trusty/neutron-api/snabbswitch Development 2015-10-23 09:20:10 UTC
70. synced /next and ch

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

synced /next and ch

lp:~openstack-charmers/charm-helpers/snabbswitch (Has a merge proposal) 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:~openstack-charmers/charms/trusty/nova-compute/lxd-updates (Has a merge proposal) Development 2015-10-01 17:04:09 UTC
169. Fixup lint

Author: James Page
Revision Date: 2015-10-01 17:04:09 UTC

Fixup lint

lp:~openstack-charmers/charms/trusty/nsx-transport-node/trunk Development 2015-09-28 09:30:57 UTC
51. [trivial, gnuoy] Charm proof fixes

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

[trivial, gnuoy] Charm proof fixes

lp:~openstack-charmers/charms/trusty/heat/keystonev3 Development 2015-09-25 10:27:55 UTC
56. Resync helpers for keystonev3 support...

Author: James Page
Revision Date: 2015-09-25 10:27:32 UTC

Resync helpers for keystonev3 support, use section template for keystone-authtoken

lp:~openstack-charmers/charms/trusty/ceilometer/keystonev3 Development 2015-09-25 10:22:25 UTC
100. Add keystone v3 support

Author: James Page
Revision Date: 2015-09-25 10:22:01 UTC

Add keystone v3 support

lp:charms/trusty/quantum-gateway Mature 2015-09-23 12:04:27 UTC
113. Charmhelper sync

Author: Liam Young
Revision Date: 2015-09-23 12:04:27 UTC

Charmhelper sync

lp:~openstack-charmers/charms/trusty/nova-compute-vmware/next Development 2015-09-22 00:31:21 UTC
111. [james-page,r=billy-olsen] Resync cha...

Author: Billy Olsen
Revision Date: 2015-09-22 00:31:21 UTC

[james-page,r=billy-olsen] Resync charm-helpers.

lp:~openstack-charmers/charms/trusty/neutron-api/vpp (Has a merge proposal) Development 2015-08-12 10:35:59 UTC
136. Fix unit test

Author: Liam Young
Revision Date: 2015-08-12 10:35:59 UTC

Fix unit test

lp:charms/quantum-gateway Mature 2015-08-10 16:38:06 UTC
112. [gnuoy] 15.07 Charm release

Author: James Page
Revision Date: 2015-08-10 16:38:06 UTC

[gnuoy] 15.07 Charm release

lp:~openstack-charmers/charms/trusty/quantum-gateway/next bug Development 2015-08-03 14:00:06 UTC
117. [gnuoy,trivial] Pre-release charmhelp...

Author: Liam Young
Revision Date: 2015-08-03 14:00:06 UTC

[gnuoy,trivial] Pre-release charmhelper sync to pickup leadership election peer migration fix

lp:~openstack-charmers/charms/trusty/nova-compute/vpp Development 2015-07-26 13:57:33 UTC
143. Remove temporary ppa hack

Author: Liam Young
Revision Date: 2015-07-26 13:57:33 UTC

Remove temporary ppa hack

lp:~openstack-charmers/charm-helpers/vpp 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:~openstack-charmers/charms/trusty/neutron-snabbswitch/next Development 2015-05-15 17:32:29 UTC
28. sync charmhelpers

Author: Edward Hope-Morley
Revision Date: 2015-05-15 17:32:29 UTC

sync charmhelpers

lp:charms/trusty/openstack-zeromq Mature 2015-04-26 21:24:13 UTC
41. Fixup lint

Author: James Page
Revision Date: 2015-04-26 21:24:13 UTC

Fixup lint

lp:~openstack-charmers/charms/trusty/nova-compute/backport-fix-lp1448143 bug(Has a merge proposal) Development 2015-04-24 13:53:32 UTC
130. Backport fix LP: #1448143

Author: Jorge Niedbalski
Revision Date: 2015-04-24 13:52:44 UTC

Backport fix LP: #1448143

lp:~openstack-charmers/charm-helpers/backup-15.01 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:~openstack-charmers/charms/trusty/nova-cell/next Development 2015-04-17 15:06:50 UTC
65. [beisner,r=james-page] auto normalize...

Author: James Page
Revision Date: 2015-04-17 15:06:50 UTC

[beisner,r=james-page] auto normalize amulet test definitions and amulet make targets; charm-helper sync.

lp:~openstack-charmers/charms/trusty/neutron-api/0mq (Has a merge proposal) Development 2015-04-01 14:20:32 UTC
73. Rebase

Author: James Page
Revision Date: 2015-04-01 14:20:32 UTC

Rebase

lp:~openstack-charmers/charms/trusty/neutron-openvswitch/0mq (Has a merge proposal) Development 2015-04-01 14:19:17 UTC
62. Rebase

Author: James Page
Revision Date: 2015-04-01 14:19:17 UTC

Rebase

1100 of 181 results