- Added `ECOMMERCE_BROKER_TRANSPORT` and renamed `ECOMMERCE_BROKER_HOST`
to `ECOMMERCE_BROKER_HOSTNAME`. This is to support non-amqp brokers,
specifically redis. If `ECOMMERCE_BROKER_HOSTNAME` is unset it will use
the value of `ECOMMERCE_BROKER_HOST`, however it is recommended to update
your configuration to set `ECOMMERCE_BROKER_HOSTNAME` explicitly.
- Added `ECOMMERCE_BROKER_TRANSPORT` with a default value of 'ampq' to be backwards compatible with rabbit. Set to 'redis' if you wish to use redis instead of rabbit as a queue for ecommerce.
- Role: credentials
- This role is now dependent on the edx_django_service role. Settings are all the same, but nearly all of the tasks are performed by the edx_django_service role.