poppy/requirements
Sriram Madapusi Vasudevan 0d9f84d616 feat: addition of the BlueFlood Client
- add region mapping to every provider driver
- add logic in analytics manager to call the provider, for which the
  domain is present
- add asynchronous requests supports for blueflood and gather results

REQUEST URL:

GET /v1.0/services/{service_id}/analytics?domain={domain}&metricType=requestCount&startTime=2016-01-22T17:42:08&endTime=2016-01-24T17:42:08

RESPONSE:

{
    "domain": "{domain}",
    "requestCount": {
        "India": [{}],
        "EMEA": [{
            "1453420800000": 47,
            "1453507200000": 31,
            "1453593600000": 2
        }],
        "APAC": [{
            "1453593600000": 2
        }],
        "North America": [{}],
        "South America": [{}],
        "Japan": [{
            "1453593600000": 89
        }]
    },
    "flavor": "{flavor}",
    "provider": "{provider}"
}

Partially Implements: blueprint analytics

Change-Id: I82a594c6ed1b2df93158af2b766dbbf2cd5440df
2016-02-02 10:51:28 -05:00
..
distributed_task fix: update to install kazoo from Pypi 2015-06-10 10:20:02 -04:00
dns Adds Rackspace DNS Driver 2014-12-04 11:42:45 -05:00
metrics feat: addition of the BlueFlood Client 2016-02-02 10:51:28 -05:00
provider fix: better logging if health check fails for providers 2015-06-11 17:25:37 -04:00
storage fix: requirements - cassandra v3 or greater 2015-12-01 12:40:03 -05:00
transport Switch service urls to use UUID instead of service name 2015-01-02 12:24:33 -05:00
common.txt feat: move to oslo.log 2016-01-22 09:39:39 -05:00
docs.txt Change oslo package names according to the latest oslo release 2.0.0 2015-07-20 16:12:47 -04:00
requirements.txt Updated README with additional dependencies 2015-06-01 10:51:19 -04:00