Publish to read-write docs volume

Since we added a read-only mirror for serving, it means that we need to
write to the read-write volume, which is in /afs/.openstack.org.

Change-Id: I42899cbe9f14a5eee444fde9693b27aec60576e3
This commit is contained in:
Monty Taylor 2017-01-08 07:28:36 -06:00
parent 608dd042ab
commit c15b312e1a
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ zuul_sites:
root: '/web/content'
- name: 'afs-docs'
root: '/afs/openstack.org/docs'
root: '/afs/.openstack.org/docs'
keytab: '/etc/zuul-launcher.keytab'
user: 'service/zuul-launcher'
@ -39,7 +39,7 @@ zuul_sites:
root: '/web/content'
- name: 'afs-developer-docs'
root: '/afs/openstack.org/developer-docs'
root: '/afs/.openstack.org/developer-docs'
keytab: '/etc/zuul-launcher.keytab'
user: 'service/zuul-launcher'