raiseexc.CommandError(_('Unable to determine the Keystone '
'version to authenticate with using the '
'given auth_url.'))
returnauth
defget_stack_name(self,stack):
stacks=[]
forsinself.hc.stacks.list():
...
...
@@ -116,51 +46,30 @@ class OpenStackConnection:
raiseException("You have multiple heat stacks in your OpenStack Project and I'm not sure which one to use.\n You can select a stack by symlinking to a stack, for example if you have a stack called mycluster do ln -s %s mycluster\n"%stack)