Skip to content

Commit 1390c87

Browse files
Merge pull request #1081 from jistr/b/update-target-ci-framework-parsing
Fix comment on update_services to allow parsing by CI framework
2 parents 7ea3941 + 5c136c5 commit 1390c87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -854,13 +854,13 @@ openstack_update_run:
854854
$(eval $(call vars,$@,openstack))
855855
bash scripts/openstack-update.sh
856856

857-
.PHONY: update_services ## prepares new openstackversion, patches the openstackversion target version to the available version, and runs openstack update with new update-servies openstackdataplanedeployment at the end
858-
update_services:
857+
.PHONY: update_services
858+
update_services: ## prepares new OpenStackVersion, patches the OpenStackVersion target version to the available version, and runs services update with the update-servies OpenStackDataPlaneDeployment at the end
859859
$(eval $(call vars,$@,openstack))
860860
bash scripts/openstack-update-services.sh
861861

862862
.PHONY: update_system
863-
update_system: ## runs update-system openstackdataplanedeployment to start update packages on edpm nodes
863+
update_system: ## runs update-system OpenStackDataPlaneDeployment to update packages on EDPM nodes
864864
$(eval $(call vars,$@,openstack))
865865
bash scripts/openstack-update-system.sh
866866

0 commit comments

Comments
 (0)