Merge "Add upgrade support for Horizon"
[apex-tripleo-heat-templates.git] / puppet / services / nova-conductor.yaml
index 7b08653..a19d0f8 100644 (file)
@@ -69,13 +69,10 @@ outputs:
         - name: Stop nova_conductor service
           tags: step2
           service: name=openstack-nova-conductor state=stopped
-        - name: update nova conductor
-          tags: step2
-          yum: name=openstack-nova-conductor state=latest
         # If not already set by puppet (e.g a pre-ocata version), set the
         # upgrade_level for compute to "auto"
         - name: Set compute upgrade level to auto
-          tags: step3
+          tags: step2
           ini_file:
             str_replace:
               template: "dest=/etc/nova/nova.conf section=upgrade_levels option=compute value=LEVEL"