Comments on: OpenStack Deployment using Devstack on CentOS 7 / RHEL 7 System https://www.linuxtechi.com/openstack-deployment-devstack-centos-7-rhel-7/ Mon, 08 Mar 2021 18:51:41 +0000 hourly 1 By: Bhushan https://www.linuxtechi.com/openstack-deployment-devstack-centos-7-rhel-7/#comment-22860 Mon, 08 Mar 2021 18:51:41 +0000 https://www.linuxtechi.com/?p=8154#comment-22860 Hello Pradeep,
I followed your documentation. It helped me up to certain extent. –Thanks!
However, I gave up on devstack and installed openstack using packstack which I found less troublesome than devstack, of course this is my personal opinion.

]]>
By: pramod https://www.linuxtechi.com/openstack-deployment-devstack-centos-7-rhel-7/#comment-20109 Sat, 09 May 2020 07:48:21 +0000 https://www.linuxtechi.com/?p=8154#comment-20109 everytime after deploying openstack using devstack when we reboot the system ,the openstack services are not coming up.

]]>
By: dz https://www.linuxtechi.com/openstack-deployment-devstack-centos-7-rhel-7/#comment-18915 Tue, 25 Feb 2020 02:36:30 +0000 https://www.linuxtechi.com/?p=8154#comment-18915 Hi
U can try Force=yes ./stack.sh

]]>
By: Pradeep Kumar https://www.linuxtechi.com/openstack-deployment-devstack-centos-7-rhel-7/#comment-18886 Sun, 23 Feb 2020 03:19:19 +0000 https://www.linuxtechi.com/?p=8154#comment-18886 In reply to vipin.

Hi Vipin,

It seems like you are trying this on CentOS 8 or RHEL 8 but the script is tested only on CentOS 7 / RHEL 7.

I would recommend try this on CentOS 7 / RHEL 7 system as required package repositories and script are not available for CentOS 8 / RHEL 8

]]>
By: vipin https://www.linuxtechi.com/openstack-deployment-devstack-centos-7-rhel-7/#comment-18877 Sat, 22 Feb 2020 03:50:10 +0000 https://www.linuxtechi.com/?p=8154#comment-18877 while running stackrc.sh file i am getting below error.

++functions:write_devstack_version:815 git log ‘–format=%H %s %ci’ -1
+./stack.sh:main:224 [[ ! rhel8 =~ (bionic|stretch|jessie|f30|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]
+./stack.sh:main:225 echo ‘WARNING: this script has not been tested on rhel8’
WARNING: this script has not been tested on rhel8
+./stack.sh:main:226 [[ ” != \y\e\s ]]
+./stack.sh:main:227 die 227 ‘If you wish to run this script anyway run with FORCE=yes’
+functions-common:die:193 local exitcode=0
+functions-common:die:194 set +o xtrace
[Call Trace]
./stack.sh:227:die
[ERROR] ./stack.sh:227 If you wish to run this script anyway run with FORCE=yes
/home/stack/devstack/functions-common: line 239: /opt/stack/logs/error.log: Permission denied

]]>
By: dz https://www.linuxtechi.com/openstack-deployment-devstack-centos-7-rhel-7/#comment-18854 Thu, 20 Feb 2020 12:39:12 +0000 https://www.linuxtechi.com/?p=8154#comment-18854 Hi..
Deployment complete without any error as per output above but horizon not able to launch ..with error below
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. I have deployed 3 times with same problem. Any solution please. Thanks

]]>
By: Jason Macer https://www.linuxtechi.com/openstack-deployment-devstack-centos-7-rhel-7/#comment-18659 Tue, 04 Feb 2020 14:02:11 +0000 https://www.linuxtechi.com/?p=8154#comment-18659 As of today, you need to #chmod 755 /opt/stack before running ./stack.sh otherwise this will error out with an “583 path permission” error.

]]>