Openstack(Ussuri) installation issue
I have always installed Openstack Pike version earlier, but now I am trying to download Openstack Ussuri version in Ubuntu 18.04 but unable to do so and after running for 5 mins it shows Permission denied while instaling the required packages. Also, sometimes it showed error that it is unable to install the os-testr package distribution. Can someone help on this.
You download it from where? How do you run it? Which command leads to "permission denied"?
Hi, I have done the git clone from the "https://opendev.org/openstack/devstack.git -b stable/ussuri" repository in my ubuntu 18.04 VM. After devstack repo is created in the VM , I create a local.conf file and then run FORCE=yes ./stack.sh command. While running stack.sh script it gives me the error.
Permission is denied to do what?
Might be a problem in your local.conf, or perhaps the user that runs stack.sh has no password-less sudo. I am speculating because I don't know your configuration and error details.
Hi Bernd, I have created a new stack user with sudo privileges only and there in the stack user I am running stack.sh script for installation. And my local.conf file is according to the link given below: https://www.mirantis.com/blog/how-to-install-openstack-on-your-local-machine-using-devstack/ (https://www.mirantis.com/blog/how-to-...)
OK, so permission to do something is denied. This is not enough information to help you.