Skip to content
Snippets Groups Projects
  1. Jun 12, 2017
  2. Jun 11, 2017
  3. Jun 10, 2017
  4. Jun 09, 2017
  5. Jun 08, 2017
    • Bertrand Lallau's avatar
      Neutron oslo_messaging_notifications config error · e624f216
      Bertrand Lallau authored
      With the following configuration in globals.yml:
      enable_ceilometer="no"
      enable_designate="no"
      enable_searchlight="yes"
      
      neutron.conf is generated like following:
      
      [oslo_messaging_notifications]
      driver = messagingv2
      topics =
      
      => topics value is missing.
      This patch fix it.
      
      Closes-Bug: #1671940
      Change-Id: I28ab60c61882caaba823bab84f30f77e270f29b4
      e624f216
    • Bertrand Lallau's avatar
      Nova oslo_messaging_notifications config error · f45e1814
      Bertrand Lallau authored
      
      With the following configuration in globals.yml
      enable_ceilometer="no"
      enable_designate="no"
      enable_searchlight="yes"
      
      nova.conf is generated like following:
      
      [oslo_messaging_notifications]
      driver = messagingv2
      topics =
      
      topics value is missing.
      
      Change-Id: I27145c0da8b864b2614091933c33d83bdec8b9be
      Closes-Bug: #1671935
      Co-Authored-By: default avatarJeffrey Zhang <jeffrey.zhang@99cloud.net>
      f45e1814
  6. Jun 07, 2017
  7. Jun 06, 2017
  8. Jun 05, 2017
    • Michal (inc0) Jastrzebski's avatar
      Enable multinode gate · f5354f55
      Michal (inc0) Jastrzebski authored
      This patches changes deploy_gate quite a bit so in reality all
      deployments will now assume multinode (even if it's single node). After
      that we will refactor it even further to enable easy addition of new
      scenerios.
      
      Change-Id: I1faada46e6a7aa026128b2f01d77eabb04759439
      f5354f55
    • Bertrand Lallau's avatar
      Add release note to deprecate some config files · a3aa0e85
      Bertrand Lallau authored
      Actually Openstack services configuration can be overriden using many
      files:
      - /etc/kolla/config/<< service name >>/<< config file >>
      - /etc/kolla/config/<< service name >>/<<host>>/<< config file >>
      - /etc/kolla/config/global.conf
      - /etc/kolla/config/database.conf
      - /etc/kolla/config/messaging.conf
      
      Only per-service configuration is actually documented here:
      https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L164
      
      Allowing to globally modify service configuration can be perform too,
      but it can be done in 3 different manners:
      - /etc/kolla/config/global.conf
      - /etc/kolla/config/database.conf
      - /etc/kolla/config/messaging.conf
      
      database.conf and messaging.conf seems redundant with global.conf.
      In order to simplify codebase it seems logical to deprecate them.
      
      Change-Id: Ia632c207e4b0237ea813fcf53b44504b97a204e7
      a3aa0e85
    • Jenkins's avatar
      Merge "Fix cinder-api ubuntu binary deploy" · cec609f2
      Jenkins authored
      cec609f2
Loading