Comment 7 for bug 1863920

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tripleoclient (master)

Reviewed: https://review.opendev.org/708781
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=af749d1a6a6691bf5bf6f69ad7beede78df0379c
Submitter: Zuul
Branch: master

commit af749d1a6a6691bf5bf6f69ad7beede78df0379c
Author: Kevin Carter <email address hidden>
Date: Wed Feb 19 20:15:22 2020 -0600

    Use correct default key file and normalize the usage

    The provision command was defaulting to id_rsa.pub, however the deploy
    command uses id_rsa_tripleo for initial setup.

    When using the deploy command for provision as well, use the public
    key, not the private id_rsa_tripleo.

    This option was being processed in several different ways, this change
    normalize it by creating a single function in the Command class, which
    all inheriting methods will consume. Tests have been updated to
    accomodate this change.

    Related-Bug: #1863920
    Change-Id: I221480f3cfc77545a8fcbef777829239c3bad0a0
    Signed-off-by: Kevin Carter <email address hidden>