Remove sourcing of userrc_early

Devstack has stopped creating the userrc_early in yoga
and also fixed the start_swift function to stopm relying
on userrc_early.

- https://review.opendev.org/c/openstack/devstack/+/780417

It start failing when grenade started upgrade testing from
stable/yoga to master.

- https://review.opendev.org/c/openstack/grenade/+/835232

Change-Id: I6caaac9d84e4f3925378f496acd06fc38bb0d2d8
This commit is contained in:
Ghanshyam Mann 2022-03-28 22:46:11 -05:00
parent 68aa50b183
commit e10ac41b71
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ source $TARGET_DEVSTACK_DIR/lib/apache
source $TARGET_DEVSTACK_DIR/lib/tls
source $TARGET_DEVSTACK_DIR/lib/keystone
source $TARGET_DEVSTACK_DIR/lib/swift
#Set OS_AUTH_URL as it is needed during start_swift when tempurls are enabled
source $BASE_DEVSTACK_DIR/userrc_early
# Print the commands being run so that we can see the command that triggers
# an error. It is also useful for following allowing as the install occurs.