Comment 2 for bug 1368686

Revision history for this message
Risto Laurikainen (risto-laurikainen) wrote :

Based on looking at the code this is still an issue. I haven't yet tested the refactored code (I'll probably start doing so next week), but it seems to me that if you set $configure_endpoint as false for any of the keystone::auth classes, then ensure_resource is not called in keystone::resource::service_identity and no keystone_endpoint resource is created. If no keystone_endpoint resource is created, then that will still break because this relationship on keystone::auth is used anyway no matter what $configure_endpoint is set to: "Keystone_endpoint["${region}/${real_service_name}"] ~> Service"