Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(350)

Issue 91450050: Refactored to use refactored charm-helpers

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by johnsca
Modified:
9 years, 11 months ago
Reviewers:
benjamin.saller, mp+219919
Visibility:
Public.

Description

Refactored to use refactored charm-helpers https://code.launchpad.net/~johnsca/charms/trusty/cf-cloud-controller/refactor/+merge/219919 (do not edit description out of merge proposal)

Patch Set 1 #

Patch Set 2 : Refactored to use refactored charm-helpers #

Total comments: 5

Patch Set 3 : Refactored to use refactored charm-helpers #

Total comments: 3

Patch Set 4 : Refactored to use refactored charm-helpers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+762 lines, -631 lines) Patch
A [revision details] View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
D files/config/cloud_controller.yml View 1 chunk +0 lines, -172 lines 0 comments Download
M hooks/charmhelpers/contrib/cloudfoundry/common.py View 2 chunks +0 lines, -57 lines 0 comments Download
D hooks/charmhelpers/contrib/cloudfoundry/config_helper.py View 1 chunk +0 lines, -11 lines 0 comments Download
M hooks/charmhelpers/contrib/cloudfoundry/contexts.py View 1 1 chunk +33 lines, -44 lines 0 comments Download
D hooks/charmhelpers/contrib/cloudfoundry/install.py View 1 chunk +0 lines, -35 lines 0 comments Download
D hooks/charmhelpers/contrib/cloudfoundry/services.py View 1 chunk +0 lines, -118 lines 0 comments Download
D hooks/charmhelpers/contrib/cloudfoundry/upstart_helper.py View 1 chunk +0 lines, -14 lines 0 comments Download
M hooks/charmhelpers/contrib/hahelpers/apache.py View 1 chunk +9 lines, -8 lines 0 comments Download
M hooks/charmhelpers/contrib/openstack/context.py View 1 2 3 11 chunks +107 lines, -26 lines 0 comments Download
M hooks/charmhelpers/contrib/openstack/neutron.py View 1 2 3 7 chunks +31 lines, -5 lines 0 comments Download
M hooks/charmhelpers/contrib/openstack/utils.py View 1 2 3 4 chunks +9 lines, -1 line 0 comments Download
M hooks/charmhelpers/contrib/storage/linux/lvm.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M hooks/charmhelpers/contrib/storage/linux/utils.py View 1 2 3 3 chunks +28 lines, -5 lines 0 comments Download
M hooks/charmhelpers/core/hookenv.py View 1 2 3 2 chunks +98 lines, -1 line 0 comments Download
M hooks/charmhelpers/core/host.py View 1 2 3 3 chunks +47 lines, -0 lines 0 comments Download
A hooks/charmhelpers/core/services.py View 1 chunk +84 lines, -0 lines 0 comments Download
A hooks/charmhelpers/core/templating.py View 1 2 3 1 chunk +158 lines, -0 lines 0 comments Download
M hooks/charmhelpers/fetch/__init__.py View 1 2 3 11 chunks +97 lines, -65 lines 0 comments Download
M hooks/config.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M hooks/hooks.py View 1 2 3 3 chunks +31 lines, -11 lines 0 comments Download
M hooks/install View 1 2 3 2 chunks +19 lines, -34 lines 0 comments Download
D hooks/utils.py View 1 1 chunk +0 lines, -20 lines 0 comments Download
M metadata.yaml View 1 1 chunk +8 lines, -4 lines 0 comments Download
M templates/cf-cloudcontroller.conf View 0 chunks +-1 lines, --1 lines 0 comments Download
M templates/cf-cloudcontroller-job.conf View 0 chunks +-1 lines, --1 lines 0 comments Download
M templates/cloud_controller.yml View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
johnsca
Please take a look.
9 years, 11 months ago (2014-05-16 23:10:22 UTC) #1
johnsca
Please take a look.
9 years, 11 months ago (2014-05-16 23:33:55 UTC) #2
lomov.as
https://codereview.appspot.com/91450050/diff/20001/hooks/install File hooks/install (right): https://codereview.appspot.com/91450050/diff/20001/hooks/install#newcode60 hooks/install:60: common.FOG_CONNECTION, I can't get why you called it common ...
9 years, 11 months ago (2014-05-19 10:19:34 UTC) #3
cory.johns
On 2014/05/19 10:19:34, lomov.as wrote: > https://codereview.appspot.com/91450050/diff/20001/hooks/install#newcode60 > hooks/install:60: common.FOG_CONNECTION, > I can't get why ...
9 years, 11 months ago (2014-05-19 13:15:13 UTC) #4
johnsca
Please take a look.
9 years, 11 months ago (2014-05-19 17:32:00 UTC) #5
benjamin.saller
LGTM, thanks https://codereview.appspot.com/91450050/diff/20001/hooks/install File hooks/install (right): https://codereview.appspot.com/91450050/diff/20001/hooks/install#newcode60 hooks/install:60: common.FOG_CONNECTION, On 2014/05/19 10:19:34, lomov.as wrote: > ...
9 years, 11 months ago (2014-05-19 18:52:05 UTC) #6
cory.johns
https://codereview.appspot.com/91450050/diff/20001/hooks/install File hooks/install (right): https://codereview.appspot.com/91450050/diff/20001/hooks/install#newcode60 hooks/install:60: common.FOG_CONNECTION, On 2014/05/19 18:52:05, benjamin.saller wrote: > As for ...
9 years, 11 months ago (2014-05-19 19:20:32 UTC) #7
benjamin.saller
On 2014/05/19 19:20:32, cory.johns wrote: > https://codereview.appspot.com/91450050/diff/20001/hooks/install > File hooks/install (right): > > https://codereview.appspot.com/91450050/diff/20001/hooks/install#newcode60 > ...
9 years, 11 months ago (2014-05-19 19:42:55 UTC) #8
johnsca
9 years, 11 months ago (2014-05-20 22:12:01 UTC) #9
*** Submitted:

Refactored to use refactored charm-helpers

R=lomov.as, cory.johns, benjamin.saller
CC=
https://codereview.appspot.com/91450050
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b