Wrong region gets used in Message Service (Zaqar)

Bug #1472397 reported by Everett Toews
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack SDK
Invalid
Critical
Unassigned

Bug Description

Trying to use Zaqar in a multi-region environment like so.

    from openstack import connection
    from openstack import profile
    from openstack.message.v1 import queue

    prof = profile.Profile()
    prof.set_region(prof.ALL, "IAD")

    queue.Queue.service.service_type = 'rax:queues'

    conn = connection.Connection(
        auth_url='https://identity.api.rackspacecloud.com/v2.0/',
        profile=prof, username="***", password="***")

    q = conn.message.create_queue(name="test")
    print(q)

The test queue should be created in IAD but instead gets created in HKG (using the Cloud Control Panel at https://mycloud.rackspace.com to confirm)

Changed in python-openstacksdk:
status: New → Incomplete
status: Incomplete → Confirmed
importance: Undecided → Critical
milestone: none → 1.0
Revision history for this message
Brian Curtin (brian.curtin) wrote :

FWIW, this doesn't seem to be an issue anymore -- recent testing of the Rackspace plugin v0.3 showed I was able to create a Queue in IAD when the profile specified IAD. Marking as invalid for right now - reopen if this comes back up.

Changed in python-openstacksdk:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.