First time here? Check out the FAQ!
![]() | 1 | initial version |
You must add the cloud-archive repo to all of your nodes running openstack packages. I would be safe and just and them to all nodes in your evironment servicing Openstack
You must enable the trusty-updates repository. Then you can run the following commands and have them work properly.
# apt-get install -y software-properties-common
# add-apt-repository -y cloud-archive:juno
![]() | 2 | No.2 Revision |
You must add the cloud-archive repo to all of your nodes running openstack packages. I would be safe and just and them to all nodes in your evironment servicing Openstack
You must enable the trusty-updates repository. Then you can run the following commands and have them work properly.
# apt-get update && apt-get install -y software-properties-common
# add-apt-repository -y cloud-archive:juno