Comment 4 for bug 966329

Revision history for this message
Chris Behrens (cbehrens) wrote :

318 # FIXME(chmouel): This is to handle backward compatibiliy when
319 # we didn't have a plugin mechanism for the auth_system. This
320 # should be removed in the future and have people move to
321 # OS_AUTH_SYSTEM=rackspace instead.
322 if "NOVA_RAX_AUTH" in os.environ:
323 self.auth_system = "rackspace"

When is the right time to remove? That is the question :)