Comment 6 for bug 1469238

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/215625
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=755316ed6da167d8b22deef55b260092b74d432a
Submitter: Jenkins
Branch: kilo

commit 755316ed6da167d8b22deef55b260092b74d432a
Author: Matt Thompson <email address hidden>
Date: Tue Aug 11 13:45:32 2015 +0100

    Allow nova key/partition/password injection

    This commit adds the following new variables to customise whether nova
    will allow key/partition/password injection:

    nova_libvirt_inject_key
    nova_libvirt_inject_partition
    nova_libvirt_inject_password

    Additionally, the following variable has been added to allow setting
    password via Horizon:

    horizon_can_set_password

    Lastly, password injection can now be tested with tempest via:

    tempest_compute_change_password

    Note that all variables have been defaulted to their current values.

    Closes-Bug: #1469238

    Change-Id: Iff434ed7c042f7990990485c34d0f35b9a7baa7a
    (cherry picked from commit 5a3d5afa0f3be283a7bcde88361b77e32eaf5c10)