Currently we print a traceback on an EmptyCatalog error. We should print a useful message instead. Example: ``` except keystoneauth1.exceptions.EmptyCatalog as ex: print("Received empty catalog error, make sure you are authenticated to a site.") ```