1BKR-UPDATE-OPENSTACK-TRUST(1) Beaker BKR-UPDATE-OPENSTACK-TRUST(1)
2
3
4
6 bkr-update-openstack-trust - Update OpenStack Keystone trust
7
9 bkr update-openstack-trust
10 --os-username <username>
11 --os-password <password>
12 --os-project-name <project-name>
13
14
16 Creates a new OpenStack Keystone trust, which allows Beaker to dynami‐
17 cally provision OpenStack instances to run your recipes. Any existing
18 Keystone trust for your account is replaced by the new trust.
19
20 This command can only be used when the Beaker administrator has config‐
21 ured OpenStack integration (see openstack).
22
24 --os-username <username>, --os-password <password>, --os-project-name
25 <project-name>
26 OpenStack credentials for establishing a new trust between
27 Beaker and the given user.
28
29 Common bkr options are described in the Options section of bkr(1).
30
32 Non-zero on error, otherwise zero.
33
35 Add a new OpenStack trust to your user:
36
37 bkr update-openstack-trust --os-username=user1 --os-password='supersecret' \
38 --os-project-name=test-project
39
41 bkr(1)
42
44 The Beaker team <beaker-devel@lists.fedorahosted.org>
45
47 2013, Red Hat, Inc
48
49
50
51
5226.3 Jan 25, 2019 BKR-UPDATE-OPENSTACK-TRUST(1)