2017 © Pedro Peláez
 

drupal-module openstack_queues

Openstack Zaqar is an OpenStack project designed to be an open alternative to Amazon SQS and SNS. This module implements Openstack Queues as an alternative Drupal Queue backend.

image

drupal/openstack_queues

Openstack Zaqar is an OpenStack project designed to be an open alternative to Amazon SQS and SNS. This module implements Openstack Queues as an alternative Drupal Queue backend.

  • Sunday, October 18, 2015
  • by VeggieMeat
  • Repository
  • 2 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Scrutinizer Code Quality Code Coverage Build Status, (*1)

Configuration

Connection information can be configured at admin/config/system/openstack-queues, (*2)

If you need separate sets of credentials for different queues, they can be configured at admin/config/system/openstack-queues/{queue_name} (i.e. admin/config/system/openstack-queues/update_fetch_tasks for the Update queue)., (*3)

The YAML format for configuration is as follows (using "default" and "update_fetch_tasks" as examples):, (*4)

openstack_queues.settings.default:
  client_id: ''
  auth_url: 'https://identity.api.rackspacecloud.com/v2.0/'
  credentials:
    username: ''
    apiKey: ''
  region: ''
  prefix: ''

openstack_queues.settings.update_fetch_tasks:
  client_id: ''
  auth_url: 'https://identity.api.rackspacecloud.com/v2.0/'
  credentials:
    username: ''
    apiKey: ''
  region: ''
  prefix: ''

client_id must be a UUID to identify this particular API client. REQUIRED. auth_url is the URL to the identity service. username is your API username. apiKey is your API key. region is your Openstack region. prefix is used to namespace your queues. It is OPTIONAL, but RECOMMENDED especially if you are running multiple sites under the same account., (*5)

If you want to use Openstack Queues as the default queue manager, add the following to your site's settings.php:, (*6)

  $settings['queue_default'] = 'queue.openstack';

Alternatively, you can also use Openstack Queues for specific queues:, (*7)

  $settings['queue_{queue_name}'];

The Versions

18/10 2015

dev-8.x-1.x

dev-8.x-1.x

Openstack Zaqar is an OpenStack project designed to be an open alternative to Amazon SQS and SNS. This module implements Openstack Queues as an alternative Drupal Queue backend.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

13/03 2015

dev-7.x-1.x

dev-7.x-1.x

Openstack Zaqar is an OpenStack project designed to be an open alternative to Amazon SQS and SNS. This module implements Openstack Queues as an alternative Drupal Queue backend.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

13/03 2015

dev-rename-module

dev-rename-module

Openstack Zaqar is an OpenStack project designed to be an open alternative to Amazon SQS and SNS. This module implements Openstack Queues as an alternative Drupal Queue backend.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires