When setting the options to pass to these functions, you have to pass in booleans as strings ie. 'false','true' otherwise if you pass in real booleans then get serialized as 'False','True' which causes a failure.
The following unit tests are affected (they currently use strings):
test_create_queue_with_options
test_create_topic_with_options
test_create_subscription_with_options