Commit Graph

9 Commits

Author SHA1 Message Date
Fabio Verboso 30fa19b1cf New Serializer for autobahn.
Added serializer parameter in autobahn connection.
Autobahn version Updated in requirements.txt

Change-Id: Ibe18812a6e215ed4adb2aca963b2c83ac7fa62ff
2018-12-11 18:35:03 +01:00
Fabio Verboso 5a373e7941 WebServices and New Wamp Agent routing
Wamp RPCs are forwarding using the correct server and topic
Introduced the new WebServices core feature with its REST APIs and models.
Designate and Nginx are required for this new feature.

Change-Id: Ia172654fbaf5502e3b9325a862a4e986fa27ee35
2018-12-06 18:48:32 +01:00
Fabio Verboso 094eae7851 Fix WampAgent rpc side and requirements
Change-Id: Ib79ae987fb6a0381913d6edb85c5fbc0d03d22f9
2018-09-17 13:08:59 +02:00
Fabio Verboso 1fd046acc0 Requirements Update
Change-Id: I71cfc121e67a710a14a0b0fffd6fa8ebd9802254
2018-07-06 14:58:31 +02:00
Fabio Verboso 88d5be7930 Moved to python3.5
Now Iotronic requires python3 and python2 is not supported anymore

Change-Id: I2d2fdccb1788412d21d216052fb843ff24061040
2018-02-06 13:04:16 +01:00
shubhendu 37556080ed Set access_policy for messaging's dispatcher
oslo.messaging allow dispatcher to restrict endpoint methods
since 5.11.0 in d3a8f280ebd6fd12865fd20c4d772774e39aefa2, set with
DefaultRPCAccessPolicy to fix FutureWarning like:

FutureWarning: The access_policy argument is changing its default
value to <class 'oslo_messaging.rpc.dispatcher.DefaultRPCAccessPolicy'>
in version '?', please update the code to explicitly set None as the
value: access_policy defaults to LegacyRPCAccessPolicy which exposes
private methods. Explicitly set access_policy to DefaultRPCAccessPolicy
or ExplicitRPCAccessPolicy.

Change-Id: I9ffa8e972f2015a5ac1a478252db0e017637132c
2017-06-12 05:42:37 +00:00
Fabio Verboso 70dd2f44d8 requirements for the installation updated
Change-Id: I5ae2ba276cd7e2028939e0e6a0a91c91c85e5df0
2016-11-23 16:30:23 +01:00
Francesco Longo a08e619ae2 Add oslosphinx to requirements.txt
Readthedocs.org needs oslosphinx to be installed so it needs to be in requirements.txt

Change-Id: I3ba974b660c1e6cd5c860caf54a33ea450d54bc2
2016-05-24 12:19:41 +02:00
Fabio Verboso 7fd6112605 Applied cookiecutter template
Change-Id: Id860d5c4c97ae02c361c06e407a2e11cb3379783
2016-03-16 01:26:16 +01:00