View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~freyes/openstack-charm-testing/fix-port_security2 1 Development 2017-07-14 21:08:47 UTC
301. Support underclouds where port_securi...

Author: Felipe Reyes
Revision Date: 2017-07-14 20:56:27 UTC

Support underclouds where port_security extension is disabled

This patch adds a new environment variable named EXTENSIONS which is used
to determine if the undercloud has enabled an specific extensions and decide
what to do.

This patch also modify post-deploy-config to use this new env variable and
when a port for neutron-gateway is created decides if the port_security will
be used or not.

lp:~freyes/openstack-charm-testing/fix-port_security (Has a merge proposal) 1 Development 2017-07-07 22:20:42 UTC
300. Support underclouds where port_securi...

Author: Felipe Reyes
Revision Date: 2017-07-07 22:16:57 UTC

Support underclouds where port_security extension is disabled

Some clouds may have the port_security ml2 extension disabled, in those envs
at port creation the port_security_enabled property shouldn't be passed.

lp:~freyes/charms/xenial/rsyslog/lp1694270 (Has a merge proposal) 1 Development 2017-05-29 21:02:48 UTC
40. Remove print() statement left from te...

Author: Felipe Reyes
Revision Date: 2017-05-29 21:02:48 UTC

Remove print() statement left from testing

lp:~freyes/simplestreams/lp1630744 bug(Has a merge proposal) 1 Development 2016-12-14 20:35:13 UTC
450. Log image id and exception when delet...

Author: Felipe Reyes
Revision Date: 2016-12-14 20:35:13 UTC

Log image id and exception when delete op fails

lp:~freyes/python-jujuclient/lp1645225 bug 1 Development 2016-11-28 16:24:18 UTC
98. Format tags and spaces constraints as...

Author: Felipe Reyes
Revision Date: 2016-11-28 16:13:21 UTC

Format tags and spaces constraints as a list

According to juju's reference constraints[0], tags and spaces are expected
to be a list of strings. juju cli uses "item1,item2" to define lists, this
patch allows to silently transform those strings into lists, as a collateral
benefit single item strings (e.g. "tag1") will also get transformed to a list.

Valid new uses of constraints dict:

  {"tags": "tag1"}
  {"tags": "tag1,tag2"}

[0] https://jujucharms.com/docs/2.0/reference-constraints

lp:~freyes/charms/trusty/memcached/lp1636519 bug(Has a merge proposal) 1 Development 2016-11-03 17:12:26 UTC
75. Fix bundletester execution - Makefil...

Author: Konstantinos Tsakalozos
Revision Date: 2016-11-03 17:07:37 UTC

Fix bundletester execution

- Makefile: check if 'charm' package exists, otherwise install it
- memcached_utils: transform binary to utf-8 (python3 friendly)
- replication: transform peer_ips() to list
- 10_deploy_test.py: access the first unit through the list under sentry dict
  instead of assuming /0

lp:~freyes/openstack-charm-testing/fix-tools bug(Has a merge proposal) 1 Development 2016-10-26 14:42:19 UTC
241. Remove blank lines, restore info mess...

Author: Felipe Reyes
Revision Date: 2016-10-26 14:42:19 UTC

Remove blank lines, restore info message

lp:~freyes/charms/trusty/memcached/py3-tox bug(Has a merge proposal) 1 Development 2016-09-20 18:22:16 UTC
75. Add charmhelpers.osplatform

Author: Felipe Reyes
Revision Date: 2016-09-09 13:00:43 UTC

Add charmhelpers.osplatform

lp:~freyes/ubuntu/precise/serverstack-dns/index-out-of-range (Has a merge proposal) 1 Development 2016-09-13 17:08:34 UTC
17. Skip empty lines when iterating hosts...

Author: Felipe Reyes
Revision Date: 2016-09-13 17:03:17 UTC

Skip empty lines when iterating hosts file

If the hosts file contains empty lines a list index out of range exception
is raised

Traceback (most recent call last):
  File "/usr/bin/serverstack-tenant-dns", line 256, in <module>
    add_current_instances()
  File "/usr/bin/serverstack-tenant-dns", line 144, in add_current_instances
    add_host_entry(hostname, ip_addr, "")
  File "/usr/bin/serverstack-tenant-dns", line 81, in add_host_entry
    hn = _hostname[1]
IndexError: list index out of range

lp:~freyes/openstack-charm-testing/fix-post-deploy bug(Has a merge proposal) 1 Development 2016-08-23 15:55:06 UTC
238. Make post-deploy-config work with juj...

Author: Felipe Reyes
Revision Date: 2016-08-23 15:52:46 UTC

Make post-deploy-config work with juju 1.x and 2.x

* Use 'juju status --format=yaml'
* if juju 1.x then use 'juju set', and for 2.x use 'juju set-config'

Fixes LP: #1616124

lp:~freyes/maas-deployer/packaging.fix-maintainer (Has a merge proposal) 1 Development 2016-08-19 13:31:11 UTC
30. Set fix maintainer fields Remove XSB...

Author: Felipe Reyes
Revision Date: 2016-08-19 13:29:22 UTC

Set fix maintainer fields

Remove XSBC-Original-Maintainer and set Edward in the 'Maintainer' field

lp:~freyes/maas-deployer/lp1570218 bug(Has a merge proposal) 1 Development 2016-08-19 13:25:05 UTC
80. Fix command line parsing

Author: Felipe Reyes
Revision Date: 2016-08-19 13:25:05 UTC

Fix command line parsing

lp:~freyes/maas-deployer/fix-ls (Has a merge proposal) 1 Development 2016-08-01 19:41:23 UTC
75. Fix check of 'ls' output In Xenial t...

Author: Felipe Reyes
Revision Date: 2016-08-01 19:38:12 UTC

Fix check of 'ls' output

In Xenial the output of the path in ls for no such file or directory is
surrounded by single quotes, while in Trusty is not. This patch checks
for both possible outputs and if none is found, then the test is marked
as fail.

lp:~freyes/lazr.restfulclient/lp1500460 bug(Has a merge proposal) 1 Development 2016-05-12 22:15:03 UTC
147. Add simplejson as dependency Fixes L...

Author: Felipe Reyes
Revision Date: 2016-05-12 22:14:02 UTC

Add simplejson as dependency

Fixes LP: #1500460

lp:~freyes/charms/trusty/nrpe/lp1578815 bug(Has a merge proposal) 1 Development 2016-05-12 21:04:43 UTC
45. Format warn threshold as float

Author: Felipe Reyes
Revision Date: 2016-05-12 21:04:43 UTC

Format warn threshold as float

lp:~freyes/maas-deployer/next-py3 bug(Has a merge proposal) 1 Development 2016-04-29 16:43:11 UTC
73. More py3 related changes

Author: Felipe Reyes
Revision Date: 2016-04-28 20:41:03 UTC

More py3 related changes

lp:~freyes/maas-deployer/py3 1 Development 2016-04-15 21:44:23 UTC
64. Add python 3.5 support This is speci...

Author: Felipe Reyes
Revision Date: 2016-04-15 21:39:39 UTC

Add python 3.5 support

This is specially important when running maas-deployer in Xenial, because
MAAS API client package (python3-maas-client) is only available for python3

lp:~freyes/charms/trusty/memcached/lp1525026 bug(Has a merge proposal) 1 Development 2016-02-25 18:41:36 UTC
72. Get private-address using 'juju run' ...

Author: Felipe Reyes
Revision Date: 2016-02-25 18:41:36 UTC

Get private-address using 'juju run'

UnitSentry doesn't populate the 'info' dict with the private-address, so
to check if the replication was properly configured in clouds where
private-address is different from the public-address, the former is retrieved
with 'juju run ... unit-get private-address'

lp:~freyes/charms/trusty/nova-compute/lp1387390 1 Development 2016-02-09 12:17:09 UTC
180. Delete default libvirt network

Author: Felipe Reyes
Revision Date: 2015-11-03 22:51:41 UTC

Delete default libvirt network

lp:~freyes/charms/trusty/glance-simplestreams-sync/lp1522929-next bug(Has a merge proposal) 1 Development 2016-01-18 14:49:04 UTC
57. Do not add ppa:cloud-installer/simple...

Author: Felipe Reyes
Revision Date: 2016-01-18 14:31:12 UTC

Do not add ppa:cloud-installer/simplestreams-testing

This PPA contains a buggy version of python-simplestreams which at least is
affected by bug LP: #1346935

The impact of this is that every installation that is trying to use
ceph-radosgw as an object-store for OpenStack won't be able to sync up
images.

The Ubutun main archive contains a functional and maintained version.

lp:~freyes/charms/trusty/wordpress/lp1525305 bug 1 Development 2015-12-11 21:40:32 UTC
86. Format as string values written to .n...

Author: Felipe Reyes
Revision Date: 2015-12-11 21:37:38 UTC

Format as string values written to .nfs-mount

Fix LP: #1525305

lp:~freyes/charms/trusty/nfs/lp1433036 bug(Has a merge proposal) 1 Development 2015-12-11 21:31:44 UTC
20. Add a dummy export to allow nfsd star...

Author: Felipe Reyes
Revision Date: 2015-12-11 21:29:14 UTC

Add a dummy export to allow nfsd start

Fix LP: #1433036

lp:~freyes/charms/trusty/glance-simplestreams-sync/lp1522929 bug(Has a merge proposal) 1 Development 2015-12-04 18:42:39 UTC
60. Do not add ppa:cloud-installer/simple...

Author: Felipe Reyes
Revision Date: 2015-12-04 18:39:05 UTC

Do not add ppa:cloud-installer/simplestreams-testing

This PPA contains a buggy version of python-simplestreams which at least is
affected by bug LP: #1346935

The impact of this is that every installation that is trying to use
ceph-radosgw as an object-store for OpenStack won't be able to sync up
images.

The Ubutun main archive contains a functional and maintained version.

lp:~freyes/charms/trusty/fluentd/next 1 Development 2015-11-17 21:45:07 UTC
19. Fix elasticsearch config generation d...

Author: Felipe Reyes
Revision Date: 2015-11-17 21:45:07 UTC

Fix elasticsearch config generation during config-changed hook

lp:~freyes/+junk/openstack-charm-testing 1 Development 2015-11-05 18:55:41 UTC
146. Added my bundles

Author: Felipe Reyes
Revision Date: 2015-11-05 18:52:19 UTC

Added my bundles

lp:~freyes/+junk/lp1387390 1 Development 2015-11-03 22:52:11 UTC
180. Delete default libvirt network

Author: Felipe Reyes
Revision Date: 2015-11-03 22:51:41 UTC

Delete default libvirt network

lp:~freyes/cloud-archive-utils/expose-distribution (Has a merge proposal) 1 Development 2015-10-30 20:51:59 UTC
42. Add help to --distribution

Author: Felipe Reyes
Revision Date: 2015-10-30 20:51:59 UTC

Add help to --distribution

lp:~freyes/+junk/ubuntu-fluentd-source 1 Development 2015-10-27 20:38:21 UTC
11. Add test implementation of fluentd-so...

Author: Felipe Reyes
Revision Date: 2015-10-27 20:37:38 UTC

Add test implementation of fluentd-source interface

lp:~freyes/charms/trusty/osquery/next 1 Development 2015-10-27 20:36:03 UTC
1. Initial import

Author: Felipe Reyes
Revision Date: 2015-10-27 20:35:02 UTC

Initial import

lp:~freyes/+junk/cloud-archive-utils 1 Development 2015-10-26 18:15:59 UTC
41. Expose distribution passed to 'dch' i...

Author: Felipe Reyes
Revision Date: 2015-10-26 18:12:52 UTC

Expose distribution passed to 'dch' in the command line

lp:~freyes/charms/trusty/glance-simplestreams-sync/lp1434356 bug(Has a merge proposal) 1 Development 2015-10-08 20:44:21 UTC
69. Add sitepackages=True to tox.ini

Author: Felipe Reyes
Revision Date: 2015-10-08 20:44:21 UTC

Add sitepackages=True to tox.ini

lp:~freyes/+junk/cinder-example 1 Development 2015-10-07 21:24:41 UTC
1. Initial import

Author: Felipe Reyes
Revision Date: 2015-10-07 21:21:50 UTC

Initial import

lp:~freyes/charms/trusty/nova-cloud-controller/lp1387073backport 1 Development 2015-09-30 17:53:24 UTC
170. Expose scheduler_default_filters as a...

Author: Felipe Reyes
Revision Date: 2015-09-30 15:28:00 UTC

Expose scheduler_default_filters as a config option

This is a backport of http://bazaar.launchpad.net/~openstack-charmers/charms/trusty/nova-cloud-controller/next/revision/193

See LP: #1387073

lp:~freyes/+junk/add-bzrignore 1 Development 2015-09-29 12:46:43 UTC
7. Add bzrignore file

Author: Felipe Reyes
Revision Date: 2015-09-29 12:46:17 UTC

Add bzrignore file

lp:~freyes/+junk/neutron-api-mellanox 1 Development 2015-09-24 02:19:13 UTC
13. Replace 'provides' with 'requires' in...

Author: Felipe Reyes
Revision Date: 2015-09-24 02:19:13 UTC

Replace 'provides' with 'requires' in the interface definition

lp:~freyes/+junk/neutron-mellanox 1 Development 2015-09-24 02:18:40 UTC
12. Replace 'provides' with 'requires' in...

Author: Felipe Reyes
Revision Date: 2015-09-24 02:18:40 UTC

Replace 'provides' with 'requires' in the interface definition

lp:~freyes/charms/trusty/nova-cloud-controller/lp1387073 bug(Has a merge proposal) 1 Development 2015-09-17 20:41:00 UTC
188. Expose scheduler_default_filters as a...

Author: Felipe Reyes
Revision Date: 2015-09-17 20:15:37 UTC

Expose scheduler_default_filters as a config option

Fixes LP: #1387073

lp:~freyes/+junk/lp1346935 1 Development 2015-09-15 19:27:50 UTC
136. Add a bundle to deploy radosgw+glance...

Author: Felipe Reyes
Revision Date: 2015-09-15 19:26:43 UTC

Add a bundle to deploy radosgw+glance-simplestreams-sync

lp:~freyes/+junk/munin-node-charm 1 Development 2015-09-10 20:37:07 UTC
8. charm: add monitoring and ops tags

Author: Felipe Reyes
Revision Date: 2015-09-10 20:37:07 UTC

charm: add monitoring and ops tags

lp:~freyes/charms/trusty/neutron-gateway/vendordata 1 Development 2015-07-27 16:23:07 UTC
130. Add vendordata

Author: Felipe Reyes
Revision Date: 2015-07-27 16:22:32 UTC

Add vendordata

lp:~freyes/charms/trusty/memcached/lp1423439 bug(Has a merge proposal) 1 Development 2015-07-23 02:26:28 UTC
77. fix amulet tests

Author: Felipe Reyes
Revision Date: 2015-07-23 02:26:28 UTC

fix amulet tests

lp:~freyes/charms/trusty/mongodb/fix-typo (Has a merge proposal) 1 Development 2015-06-30 21:44:44 UTC
73. Fix typo 'deployu' -> 'deploy'

Author: Felipe Reyes
Revision Date: 2015-06-30 21:44:02 UTC

Fix typo 'deployu' -> 'deploy'

lp:~freyes/openldap/lp1446809 bug 1 Development 2015-05-26 14:22:52 UTC
68. * SECURITY UPDATE: fix rwm overlay re...

Author: Felipe Reyes
Revision Date: 2015-05-19 15:57:53 UTC

* SECURITY UPDATE: fix rwm overlay reference counting. (LP: #1446809)
  - debian/patches/CVE-2013-4449.patch: fix reference counting
  - CVE-2013-4449
* SECURITY UPDATE: fix NULL pointer dereference in deref_parseCtrl()
  - debian/patches/CVE-2015-1545.patch: require non-empty AttributeList
  - CVE-2015-1545

lp:~freyes/charms/trusty/nova-cloud-controller/single-nova-consoleauth bug(Has a merge proposal) 1 Development 2015-05-22 18:19:15 UTC
158. nova-consoleauth set to manual only i...

Author: Felipe Reyes
Revision Date: 2015-05-22 18:19:15 UTC

nova-consoleauth set to manual only if there is a ha relation

lp:~freyes/charms/trusty/hacluster/fix-copyright (Has a merge proposal) 1 Development 2015-04-30 18:17:56 UTC
48. Add ocf/ceph/rbd copyright definition

Author: Felipe Reyes
Revision Date: 2015-04-30 18:16:52 UTC

Add ocf/ceph/rbd copyright definition

lp:~freyes/charms/trusty/ceph-radosgw/lp1449279 bug(Has a merge proposal) 1 Development 2015-04-28 21:22:11 UTC
39. Fix lint warning

Author: Felipe Reyes
Revision Date: 2015-04-28 21:20:22 UTC

Fix lint warning

lp:~freyes/charms/trusty/ceilometer/fix-copyright (Has a merge proposal) 1 Development 2015-04-22 13:01:41 UTC
81. Update copyright for ceilometer-agent...

Author: Felipe Reyes
Revision Date: 2015-04-22 13:00:37 UTC

Update copyright for ceilometer-agent-central pacemaker agent

lp:~freyes/charms/trusty/percona-cluster/lp1426508 bug(Has a merge proposal) 1 Development 2015-04-17 10:05:16 UTC
73. Pull hacluster from next using openst...

Author: Felipe Reyes
Revision Date: 2015-04-17 10:05:16 UTC

Pull hacluster from next using openstack charm-helpers base class

lp:~freyes/charms/trusty/hacluster/lp1444361 bug(Has a merge proposal) 1 Development 2015-04-16 07:49:17 UTC
46. Change type to string and accept INFI...

Author: Felipe Reyes
Revision Date: 2015-04-16 07:49:17 UTC

Change type to string and accept INFINITY as a valid value

lp:~freyes/+junk/percona-mysql-agent 1 Development 2015-03-19 21:22:34 UTC
1. Initial import

Author: Felipe Reyes
Revision Date: 2015-03-19 21:21:58 UTC

Initial import

lp:~freyes/charms/trusty/hacluster/lp1433377 bug(Has a merge proposal) 1 Development 2015-03-18 03:30:19 UTC
43. Check the output of 'crm resource sta...

Author: Felipe Reyes
Revision Date: 2015-03-18 03:29:05 UTC

Check the output of 'crm resource status' to determine if service is running

lp:~freyes/+junk/percona-cluster.lp1426508 1 Development 2015-03-17 14:37:44 UTC
64. Add unit tests for ha-relation-joined...

Author: Felipe Reyes
Revision Date: 2015-03-17 14:37:44 UTC

Add unit tests for ha-relation-joined hook

lp:~freyes/+junk/single-nova-consoleauth 1 Development 2015-03-09 14:58:36 UTC
152. pcmkr: Delete resources when single-n...

Author: Felipe Reyes
Revision Date: 2015-03-09 14:58:36 UTC

pcmkr: Delete resources when single-nova-consoleauth turned off

lp:~freyes/charms/trusty/hacluster/add-location bug(Has a merge proposal) 1 Development 2015-03-06 15:18:49 UTC
44. Drop str() when logging parameters l...

Author: Felipe Reyes
Revision Date: 2015-03-06 15:18:49 UTC

Drop str() when logging parameters

log() already takes care of calling repr() when needed

lp:~freyes/charms/trusty/memcached/soft_fail bug(Has a merge proposal) 1 Development 2015-02-18 20:51:27 UTC
67. Fix test failure

Author: Felipe Reyes
Revision Date: 2015-02-18 20:51:27 UTC

Fix test failure

lp:~freyes/charms/trusty/memcached/sync-helpers (Has a merge proposal) 1 Development 2015-02-04 12:49:59 UTC
66. Fix unit test failure after charmhelp...

Author: Felipe Reyes
Revision Date: 2015-02-04 12:16:33 UTC

Fix unit test failure after charmhelpers sync

lp:~freyes/charms/trusty/rabbitmq-server/mirroring-queues bug(Has a merge proposal) 1 Development 2015-01-19 19:02:16 UTC
85. Simplify vhost_exists() function

Author: Felipe Reyes
Revision Date: 2015-01-19 19:02:16 UTC

Simplify vhost_exists() function

lp:~freyes/charms/trusty/memcached/apt-get_update bug(Has a merge proposal) 1 Development 2014-12-27 23:49:14 UTC
63. Call apt_update() before trying to in...

Author: Felipe Reyes
Revision Date: 2014-12-19 18:24:29 UTC

Call apt_update() before trying to install packages

Some users have saw the message "WARNING: The following packages cannot
be authenticated!" while deploying the charm.

lp:~freyes/charms/trusty/nova-cloud-controller/backport-fix-1386271 bug 1 Development 2014-12-18 02:46:32 UTC
126. Add memcache support Cherry pick fro...

Author: Felipe Reyes
Revision Date: 2014-12-18 02:43:21 UTC

Add memcache support

Cherry pick from lp:~openstack-charmers/charms/trusty/nova-cloud-controller/next/
revision 129.

lp:~freyes/charms/trusty/nova-cloud-controller/bug-989337 bug(Has a merge proposal) 1 Development 2014-12-17 21:28:57 UTC
134. Refactor the way memcached_servers co...

Author: Felipe Reyes
Revision Date: 2014-12-16 14:08:58 UTC

Refactor the way memcached_servers config is put in the templates

Instead of formatting the string with Jinja2, it's formatted with python
and passed to the template as a string.

lp:~freyes/charms/trusty/memcached/bug-1403567 1 Development 2014-12-17 18:32:33 UTC
62. Disable IPv6 support in ufw when it's...

Author: Felipe Reyes
Revision Date: 2014-12-17 18:30:36 UTC

Disable IPv6 support in ufw when it's not availble in the machine

Fix lp #1403567

lp:~freyes/charms/trusty/hacluster/debug-config bug(Has a merge proposal) 1 Development 2014-12-15 13:28:49 UTC
40. Add 'debug' to config.yaml

Author: Felipe Reyes
Revision Date: 2014-12-15 13:28:49 UTC

Add 'debug' to config.yaml

lp:~freyes/charms/trusty/memcached/python-rewrite (Has a merge proposal) 1 Development 2014-12-09 22:03:40 UTC
93. Add flake8 to test_requirements

Author: Felipe Reyes
Revision Date: 2014-12-09 22:03:40 UTC

Add flake8 to test_requirements

lp:~freyes/charms/trusty/jenkins/fix-password 1 Development 2014-12-05 20:25:51 UTC
37. Format properly salt and input for sh...

Author: Felipe Reyes
Revision Date: 2014-12-05 20:24:42 UTC

Format properly salt and input for shasum

lp:~freyes/charm-helpers/remove-redundant-assignment (Has a merge proposal) 1 Development 2014-12-02 19:24:02 UTC
262. Remove redundant assignment

Author: Felipe Reyes
Revision Date: 2014-12-02 19:21:48 UTC

Remove redundant assignment

lp:~freyes/+junk/test-1386271 1 Development 2014-11-20 15:18:35 UTC
3. Removed relation between nova-compute...

Author: Felipe Reyes
Revision Date: 2014-11-20 15:18:35 UTC

Removed relation between nova-compute and memcached

lp:~freyes/charms/trusty/rabbitmq-server/use-gethostname bug(Has a merge proposal) 1 Development 2014-11-14 00:11:24 UTC
72. Merge commit, conflicts resolved

Author: Felipe Reyes
Revision Date: 2014-11-13 19:15:11 UTC

Merge commit, conflicts resolved

lp:~freyes/+junk/hacluster-debug-on 1 Development 2014-11-13 03:39:13 UTC
38. Enable corosync debugging

Author: Felipe Reyes
Revision Date: 2014-11-13 03:36:40 UTC

Enable corosync debugging

lp:~freyes/+junk/test-git-bzr-ng 1 Development 2014-11-11 14:53:57 UTC
70. Use socket.gethostname() when get_hos...

Author: Felipe Reyes
Revision Date: 2014-11-11 14:49:25 UTC

Use socket.gethostname() when get_hostname fails in rabbit_utils

This patch completes the change original made to fix bug #1378263 in merge request
https://code.launchpad.net/~niedbalski/charms/trusty/rabbitmq-server/fix-1378263/+merge/240478

lp:~freyes/charms/trusty/rabbitmq-server/use-is_elected_leader (Has a merge proposal) 1 Development 2014-11-10 19:26:22 UTC
69. Replace eligible_leader with is_elect...

Author: Felipe Reyes
Revision Date: 2014-11-10 19:23:37 UTC

Replace eligible_leader with is_elected_leader

`eligible_leader` is deprecated in favor of `is_elected_leader` and this
patch does the change. This is useful to avoid populating the logs with
warnings.

lp:~freyes/charms/trusty/nova-cloud-controller/bug-1386245 1 Development 2014-10-27 16:54:48 UTC
124. Use vip when is defined and console-p...

Author: Felipe Reyes
Revision Date: 2014-10-27 16:52:06 UTC

Use vip when is defined and console-proxy-ip is set to local

lp:~freyes/charms/trusty/nova-compute/bug-989337 1 Development 2014-10-20 18:39:00 UTC
88. Fix list of memcached servers formatt...

Author: Felipe Reyes
Revision Date: 2014-10-20 18:39:00 UTC

Fix list of memcached servers formatting in templates

172 of 72 results