changed remote-repos to comma separated string in config, nova_compute and yum.template

This commit is contained in:
Andrew McLeod 2016-10-06 13:20:25 +02:00
parent 819edf9d77
commit 0dadd3f3fe
3 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ Once you have this setup you must configure the charm as follow:
* Example:
```
remote-user: youruser
remote-repo: file:///tmp/openstack-iso/openstack
remote-repo: file:///tmp/openstack-iso/openstack,file:///tmp/other-iso/repofs
remote-key: id_dsa
remote-hosts: 10.10.10.10 10.10.10.11
```

View File

@ -14,7 +14,7 @@ options:
remote-repo:
type: string
default:
description: RPM repository of OpenStack packages to deploy to remote compute nodes.
description: Comma separated list of RPM repositorys of OpenStack packages to deploy to remote compute nodes.
remote-hosts:
type: string
default:

View File

@ -1,4 +1,4 @@
[openstack-pkvm]
name=PowerKVM OpenStack local repository
[openstack-remote_{{ yum_repo_id }}]
name=Remote OpenStack local repository
baseurl={{ yum_repo }}
gpgcheck=0