The ironic_ui.content.ironic.panel Module

class ironic_ui.content.ironic.panel.Ironic

Bases: horizon.base.Panel

allowed(context)

Checks if the user is allowed to access this component.

This method should be overridden to return the result of any policy checks required for the user to access this component when more complex checks are required.

name = 'Ironic Bare Metal Provisioning'
nav(context)

bool(x) -> bool

Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.

permissions = ('openstack.roles.admin',)
slug = 'ironic'