lp://staging/~openstack-charmers-next/charms/vivid/ceph-radosgw/trunk
- Get this branch:
- bzr branch lp://staging/~openstack-charmers-next/charms/vivid/ceph-radosgw/trunk
Branch information
- Status:
- Development
Recent revisions
- 96. By James Page
-
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: I52581e9996fa2e
f21672148ca5276 21e3b4f149f - 91. By Alex Kavanagh
-
Fix for multiple status-set - related to bug 1588462
This change fixes the obvious race for a status_set() between
check_optional_interfaces( ) and assess_status() as the later calls the former
which calls status_set(), returns the status, which is then potentially set
again by the assess_status() function. This cleans up the code so that only a
single status_set() is performed when calling assess_status().Change-Id: Idb11019cec2006
1622b5f36911e49 adfb9bac14e
Related-Bug:#1588462 - 90. By Edward Hope-Morley
-
Add support for user-provided ceph config
Adds a new config-flags option to the charm that
supports setting a dictionary of ceph configuration
settings that will be applied to ceph.conf.This implementation supports config sections so that
settings can be applied to any section supported by
the ceph.conf template in the charm.Change-Id: I8a447209b90408
90e7c10585321b7 1da08a26b11
Closes-Bug: 1522375 - 89. By James Page
-
Resync charm helpers
Add support for OpenStack Newton and Ocata.
Rework version detection code to just match on major version for
OpenStack projects using semantic versioning.Provide fallback version detection based on major.minor versions
for swift packages.Rework config-flags support helpers.
Fix is_ip function to correctly detect both IPv4 and IPv6 addresses.
Change-Id: I3546fbeb847a6d
8793b4bb75048d7 a68d1236d0b - 88. By Edward Hope-Morley
-
Guard against invalid cert returned from keystone
Sometimes keystone returns invalid string data when doing a
GET for SSL certs during setup phases so we now check
returned data and ignore if invalid. Also perform some
code cleanup around cert management and add unit tests.Closes-Bug: 1542074
Change-Id: I6c28f540d902296cfd83a99f4e052 ba8b2771e9e - 87. By James Page
-
Resync 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: I8fd67b8c4d1a44
af2dff8b26d7a8c cc40dd3e409
Closes-Bug: 1581171
Closes-Bug: 1581598
Closes-Bug: 1580674
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)