Update misc compute references to worker Tests Performed: Non-containerized deployment AIO-SX: Sanity and Nightly automated test suite AIO-DX: Sanity and Nightly automated test suite 2+2 System: Sanity and Nightly automated test suite 2+2 System: Horizon Patch Orchestration Kubernetes deployment: AIO-SX: Create, delete, reboot and rebuild instances 2+2+2 System: worker nodes are unlock enable and no alarms Story: 2004022 Task: 27013 Depends-On: https://review.openstack.org/#/c/624452/ Change-Id: I158394e5fb37367a0ba11e2236fdea64db3cc186 Signed-off-by: Tao Liu <tao.liu@windriver.com>
15 lines
275 B
Desktop File
15 lines
275 B
Desktop File
[Unit]
|
|
Description=KVM Timer Advance Setup
|
|
After=openstack-nova-compute-setup.service
|
|
Before=nova-compute.service goenabled-worker.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=yes
|
|
User=root
|
|
ExecStart=/usr/bin/nova_setup_timer_advance
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|