1BKR-UPDATE-OPENSTACK-TRUST(1)       Beaker       BKR-UPDATE-OPENSTACK-TRUST(1)
2
3
4

NAME

6       bkr-update-openstack-trust - Update OpenStack Keystone trust
7

SYNOPSIS

9       bkr update-openstack-trust
10         --os-username <username>
11         --os-password <password>
12         --os-project-name <project-name>
13         [--os-user-domain-name <user-domain-name>]
14         [--os-project-domain-name <project-domain-name>]
15
16

DESCRIPTION

18       Creates  a new OpenStack Keystone trust, which allows Beaker to dynami‐
19       cally provision OpenStack instances to run your recipes.  Any  existing
20       Keystone trust for your account is replaced by the new trust.
21
22       This command can only be used when the Beaker administrator has config‐
23       ured OpenStack integration (see openstack).
24

OPTIONS

26       --os-username <username>
27              OpenStack user name for establishing a new trust between  Beaker
28              and the given user.
29
30       --os-password <password>
31              OpenStack  user  password  for  establishing a new trust between
32              Beaker and the given user.
33
34       --os-project-name <project-name>
35              OpenStack project name for  establishing  a  new  trust  between
36              Beaker and the given user.
37
38       --os-user-domain-name <user-domain-name>
39              OpenStack  user domain name for establishing a new trust between
40              Beaker and the given user.
41
42       --os-project-domain-name <project-domain-name>
43              OpenStack project domain  name  for  establishing  a  new  trust
44              between Beaker and the given user.
45
46       Common bkr options are described in the Options section of bkr(1).
47

EXIT STATUS

49       Non-zero on error, otherwise zero.
50

EXAMPLES

52       Add a new OpenStack trust to your user:
53
54          bkr update-openstack-trust         --os-username=user1         --os-password='supersecret'         --os-project-name=beaker         --os-user-domain-name=domain.com         --os-project-domain-name=domain.com
55

SEE ALSO

57       bkr(1)
58

AUTHOR

60       The Beaker team <beaker-devel@lists.fedorahosted.org>
61
63       2013-2021 Red Hat, Inc.
64
65
66
67
6828.2                             Feb 17, 2021    BKR-UPDATE-OPENSTACK-TRUST(1)
Impressum