Blame SOURCES/0034-docs-o-openstack-Clarify-name-of-file-containing-Ope.patch

62f9b7
From 8a57af71779e274d31fe7f87a75bc937a59575db Mon Sep 17 00:00:00 2001
62f9b7
From: "Richard W.M. Jones" <rjones@redhat.com>
62f9b7
Date: Tue, 27 Apr 2021 16:12:12 +0100
62f9b7
Subject: [PATCH] docs: -o openstack: Clarify name of file containing OpenStack
62f9b7
 auth
62f9b7
62f9b7
In particular, don't use "stackrc" since you will likely be connecting
62f9b7
to the undercloud.
62f9b7
62f9b7
Thanks: Ming Xie
62f9b7
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1871754
62f9b7
(cherry picked from commit 61b4b5cc2f64e7a642ea03681f36829dbe665825)
62f9b7
---
62f9b7
 docs/virt-v2v-output-openstack.pod | 10 ++++++----
62f9b7
 1 file changed, 6 insertions(+), 4 deletions(-)
62f9b7
62f9b7
diff --git a/docs/virt-v2v-output-openstack.pod b/docs/virt-v2v-output-openstack.pod
62f9b7
index 78623d97..f5a3abad 100644
62f9b7
--- a/docs/virt-v2v-output-openstack.pod
62f9b7
+++ b/docs/virt-v2v-output-openstack.pod
62f9b7
@@ -89,8 +89,8 @@ endpoints.  You will need to either set up your C<$OS_*> environment
62f9b7
 variables or use output options on the virt-v2v command line to
62f9b7
 authenticate with OpenStack.
62f9b7
 
62f9b7
-Normally there is a file called something like C<stackrc>,
62f9b7
-C<overcloudrc> etc which you can simply C<source> to set everything up.
62f9b7
+Normally there is a file called C<overcloudrc> or C<keystonerc_admin>
62f9b7
+which you can simply C<source> to set everything up.
62f9b7
 
62f9b7
 For example:
62f9b7
 
62f9b7
@@ -179,8 +179,10 @@ To output to OpenStack Glance, use the I<-o glance> option.
62f9b7
 
62f9b7
 This runs the L<glance(1)> CLI program which must be installed on the
62f9b7
 virt-v2v conversion host.  For authentication to work, you will need
62f9b7
-to set C<OS_*> environment variables.  In most cases you can do this
62f9b7
-by sourcing a file called something like F<keystonerc_admin>.
62f9b7
+to set C<OS_*> environment variables.
62f9b7
+
62f9b7
+Normally there is a file called C<overcloudrc> or C<keystonerc_admin>
62f9b7
+which you can simply C<source> to set everything up.
62f9b7
 
62f9b7
 Virt-v2v adds metadata for the guest to Glance, describing such things
62f9b7
 as the guest operating system and what drivers it requires.  The
62f9b7
-- 
0602f3
2.31.1
62f9b7