diff --git a/extraconfig/pre_deploy/rhel-registration/rhel-registration.yaml b/extraconfig/pre_deploy/rhel-registration/rhel-registration.yaml index 1e32618d8a..cfe474989e 100644 --- a/extraconfig/pre_deploy/rhel-registration/rhel-registration.yaml +++ b/extraconfig/pre_deploy/rhel-registration/rhel-registration.yaml @@ -110,7 +110,7 @@ resources: - name: REG_HTTP_PROXY_PORT - name: REG_HTTP_PROXY_USERNAME - name: REG_HTTP_PROXY_PASSWORD - config: {get_file: scripts/rhel-registration} + config: {get_file: /usr/share/openstack-tripleo-heat-templates/extraconfig/pre_deploy/rhel-registration/scripts/rhel-registration} RHELRegistrationDeployment: type: OS::Heat::SoftwareDeployment @@ -147,7 +147,7 @@ resources: type: OS::Heat::SoftwareConfig properties: group: script - config: {get_file: scripts/rhel-unregistration} + config: {get_file: /usr/share/openstack-tripleo-heat-templates/extraconfig/pre_deploy/rhel-registration/scripts/rhel-unregistration} inputs: - name: REG_METHOD