[Openstack] q-dhcp error in installation with devstack

masoom alam masoom.alam at gmail.com
Wed Aug 27 06:45:23 UTC 2014


Hi Every one,

Please guide me what I am doing wrong. We are using devstack for Openstack
installation. However, the script fails due to qdhcp. Following is our
localrc file and error log. Please guide.

[[local|localrc]]
SERVICE_TOKEN=azertytoken
ADMIN_PASSWORD=yespassword
MYSQL_PASSWORD=stackdb
RABBIT_PASSWORD=stackqueue
SERVICE_PASSWORD=$ADMIN_PASSWORD
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service tempest
enable_service q-lbaas
enable_service neutron
LOGFILE=$DEST/logs/stack.sh.log
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data


Error log:

2014-08-27 03:33:47.619 | ++ euca-bundle-image -r x86_64 -i
/home/stack/devstack/files/images/cirros-0.3.2-x86_64-
uec/cirros-0.3.2-x86_64-blank.img -d /home/stack/devstack/files/
images/s3-materials/cirros-0.3.2
2014-08-27 03:33:48.094 | Checking image
2014-08-27 03:33:48.094 | Encrypting image
2014-08-27 03:33:48.094 | Splitting image...
2014-08-27 03:33:48.094 | Part: cirros-0.3.2-x86_64-blank.img.part.00
2014-08-27 03:33:48.094 | Generating manifest /home/stack/devstack/files/
images/s3-materials/cirros-0.3.2/cirros-0.3.2-x86_64-blank.img.manifest.xml
2014-08-27 03:33:48.099 | ++ [[ stack == \u\n\s\t\a\c\k ]]
2014-08-27 03:33:48.099 | ++ [[ stack == \c\l\e\a\n ]]
2014-08-27 03:33:48.100 | + merge_config_group /home/stack/devstack/local.conf
post-extra
2014-08-27 03:33:48.100 | + local localfile=/home/stack/devstack/local.conf
2014-08-27 03:33:48.100 | + shift
2014-08-27 03:33:48.100 | + local matchgroups=post-extra
2014-08-27 03:33:48.100 | + [[ -r /home/stack/devstack/local.conf ]]
2014-08-27 03:33:48.100 | + local configfile group
2014-08-27 03:33:48.100 | + for group in '$matchgroups'
2014-08-27 03:33:48.102 | ++ get_meta_section_files
/home/stack/devstack/local.conf post-extra
2014-08-27 03:33:48.102 | ++ local file=/home/stack/devstack/local.conf
2014-08-27 03:33:48.102 | ++ local matchgroup=post-extra
2014-08-27 03:33:48.102 | ++ [[ -r /home/stack/devstack/local.conf ]]
2014-08-27 03:33:48.102 | ++ awk -v matchgroup=post-extra '
2014-08-27 03:33:48.102 |         /^\[\[.+\|.*\]\]/ {
2014-08-27 03:33:48.102 |             gsub("[][]", "", $1);
2014-08-27 03:33:48.102 |             split($1, a, "|");
2014-08-27 03:33:48.102 |             if (a[1] == matchgroup)
2014-08-27 03:33:48.102 |                 print a[2]
2014-08-27 03:33:48.102 |         }
2014-08-27 03:33:48.102 |     ' /home/stack/devstack/local.conf
2014-08-27 03:33:48.107 | + [[ -x /home/stack/devstack/local.sh ]]
2014-08-27 03:33:48.108 | + service_check
2014-08-27 03:33:48.108 | + local service
2014-08-27 03:33:48.108 | + local failures
2014-08-27 03:33:48.108 | + SCREEN_NAME=stack
2014-08-27 03:33:48.108 | + SERVICE_DIR=/opt/stack/status
2014-08-27 03:33:48.108 | + [[ ! -d /opt/stack/status/stack ]]
2014-08-27 03:33:48.110 | ++ ls /opt/stack/status/stack/q-dhcp.failure
2014-08-27 03:33:48.115 | + failures=/opt/stack/status/stack/q-dhcp.failure
2014-08-27 03:33:48.115 | + for service in '$failures'
2014-08-27 03:33:48.118 | ++ basename /opt/stack/status/stack/q-dhcp.failure
2014-08-27 03:33:48.120 | + service=q-dhcp.failure
2014-08-27 03:33:48.120 | + service=q-dhcp
2014-08-27 03:33:48.120 | + echo 'Error: Service q-dhcp is not running'
2014-08-27 03:33:48.120 | Error: Service q-dhcp is not running
2014-08-27 03:33:48.120 | + '[' -n /opt/stack/status/stack/q-dhcp.failure
']'
2014-08-27 03:33:48.120 | + die 1316 'More details about the above errors
can be found with screen, with ./rejoin-stack.sh'
2014-08-27 03:33:48.120 | + local exitcode=0
2014-08-27 03:33:48.120 | [Call Trace]
2014-08-27 03:33:48.120 | ./stack.sh:1379:service_check
2014-08-27 03:33:48.120 | /home/stack/devstack/functions-common:1316:die
2014-08-27 03:33:48.128 | [ERROR] /home/stack/devstack/functions-common:1316
More details about the above errors can be found with screen, with
./rejoin-stack.sh
2014-08-27 03:33:49.138 | Error on exit


Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140827/604b9fd5/attachment.html>


More information about the Openstack mailing list