copr: use correct tenant id

This commit is contained in:
Miroslav Suchý 2015-11-06 13:23:23 +01:00
parent 357cf847dd
commit fab9717513
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
_lighttpd_conf_src: "lighttpd/lighttpd.conf"
copr_nova_auth_url: "https://fedorainfracloud.org:5000/v2.0"
copr_nova_tenant_id: "undefined_tenant_id"
copr_nova_tenant_id: "5d99f099b7fe4b0387f0352f6301ba6a"
copr_nova_tenant_name: "copr"
copr_nova_username: "copr"

View file

@ -2,7 +2,7 @@
_lighttpd_conf_src: "lighttpd/lighttpd_dev.conf"
copr_nova_auth_url: "https://fedorainfracloud.org:5000/v2.0"
copr_nova_tenant_id: "566a072fb1694950998ad191fee3833b"
copr_nova_tenant_id: "a6ff2158641c439a8426d7facab45437"
copr_nova_tenant_name: "coprdev"
copr_nova_username: "copr"
@ -16,5 +16,5 @@ fedmsg_enabled: "false"
do_sign: "true"
spawn_in_advance: "true"
spawn_in_advance: "false"
frontend_base_url: "http://copr-fe-dev.cloud.fedoraproject.org"