copr: use correct tenant id
This commit is contained in:
parent
357cf847dd
commit
fab9717513
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue