From 519d86be1296fd2cbd2eefb345862f46d25cb2b0 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Sat, 14 Dec 2024 17:17:20 -0500 Subject: [PATCH] Move vault unseal before ./configure The tutorial doc, which prints a message after generate-bundle.sh is run, has ./configure as the first step. But if you do that there is a complaint that ./tools/vault-unseal-and-authorise.sh has not been run yet. A similar message is printed if you source novarc. Move it to before ./configure since it must be run first. --- doc/openstack/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/openstack/tutorial.md b/doc/openstack/tutorial.md index 8f5d5861..5934cfb1 100644 --- a/doc/openstack/tutorial.md +++ b/doc/openstack/tutorial.md @@ -61,10 +61,10 @@ Deploy of bundle completed. Post-Deployment Info/Actions: [common] + - run ./tools/vault-unseal-and-authorise.sh - run ./configure to initialise your deployment - source novarc - add rules to default security group: ./tools/sec_groups.sh - - run ./tools/vault-unseal-and-authorise.sh ``` We'll come back to the post deploy steps, but for now,