Qpid was removed in Mitaka from Oslo Messaging, so now we can drop it in manifests. Change-Id: I336c99b7709f061734ca09128a366361f13a934echanges/08/307108/1
parent
e648bb5830
commit
af8da24358
@ -1,36 +0,0 @@
|
||||
# == Class: glance::notify::qpid
|
||||
#
|
||||
# used to configure qpid notifications for glance
|
||||
# Deprecated class
|
||||
#
|
||||
# === Parameters:
|
||||
#
|
||||
# [*qpid_password*]
|
||||
# (required) Password to connect to the qpid server.
|
||||
#
|
||||
# [*qpid_username*]
|
||||
# (Optional) User to connect to the qpid server.
|
||||
# Defaults to 'guest'.
|
||||
#
|
||||
# [*qpid_hostname*]
|
||||
# (Optional) IP or hostname of the qpid server.
|
||||
# Defaults to 'localhost'.
|
||||
#
|
||||
# [*qpid_port*]
|
||||
# (Optional) Port of the qpid server.
|
||||
# Defaults to 5672.
|
||||
#
|
||||
# [*qpid_protocol*]
|
||||
# (Optional) Protocol to use for qpid (tcp/ssl).
|
||||
# Defaults to tcp.
|
||||
#
|
||||
class glance::notify::qpid(
|
||||
$qpid_password = undef,
|
||||
$qpid_username = undef,
|
||||
$qpid_hostname = undef,
|
||||
$qpid_port = undef,
|
||||
$qpid_protocol = undef
|
||||
) inherits glance::api {
|
||||
|
||||
warning('Qpid driver is removed from Oslo.messaging in the Mitaka release')
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
other:
|
||||
- Drop all Qpid support, it was removed from Oslo in Mitaka.
|
Loading…
Reference in new issue