~bjornt/charms/trusty/nova-cloud-controller/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Page
  • Date: 2014-04-16 09:28:46 UTC
  • mfrom: (70.1.4 nova-cloud-controller)
  • Revision ID: james.page@canonical.com-20140416092846-lczjsw8slhdlcu7x
[james-page,hazmat,ivoks,coreycb,yolanda.robla,r=james-page,t=*]

Support for Icehouse on 12.04 and 14.04
Support for Active/Active and SSL RabbitMQ
Support for SSL MySQL
Support for SSL endpoints
Support for PostgreSQL

Fixes for upgrades on 12.04 grizzly->havana->icehouse

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
PYTHON := /usr/bin/env python
3
3
 
4
4
lint:
5
 
        @flake8 --exclude hooks/charmhelpers hooks
6
 
        @flake8 --exclude hooks/charmhelpers unit_tests
 
5
        @flake8 --exclude hooks/charmhelpers hooks unit_tests
7
6
        @charm proof
8
7
 
9
8
test: