c576e4d486
This enables the user to use an Ubuntu machine to manage the cloud. The remote cloud hosts must still run CentOS.
11 lines
178 B
YAML
11 lines
178 B
YAML
---
|
|
# List of packages to install.
|
|
kolla_ansible_package_dependencies:
|
|
- gcc
|
|
- libffi-devel
|
|
- openssl-devel
|
|
- patch
|
|
- python-devel
|
|
- python-pip
|
|
- python-virtualenv
|