15df963544
During cloud-init related improvements murano-agent location was specified for the pip-style installation. This leads to unability to deploy the apps on the images with pre-installed murano-agent without network. This commit create a symlink to the pre-installed agent in place where pip usually installs packages. Change-Id: I8d90d33dc0a1c36ac4524f8f3b82223c23829126 Closes-Bug: #1570962
11 lines
184 B
Desktop File
11 lines
184 B
Desktop File
[Unit]
|
|
Description=OpenStack Murano Agent
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/muranoagent --config-dir /etc/murano
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|