Welcome to the Linux Foundation Forum!

Lab 3.2 openstack installation issue

Trying to install openstack on compute-node with local.conf from Labs and Solutions.pdf. Got an "exit 1" with listed missing parameters:

OS_USERNAME, OS_AUTH_URL, OS_PROJECT_NAME, OS_DOMAIN_NAME

I've tried to add these parameters to the local.conf like this:

 OS_USERNAME=admin

OS_AUTH_URL=http://$SERVICE_HOST:5000/v2.0

 OS_PROJECT_NAME=demo

 OS_DOMAIN_NAME=Default

However, after unstack, clean and install I've got exactly same errors.

 

Thank you,

 

 

Comments

  • aroudik
    aroudik Posts: 3

    OK. Tried "source openrc admin" and got the following:

    2016-06-23 06:00:24.523 | +lib/nova:create_flavors:924               openstack --os-r

    egion-name=RegionOne flavor list

    2016-06-23 06:00:25.826 | Discovering versions from the identity service failed when

    creating the password plugin. Attempting to determine version from URL.

    2016-06-23 06:00:25.828 | Unable to establish connection to http://192.168.97.2:5000/

    v2.0/tokens

    2016-06-23 06:00:25.888 | +lib/nova:create_flavors:926               openstack --os-r

    egion-name=RegionOne flavor create --id c1 --ram 256 --disk 0 --vcpus 1 cirros256

    2016-06-23 06:00:27.211 | Discovering versions from the identity service failed when

    creating the password plugin. Attempting to determine version from URL.

    2016-06-23 06:00:27.213 | Unable to establish connection to http://192.168.97.2:5000/

    v2.0/tokens

    2016-06-23 06:00:27.274 | +lib/nova:create_flavors:1                 exit_trap

    2016-06-23 06:00:27.281 | +./stack.sh:exit_trap:480                  local r=1

    2016-06-23 06:00:27.289 | ++./stack.sh:exit_trap:481                  jobs -p

    2016-06-23 06:00:27.296 | +./stack.sh:exit_trap:481                  jobs=

    2016-06-23 06:00:27.302 | +./stack.sh:exit_trap:484                  [[ -n '' ]]

    2016-06-23 06:00:27.309 | +./stack.sh:exit_trap:490                  kill_spinner

    2016-06-23 06:00:27.316 | +./stack.sh:kill_spinner:376               '[' '!' -z '' ']

    '

    2016-06-23 06:00:27.322 | +./stack.sh:exit_trap:492                  [[ 1 -ne 0 ]]

    2016-06-23 06:00:27.329 | +./stack.sh:exit_trap:493                  echo 'Error on e

    xit'

    2016-06-23 06:00:27.329 | Error on exit

    2016-06-23 06:00:27.336 | +./stack.sh:exit_trap:494                  generate-subunit

     1466660833 794 fail

    2016-06-23 06:00:27.651 | +./stack.sh:exit_trap:495                  [[ -z /opt/stack

    /logs ]]

    2016-06-23 06:00:27.658 | +./stack.sh:exit_trap:498                  /home/ubuntu/dev

    stack/tools/worlddump.py -d /opt/stack/logs

    2016-06-23 06:00:28.102 | +./stack.sh:exit_trap:504                  exit 1

    ubuntu@compute-node:~/devstack$

    Thanks for your time

  • aroudik
    aroudik Posts: 3

    OK. I've changed FLAT_INTERFACE to eth0 and still got the following error:

    2016-06-24 18:48:24.831 | Unable to establish connection to http://192.168.97.2:5000/

    v2.0/tokens

    I wonder if anyone thought to take a working devstack copy and put it into a separate Git repository to avoid all these troubleshooting issues?

     

    Thanks,

     

Categories

Upcoming Training