Hide 'set password' panel while booting an instance

Bug #1271635 reported by Emilien Macchi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-horizon
Fix Released
Undecided
Emilien Macchi

Bug Description

When using KVM and not XEN, we can't offer to the users to set a root password to their VM so we should simply hide this panel to avoid confusion.

We need to hide this with the following:

OPENSTACK_HYPERVISOR_FEATURE = {
...
'can_set_password': False,
}

Changed in puppet-horizon:
assignee: nobody → Emilien Macchi (emilienm)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-horizon (master)

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

Changed in puppet-horizon:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-horizon (master)

Reviewed: https://review.openstack.org/68433
Committed: https://git.openstack.org/cgit/stackforge/puppet-horizon/commit/?id=8018baf22f5fe9efa3e57962510c80527fb9e7d5
Submitter: Jenkins
Branch: master

commit 8018baf22f5fe9efa3e57962510c80527fb9e7d5
Author: Emilien Macchi <email address hidden>
Date: Wed Jan 22 17:41:10 2014 +0100

    Parameterize OPENSTACK_HYPERVISOR_FEATURES settings

    Horizon can provide GUI support for some hypervisor specific features.
    However the setting to enable can_set_moint_point is currently hardcoded
    in the local_settings.py.erb template rather than being
    parameterized, making it impossible for users to enable support for
    these functions. This patch adds a parameter hash to enable users to
    select how they want to configure Hypervisor features and sets default
    values to match the old hardcoded settings to maintain backward
    compatibility.

    Closes-bug: #1271635

    Change-Id: Id73b9986e561f1dc7557ae725518ec7694fc0da2
    Signed-off-by: Emilien Macchi <email address hidden>

Changed in puppet-horizon:
status: In Progress → Fix Committed
Mathieu Gagné (mgagne)
Changed in puppet-horizon:
milestone: none → 4.0.0
status: Fix Committed → 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.