Drop redundant lib/oslo

It was kept for compatibility in renaming which was merged long ago[1],
and is no longer necessary.

[1] 3ed99c0b27

Depends-on: https://review.opendev.org/c/openstack/grenade/+/936095
Change-Id: I6a66359c19d0385beafb4c5e57b6ec3cd6d9cc54
This commit is contained in:
Takashi Kajinami 2024-11-24 22:48:08 +09:00
parent 72f99641f1
commit ef63c690f1
3 changed files with 2 additions and 13 deletions

View File

@ -40,7 +40,7 @@ source $TOP_DIR/lib/rpc_backend
source $TOP_DIR/lib/tls
source $TOP_DIR/lib/oslo
source $TOP_DIR/lib/libraries
source $TOP_DIR/lib/lvm
source $TOP_DIR/lib/horizon
source $TOP_DIR/lib/keystone

View File

@ -1,6 +1,6 @@
#!/bin/bash
#
# lib/oslo
# lib/libraries
#
# Functions to install libraries from git
#

View File

@ -1,11 +0,0 @@
#!/bin/bash
#
# lib/oslo
#
# Functions to install **Oslo** libraries from git
#
# We need this to handle the fact that projects would like to use
# pre-released versions of oslo libraries.
#
# Included for compatibility with grenade, remove in Queens
source $TOP_DIR/lib/libraries