lp:ubuntu/saucy-proposed/ceilometer

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/saucy-proposed/ceilometer
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

19. By Corey Bryant

* debian/patches/fix-setup-requirements.patch: Rebase on top of
  new upstream requirements.txt file.
* Resynchronize with stable/havana (0ac6942) (LP: #1302575):
  - [c92c106] latest alembic imcompatible with current sqlalchemy requirements
  - [4ffeead] User a more accurate max_delay for reconnects
  - [6637acd] Checks for presence of Hyper-V cpu metrics before accessing
  - [7cb5f4c] Fix ceilometer.conf.sample mismatch
  - [ebe72d5] Fixes Hyper-V Inspector disk metrics bug
  - [bbab3d5] Fix validation error for invalid field name in simple query
  - [83a2725] Adds doc string to query validate functions in V2 API
  - [4461828] Ensure insecure config option propagated by alarm service
  - [0a1db09] Fix the default rpc policy value
  - [b13ee97] Ensure the correct error message is displayed
  - [2c6a84f] Refactor timestamp existence validation in V2 API
  - [ff0375c] cacert is not picked up correctly by alarm services
  - [0a85f22] Add an insecure option for Keystone client
  - [0ac6942] Propogate cacert and insecure flags to glanceclient

18. By James Page

* Resynchronize with stable/havana (9149861) (LP: #1284643):
  - [a3da4dc] instance.scheduled meter is never persisted LP: 1262255
  - [3089be8] first & last sample timestamps not included in the Resource
    representation LP: 1262335
  - [ef71dc6] cardinality of storage.models.Resource.meter attribute is one-
    per-sample LP: 1267162
  - [16eb199] pep8 gating fails due to tools/config/check_uptodate.sh
    LP: 1268614
  - [df7ff3b] ceilometer-agent-compute not working when using instances are
    directly using volumes as backend LP: 1233103
  - [6524bf3] mongo aggregation pipeline for resource retrieval fails with
    excessive memory use LP: 1262571
  - [28a2307] Can not create alarm successfully according to examples in
    community LP: 1245362
  - [51328a3] Add keystone_authtoken.enforce_token_bind boilerplate
  - [9149861] Pipeline configuration is missing from doc LP: 1272988

17. By Adam Gandelman

* Resynchronize with stable/havana (fa5c8e2) (LP: #1262788):
  - [ec31468] change alarm_history.detail column type to Text LP: 1236861
  - [b616562] wsme 0.5b6 is broken LP: 1240741
  - [d90c8e1] Open stable/havana
  - [ef6c659] Ceilometer log contains DB password in plain text LP: 1244476
  - [7ad530b] Pin test-requirement for Nova to Havana
  - [d554fa8] import of rabbitMQ-specific config options regardless of
    configured RPC backend LP: 1244698
  - [99b21df] Havan rc2 acl scenarios failing due to timezone assumption
    LP: 1240994
  - [c5b7462] alarm creation with sqlalchemy fails with intermittent
    IntegrityError LP: 1255107
  - [ae82878] [Postgresql] ERROR in ceilometer-collector log after successful
    tempest run LP: 1237671
  - [5cbb965] [messaging] QPID broadcast RPC requests to all servers for a
    given topic LP: 1257293
  - [40b833c] On restart of QPID broker, fanout no longer works LP: 1251757
  - [fa5c8e2] Updated from global requirements
* debian/patches: Refreshed.
* debian/patches/revert-keystone-compat.patch: Revert additional
  keystoneclient 0.4.0 compat changes that were applied to stable/havana
  to fix upstream gate issues.
* debian/patches/revert-stable-havana-requirements.patch: Revert
  version bumps to dependencies in stable/havana back to what was
  shipped with Saucy.

16. By Chuck Short

New upstream release (LP: #1236462).

15. By James Page

* New upstream release candidate (LP: #1239156):
  - d/p/revert-keystone-compat.patch: Revert keystoneclient 0.4.0 compat
    fix as this causes test failures against 0.3.4.
* d/control: Drop a3 from versioned dependency on python-oslo.config.

14. By Chuck Short

* debian/patches/fix-setup-requirements.patch: Dropped no longer
  needed.
* debian/patches/skip-database.patch: Refreshed
* debian/control:
  - Add versioned dependency for python-pbr.
  - Bump version dependency for python-webob.
  - Add versioned dependency for alembic.
  - Bump versioned dependency for python-sqlalchemy.
  - Add versioned dependency for python-pymongo.
  - Add versioned dependency for python-eventlet.
  - Dropped python-extras dependency.
  - Bump versioned dependency for python-flask.
  - Bump versioned dependency for python-stevedore.
  - Add versioned dependency for python-glanceclient.
  - Bump versioned dependency for python-novaclient.
  - Bump versioned dependency for python-keystoneclient.
  - Bump versioned dependency for python-ceilometerclient.
  - Add versioned dependency for python-lxml.
  - Bump versioned dependency for python-wsme.
  - Dropped python-netifaces dependency.
  - Added python-httplib2 build dependency.
  - Bump versioned dependency for python-fixtures.
  - Bump versioned dependency for testrepository.
  - Added versioned dependency for python-testtools.
  - Added versioned dependency for python-swiftclient.
  - Dropped python-cinderclient dependency.
  - Dropped python-lockfile dependency.
  - Dropped python-setuptoools-git dependency.
  - Dropped python-unittest2 dependency.
  - Dropped python-d2to1 dependency.
  - Added versioned dependency for python-testtools.
  - Added binary dependency for python-netaddr.
  - Add python-six as a dependency.
* debian/patches/fix-setup-requirements.patch: Bump sqlachemy version.
* debian/ceilometer-common.install:
  - Dropped ceilometer-alarm-singleton, no longer exists.
  - Added usr/bin/ceilometer-alarm-evaluator.

13. By Chuck Short

[ Chuck Short ]
* New upstream release.
* debian/patches/fix-setup-requirements.patch: Refreshed
* debian/patches/skip-database.patch: Refreshed

[ Yolanda Robla ]
* debian/control,debian/tests: Add basic autopkgtests.

[ Adam Gandelman ]
* debian/patches/default-dbconnection-sqlite.patch: Set 'connection' flag
  in [database] section, referencing 'sqlite_db' (LP: #1221956).
* debian/patches/skip-database-tests.patch: Also patch out db2 and hbase
  scenarios in v2 test_statistics_scenarios.py.
* debian/rules: Clean python-pbr egg if it exists, set PYTHONPATH to build
  dir when running tests.

12. By Chuck Short

debian/patches/skip-database-tests.patch: Refreshed due to precise failures.

11. By Chuck Short

* debian/rules: Enable testsuite.
* debian/control: Fix up run time dependencies.
* debian/patches/fix-setup-requirements.patch: Refreshed
* debian/patches/skip-database-tests.patch: Refreshed

10. By Chuck Short

debian/control: Fix sqlalchemy dependency.

Branch metadata

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

Subscribers