From 329c2c880ed54d61700b98f91772edb51eac1f3b Mon Sep 17 00:00:00 2001 From: Neiloy Mukerjee Date: Mon, 7 May 2018 15:13:13 +0000 Subject: [PATCH] Document archive key usage for openstack-origin An arbitarary repository can currently be specified, but it was not yet made clear in the documentation that a corresponding public key for accessing this repository could be added. This change specifies that under the description for the openstack-origin option. Public key can be added by appending to the deb url, so the below example would work: juju set openstack-origin nova-compute openstack-origin="deb http://ppa .launchpad.net/billy-olsen/testfix-kilo/ubuntu vivid main|FA0FD8E1" Change-Id: I262a2164d4f7b37b4185bdee650371de7be50a55 Closes-Bug: 1503440 --- config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yaml b/config.yaml index f48b6036..e709ab8b 100644 --- a/config.yaml +++ b/config.yaml @@ -35,6 +35,10 @@ options: NOTE: updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade unless action-managed-upgrade is set to True. + NOTE: a corresponding public key from keyserver.ubuntu.com can be used + when specifying a repository by appending the key separated by a | when + entering the deb url sources entry, i.e. + openstack-origin="deb |" action-managed-upgrade: type: boolean default: False