[Openstack-security] [Bug 1604042] Re: service name should be chronyd not chrony in V-38620 - Synchronize system clock (enable chrony)

OpenStack Infra 1604042 at bugs.launchpad.net
Wed Jul 20 19:01:19 UTC 2016


Reviewed:  https://review.openstack.org/344278
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-security/commit/?id=b5b92c1abe8f68124639bb241bb9e1076ac2b1a0
Submitter: Jenkins
Branch:    master

commit b5b92c1abe8f68124639bb241bb9e1076ac2b1a0
Author: Jean-Philippe Evrard <jean-philippe.evrard at rackspace.co.uk>
Date:   Tue Jul 19 15:42:49 2016 +0100

    Fix chrony daemon name for rh derivatives
    
    RH/Centos 7 uses chronyd instead of chrony as service name.
    
    Closes-Bug: 1604042
    
    Change-Id: I69fbba7ea2d7c108f51d36b9fd4ed8cf547c517b
    Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard at rackspace.co.uk>


** Changed in: openstack-ansible
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of OpenStack
Security, which is subscribed to OpenStack.
https://bugs.launchpad.net/bugs/1604042

Title:
  service name should be chronyd not chrony in V-38620 - Synchronize
  system clock (enable chrony)

Status in openstack-ansible:
  Fix Released

Bug description:
  service name should be chronyd not chrony for V-38620 (Centos 7)

  openstack/openstack-ansible-security:

  diff --git a/tasks/misc.yml b/tasks/misc.yml
  index 733aa4b..c26af06 100644
  --- a/tasks/misc.yml
  +++ b/tasks/misc.yml
  @@ -109,7 +109,7 @@

   - name: V-38620 - Synchronize system clock (enable chrony)
     service:
  -    name: chrony
  +    name: chronyd
       state: started
       enabled: yes
     when: not check_mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-ansible/+bug/1604042/+subscriptions




More information about the Openstack-security mailing list