Created
July 9, 2013 02:43
-
-
Save EdLeafe/5954284 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
****************************************************************** | |
Starting at Sun Jul 7 14:27:10 2013 | |
****************************************************************** | |
Creating the database instance... | |
Current value of status: BUILD (elapsed: 0.2 seconds) progress=None | |
Current value of status: BUILD (elapsed: 20.8 seconds) progress=None | |
Current value of status: BUILD (elapsed: 41.4 seconds) progress=None | |
Current value of status: BUILD (elapsed: 62.0 seconds) progress=None | |
Current value of status: BUILD (elapsed: 82.3 seconds) progress=None | |
Current value of status: ACTIVE (elapsed: 103.4 seconds) progress=None | |
Database instance created; hostname: 6afddbcf59b2f67e923e908db69419a38ab2a057.rackspaceclouddb.com | |
Creating the isolated network | |
Network created: <CloudNetwork cidr=192.168.0.0/24, id=8d118deb-12be-4e06-9107-89db27c21a24, label=PyConAU_NW> | |
Creating the two app servers | |
Current value of status: BUILD (elapsed: 3.0 seconds) progress=0 | |
Current value of status: BUILD (elapsed: 25.9 seconds) progress=17 | |
Current value of status: BUILD (elapsed: 47.8 seconds) progress=17 | |
Current value of status: BUILD (elapsed: 70.7 seconds) progress=33 | |
Current value of status: BUILD (elapsed: 91.9 seconds) progress=42 | |
Traceback (most recent call last): | |
File "pyconau.py", line 94, in <module> | |
utils.wait_for_build(server1, verbose=True) | |
File "/Users/ed/projects/pyrax/pyrax/utils.py", line 346, in wait_for_build | |
attempts=attempts, verbose=verbose, verbose_atts=verbose_atts) | |
File "/Users/ed/projects/pyrax/pyrax/utils.py", line 281, in wait_until | |
verbose_atts=verbose_atts) | |
File "/Users/ed/projects/pyrax/pyrax/utils.py", line 307, in _wait_until | |
obj.get() | |
File "/Users/ed/.virtualenvs/pyrax/lib/python2.7/site-packages/novaclient/base.py", line 343, in get | |
new = self.manager.get(self.id) | |
File "/Users/ed/.virtualenvs/pyrax/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 350, in get | |
return self._get("/servers/%s" % base.getid(server), "server") | |
File "/Users/ed/.virtualenvs/pyrax/lib/python2.7/site-packages/novaclient/base.py", line 140, in _get | |
_resp, body = self.api.client.get(url) | |
File "/Users/ed/.virtualenvs/pyrax/lib/python2.7/site-packages/novaclient/client.py", line 230, in get | |
return self._cs_request(url, 'GET', **kwargs) | |
File "/Users/ed/.virtualenvs/pyrax/lib/python2.7/site-packages/novaclient/client.py", line 221, in _cs_request | |
self.authenticate() | |
File "/Users/ed/.virtualenvs/pyrax/lib/python2.7/site-packages/novaclient/client.py", line 332, in authenticate | |
auth_url = self._plugin_auth(auth_url) | |
File "/Users/ed/.virtualenvs/pyrax/lib/python2.7/site-packages/novaclient/client.py", line 392, in _plugin_auth | |
self.auth_plugin.authenticate(self, auth_url) | |
File "/Users/ed/.virtualenvs/pyrax/lib/python2.7/site-packages/novaclient/auth_plugin.py", line 120, in authenticate | |
raise exceptions.AuthSystemNotFound(self.auth_system) | |
novaclient.exceptions.AuthSystemNotFound: AuthSystemNotFound: 'rax_identity.RaxIdentity' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment