quiet down ssh-key related UserWarning's when running smoke tests

Bug #1064550 reported by Dan Prince
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Wishlist
Dan Prince

Bug Description

When running the Nova smoketests (for the EC2 API) you always get the following warnings:

    test_000_setUp /usr/lib/python2.7/site-packages/paramiko/client.py:95: UserWarning: Unknown ssh-rsa host key for 192.168.0.7: adb1c2f1fe461a35cd01283eac03d6fb

----

Paramiko supports an AutoAddPolicy as well which if we use should quiet things down a bit.

Dan Prince (dan-prince)
Changed in nova:
assignee: nobody → Dan Prince (dan-prince)
importance: Undecided → Wishlist
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/14236

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/14236
Committed: http://github.com/openstack/nova/commit/ea3f31b7e9e5afb6ca7905809be520800764841d
Submitter: Jenkins
Branch: master

commit ea3f31b7e9e5afb6ca7905809be520800764841d
Author: Dan Prince <email address hidden>
Date: Tue Oct 9 13:28:11 2012 -0400

    Use paramiko.AutoAddPolicy for the smoketests.

    Updates the Nova smoketests so that we use Paramiko's auto
    add ssh key policy. This should help quiet down warnings like
    this which we previously got when running the EC2 smoketests
    with Nova:

    /usr/lib/python2.7/site-packages/paramiko/client.py:95: UserWarning:
    Unknown ssh-rsa host key for 172.20.0.3:
    adb1c2f1fe461a35cd01283eac03d6fb

    Fixes LP Bug #1064550.

    Change-Id: I1611a3f6b54563b6a1d64c4f8e193a636ccb1c69

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → grizzly-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: grizzly-1 → 2013.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.