virtualbox - Unable to install devstack in Virtual Box -


i followed steps below, i'm getting error.

  1. install virtual box (version 5.0.0) running on windows 7 host machine.
  2. install ubuntu server version 14.04.02 on it.
  3. git clone https://github.com/openstack-dev/devstack.git
  4. cd devstack; cp samples/local.conf .
  5. after ran ./stack.sh came error after running approx 30 minutes:

2015-07-21 20:04:18.841 | error (connectionrefused): unable establish connection 10.0.2.15:8774/v2/c199aa06389a4c8c85dffddad18fce1b/flavors/… 2015-07-21 20:04:20.433 | + exit 1 deb@devstack:~/devstack$

please me in resolving issue

try re-running stack. thats best hack found devstack debugging.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -