Searched defs:keystone (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py45 from ironic.common import boot_devices, exception, images, keystone, states, \
95 default='keystone',
96 help='Method to use for authentication: noauth or keystone.')
959 # Glance schema only supported if using keystone authorization
961 if CONF.auth_strategy != "keystone":
1107 # Glance schema only supported if using keystone authorization
1109 if CONF.auth_strategy != "keystone":
1517 CONF.conductor.api_url or keystone.get_service_url()
46 utils namespace

Completed in 20 milliseconds