~ubuntu-branches/ubuntu/vivid/ceilometer/vivid

« back to all changes in this revision

Viewing changes to ceilometer/__init__.py

  • Committer: Package Import Robot
  • Author(s): James Page, Corey Bryant, James Page
  • Date: 2015-02-19 14:59:07 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20150219145907-9jojybdsl64zcn14
Tags: 2015.1~b2-0ubuntu1
[ Corey Bryant ]
* New upstream release.
  - d/control: Align requirements with upstream.
  - d/p/skip-test.patch: Rebased.

[ James Page ]
* d/rules,d/p/skip-gabbi.patch: Skip tests that rely on python-gabbi until
  packaging and MIR is complete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# License for the specific language governing permissions and limitations
15
15
# under the License.
16
16
 
 
17
# This must be set before the initial import of eventlet because if
 
18
# dnspython is present in your environment then eventlet monkeypatches
 
19
# socket.getaddrinfo() with an implementation which doesn't work for IPv6.
 
20
import os
 
21
 
 
22
os.environ['EVENTLET_NO_GREENDNS'] = 'yes'
 
23
 
17
24
 
18
25
class NotImplementedError(NotImplementedError):
19
26
    # FIXME(jd) This is used by WSME to return a correct HTTP code. We should