54d8db1e4d
Implements: blueprint robust-dependencies Fixes: bug #1157871 Fixes: bug #1184016 Fixes: bug #1184017 Change-Id: I4d1e6d4b1b32473182259d60b1db6918cba889e9
7 lines
120 B
Bash
7 lines
120 B
Bash
# -*- sh -*-
|
|
## Bootstrap OEL 6.3+ for Openstack Anvil
|
|
SHORTNAME=OEL
|
|
MIN_RELEASE=6.3
|
|
|
|
source "$BSCONF_DIR/CommonRedHat"
|