++ echo -ne '\015'
+ NL=$'\r'
+ echo 'screen -t n-api bash'
"'echo 'stuff "cd /opt/stack/nova && /usr/local/bin/nova-api
+ [[ True = \T\r\u\e ]]
+ screen -S stack -X screen -t n-api
+ [[ -n '' ]]
+ sleep 1.5
++ echo -ne '\015'
+ NL=$'\r'
+ screen -S stack -p n-api -X stuff 'cd /opt/stack/nova && /usr/local/bin/nova-a'i || touch "/opt/stack/status/stack/n-api.failure"
+ echo 'Waiting for nova-api to start...'
Waiting for nova-api to start...
+ wait_for_service 60 http://10.0.2.15:8774
+ local timeout=60
+ local url=http://10.0.2.15:8774
+ timeout 60 sh -c 'while ! http_proxy= https_proxy= curl -s http://10.0.2.15:8774 >/dev/null; do sleep 1; done'
+ die 698 'nova-api did not start'
+ local exitcode=0
+ set +o xtrace
[ERROR] stack.sh:698 nova-api did not start
The command i used started with;
sudo su
apt-get install git
git clone git://github.com/openstack-dev/devstack.git
cd devstack
./stack.sh
just those clis to install openstack. Kindly inform me if there is a more reliable way to get the installation to work. I have been on this for over a week now
Hi rude38, please post some more information. What repo's are you using? What package is freezing? Are you following anyone's guide for openstack installation? etc...
this is a copy of the last messages before the installation stopped. I've used the instructions from the http://devstack.org and also http://ibm.com File "/opt/stack/oslo.config/oslo/config/cfg.py", line 1231, in _parse_file raise ConfigFileParseError(pe.filename, str(pe)) oslo.config.cfg.ConfigFileParseError: Failed to parse /etc/nova/nova.conf: at /etc/nova/nova.conf:2, Section must be started before assignment: None dpkg: error processing nova-common (--configure): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of nova-api: nova-api depends on nova-common (= 2012.1.3+stable-20130423-e52e6912-0ubuntu1.1); however: Package nova-common is not configured yet. dpkg: error processing nova-api (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of nova-scheduler: nova-scheduler depends on nova-common (= 2012.1.3+stable-20130423-e52e6912-0ubuntu1.1); however: Pack