devstack hardcode location of astara appliance public key

Bug #1524596 reported by Eric Lopez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Astara
Fix Released
Undecided
Eric Lopez

Bug Description

In astara/devstack/plugin.sh

ASTARA_APPLIANCE_SSH_PUBLIC_KEY=${ASTARA_APPLIANCE_SSH_PUBLIC_KEY:-/home/$STACK_USER/.ssh/id_rsa.pub}

should set the the home directory location of the users ssh key via evaluation of environment, e.g.

getent passwd "$STACK_USER" | cut -d: -f6 for /home/$STACK_USER

Changed in astara:
assignee: nobody → Eric Lopez (elopez-3)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to astara (master)

Reviewed: https://review.openstack.org/264511
Committed: https://git.openstack.org/cgit/openstack/astara/commit/?id=7a69eb0f7eab98694efc0d8e672d5f44a416918f
Submitter: Jenkins
Branch: master

commit 7a69eb0f7eab98694efc0d8e672d5f44a416918f
Author: zhang sheng <email address hidden>
Date: Thu Jan 7 09:45:06 2016 +0800

    Fix devstack hardcode location of astara appliance public key

    Use environment variable $HOME to set the default public key path.

    Change-Id: I893c14ac4e2bb847487b1b67a8530893627cec7d
    Closes-Bug: #1524596

Changed in astara:
status: New → Fix Released
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.