lp:~ajkavanagh/charm-helpers/remove-e402-ignore

Created by Alex Kavanagh and last modified
Get this branch:
bzr branch lp:~ajkavanagh/charm-helpers/remove-e402-ignore
Only Alex Kavanagh can upload to this branch. If you are Alex Kavanagh please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Alex Kavanagh
Project:
Charm Helpers
Status:
Merged

Recent revisions

765. By Alex Kavanagh

Remove E402 ingore for pep8 to improve code checking

The flake8 pep8 tests used an --ignore E402 which is about
not having all the imports before 'code'. This is a known
code QA issue, and so this patch removes the ignore. One
test module needed to be patched with a #noqa, but that's
because the files imported adjusted their behaviour based
on the changed line for the tests.

764. By Alex Kavanagh

[tinwood, r=jamespage]

763. By David Ames

[thedac, r=coreycb,tinwood] OpenStack Charm snap helpers

762. By James Page

Fix release name typos in CLOUD_ARCHIVE_POCKETS

761. By Edward Hope-Morley

[zhhuabj,r=ajkavanagh]

When OpenStack clouds get bigger, more messaging transactions
will happen, which will cause more load on rabbitmq server. In
order to mitigate this, polling_interval rpc_response_timeout
and report_interval values are important to adjust accordingly
to the size of OpenStack cluster.

So this patch supports setting those values in neutron-api
centrally, then:

1. polling_interval

   neutron-openvswitch charm gets polling_interval via it's
   relations and set it in [agent] of ml2_conf.ini or
   openvswitch_agent.ini(>=Mitaka)

2. rpc_response_timeout

   neutron-gateway charm gets rpc_response_timeout via it's
   relations and set it in [default] of neutron.conf

3. report_interval

   Both neutron-openvswitch charm and neutron-gateway charm
   get report_interval via it's relations and set it in
   [agent] of neutron.conf

Thus we need to modifty charm-helpers to also set those values
in NeutronAPIContext.

Related-Bug: 1685788

760. By Jorge Niedbalski

[freyes, r=niedbalski] Add support to change a user's password in MySQL.

759. By Stuart Bishop

[peter-sabaini,r=stub] Helper module for bcache devices

758. By Tim Van Steenburgh

v0.17.0

757. By Jorge Niedbalski

[billy-olsen, r=niedbalski] Ensure the config_flags_parser returns an
OrderedDict.

756. By Jorge Niedbalski

[niedbalski, r=freyes,ajkavanagh] Partial fix required for LP:#1699565.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:charm-helpers
This branch contains Public information 
Everyone can see this information.

Subscribers