Comment 6 for bug 1609777

Revision history for this message
Dmitriy Rabotyagov (noonedeadpunk) wrote :

Hi,

I have exactly the same problem in the Pike release. Moreover, requires_keypair doesn't work in the new interface as well. I've found, that /usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/keypair/keypair.controller.js should be responsible for redering this menu. On lines 99-101 there are lines, which should retrieve from configuration:

settingsService.getSetting(
  'OPENSTACK_HYPERVISOR_FEATURES.requires_keypair'
).then(setKeypairRequired);

So we've tried to debug function setKeypairRequired() by adding alert(setting) in it, and setting was equal to True. Nevertheless option is not marked as required one.

Thanks in advance.