Revert "[Ocata/Pike/Queens] Make rhel-registration scripts location absolute."

This reverts commit 91746c290b.
The patch is causing issues when deploying TripleO using rhel-registration scripts.

Change-Id: Iefb47eaf307f942b10de59fd95821e9bdc0b7e19
Closes-Bug:#1808965
This commit is contained in:
Jose Luis Franco 2018-12-18 10:57:01 +00:00
parent c57f5dab38
commit 1baecc6b5b
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ resources:
- name: REG_HTTP_PROXY_PORT
- name: REG_HTTP_PROXY_USERNAME
- name: REG_HTTP_PROXY_PASSWORD
config: {get_file: /usr/share/openstack-tripleo-heat-templates/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration}
config: {get_file: scripts/rhel-registration}
RHELRegistrationDeployment:
type: OS::Heat::SoftwareDeployment
@ -147,7 +147,7 @@ resources:
type: OS::Heat::SoftwareConfig
properties:
group: script
config: {get_file: /usr/share/openstack-tripleo-heat-templates/extraconfig/pre_deploy/rhel-registration/scripts/rhel-unregistration}
config: {get_file: scripts/rhel-unregistration}
inputs:
- name: REG_METHOD