Set distro correctly for rhel7

We were still configuring the elements for fedora even when using
the rhel7 json file, which caused some necessary elements to be
missed.
This commit is contained in:
Ben Nemec 2014-10-09 17:10:36 -04:00
parent 1cbc370812
commit e9f1e44d80
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
operating-system

View File

@ -0,0 +1 @@
export DISTRO_NAME="rhel7"

View File

@ -20,8 +20,8 @@
"element": [
"base",
"undercloud-install",
"fedora",
"fedora-distro",
"rhel7",
"rhel7-distro",
"boot-stack",
"nova-ironic",
"os-collect-config",