Revision b7245b84 snf-deploy/snfdeploy/fabfile.py

b/snf-deploy/snfdeploy/fabfile.py
616 616
    pithos_base_url = "https://%s/pithos" % env.env.pithos.fqdn
617 617

  
618 618
    cmd = """
619
    snf-manage oauth2-client-add pithos-view --secret=12345 --is-trusted \
620
    --url {0}
621
    """.format('%s/ui/view' % pithos_base_url)
619
    snf-manage oauth2-client-add pithos-view --secret={0} --is-trusted \
620
    --url {1}
621
    """.format(env.env.oa2_secret, '%s/ui/view' % pithos_base_url)
622 622
    try_run(cmd)
623 623

  
624 624

  

Also available in: Unified diff