201 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
44cc0b51df Updated from global requirements
Change-Id: I04ce75925d6420475d097322103835441eff0b92
2015-08-31 19:09:14 +00:00
OpenStack Proposal Bot
053fd0f0ff Updated from global requirements
Change-Id: Idf082ef32d2c9128e47bd8fb90cac7d7592c1d40
2015-08-27 23:27:07 +00:00
OpenStack Proposal Bot
7f8dfd0f8e Updated from global requirements
Change-Id: Ia6438625014fa3edb869eb23885f18781dd36056
2015-08-26 14:16:32 +00:00
OpenStack Proposal Bot
6a71709d0c Updated from global requirements
Change-Id: Id895331d4d899b1988ec945a730a6451d30dec87
2015-08-22 01:34:44 +00:00
OpenStack Proposal Bot
f8547240a5 Updated from global requirements
Change-Id: I9cddd04999ce51ec4e2f17b1d5f2c3a16a519cf9
2015-08-21 00:21:54 +00:00
OpenStack Proposal Bot
e144bb3cb6 Updated from global requirements
Change-Id: Icb7a376f10d15c6d760069213e00c8faedae9726
2015-08-19 08:40:13 +00:00
OpenStack Proposal Bot
1841a35c7a Updated from global requirements
Change-Id: Ic007f4929a10e1e8c04d19c7c49ec7d54a50ad43
2015-08-14 09:23:33 +00:00
OpenStack Proposal Bot
7244416cdc Updated from global requirements
Change-Id: I4069288d0e936ceabd754acfb9ce65b8c27cd017
2015-08-10 01:11:28 +00:00
OpenStack Proposal Bot
9aff5deb00 Updated from global requirements
Change-Id: I369f0fbffea193fc78d21d249cf9be5d2d5a7bc5
2015-08-04 18:19:58 +00:00
OpenStack Proposal Bot
7e20d47bca Updated from global requirements
Change-Id: I92bd98edb9e9e97e419d112747ee5a1ff4125c01
2015-07-24 18:42:46 +00:00
OpenStack Proposal Bot
197a5b652b Updated from global requirements
Change-Id: Iad75ad3619920fceb56896de0e0aaa960b54a471
2015-07-23 03:34:22 +00:00
OpenStack Proposal Bot
3e1f33ef01 Updated from global requirements
Change-Id: I3e98aff069933efc4b1143fef23f798f4aef2984
2015-07-15 20:47:21 +00:00
OpenStack Proposal Bot
55ca9c2271 Updated from global requirements
Change-Id: I9cd61907061fe25a71fe1bae7fb994dc600670cf
2015-07-15 01:38:53 +00:00
Gary Kotton
94aead783a Make use of oslo_service for loopingcall
No longer need openstack-common conf that pulls in the above
code.

In addition this this uses the translation imports from Neutron.

Change-Id: I475aa6936f126264d6de3ba9e25838d5dffddf3d
2015-07-07 03:53:22 -07:00
OpenStack Proposal Bot
51e5bee1ec Updated from global requirements
Change-Id: Ia47810ead18f654c64e7e90c72d3a0351b541efd
2015-07-02 18:58:54 +00:00
OpenStack Proposal Bot
6b1f92833c Updated from global requirements
Change-Id: Iad042c838238e2ab3eaf79208fac149eba928c2c
2015-07-01 14:21:18 +00:00
OpenStack Proposal Bot
9ab39482c8 Updated from global requirements
Change-Id: Ic3d507eacaeaeb44cfe8c7be48ba2468d2d9ba3a
2015-06-24 14:47:49 +00:00
OpenStack Proposal Bot
2fb6611380 Updated from global requirements
Change-Id: Ic52f681c0b93d8cdd21f9a2da64b9a23ddb9912e
2015-06-23 03:43:36 -07:00
Gary Kotton
0ad2a6a457 Update to the latest requirements
Note to self - we need to try and figure out how to get the bot
to do this.

Change-Id: Icd6b03136581ed400ae2ac1578d5473dae686b2c
2015-06-14 23:12:52 -07:00
Kobi Samoray
1a0655e8fb Distributed locking support
Use tooz distributed locking mechanism to synchronize concurrent execution
of neutron services over multiple nodes

DocImpact

Change-Id: Icbcec938c1c5ae7a528350f2f283388b81fa66b7
2015-06-14 16:45:04 +03:00
Amey Bhide
0baf296a70 Add simple_dvs_plugin
Plugin is used only for configuring DVS for development/testing purposes.
Following features aren't supported:
- security groups
- floating ips
- logical router

Change-Id: I34e0ef1473d3d7cf24dad11f11264a4ed60b11a7
2015-03-05 06:17:54 -08:00
Kobi Samoray
8c87875f62 Use oslo_log for logging
neutron.openstack.common.log replaced with oslo_log.log

Change-Id: Ieaf19ec19aa7d9c75ad2c04c7f80045062977171
2015-03-04 20:06:51 +02:00
Roey Chen
f4741011ea Using python retrying module
Change-Id: I863e064b0802d38038d83fdcf943fd82af5f4422
Signed-off-by: Roey Chen <roeyc@vmware.com>
2015-03-03 14:03:23 +00:00
Kobi Samoray
1c80ba47d1 Migrate to oslo.concurrency
neutron.openstack.common.lockutils have been removed by the following patch:
https://review.openstack.org/#/c/139717/

Change to oslo_concurrency instead.

Change-Id: I70515217f6a4c54a3d9777a51b3f3d2070550f0f
2015-01-20 11:34:59 +02:00
Gary Kotton
b2c391c2c3 VMware-NSX: clean up requirements file
Purge the requirements file of unnecesary imports

Change-Id: I9794c356a66da8914d7e8bd3afde94af54094526
2014-12-29 01:19:21 -08:00
Jenkins
3b9bb4fa1c Merge "Updated from global requirements" 2014-12-18 12:56:28 +00:00
OpenStack Proposal Bot
0676942239 Updated from global requirements
Change-Id: I181fc4f2b066eca08f2f23c5d2ff996aa46795ab
2014-12-18 10:15:59 +00:00
Ihar Hrachyshka
93a6202067 Removed unused iso8601 dependency
It should have been removed when migrating to oslo.utils when we dropped
timeutils module from our tree.

Change-Id: I4093a3c8faf3da5790ee31fdebec0b8ed70f84f3
2014-12-16 11:52:46 +01:00
Jenkins
e6aada633f Merge "Migrate to oslo.context" 2014-12-15 06:10:55 +00:00
Jenkins
aef14f357d Merge "Remove unused dependencies" 2014-12-14 10:14:07 +00:00
Abhishek Chanda
f8a17ccac5 Remove unused dependencies
- anyjson is a dependency for oslo.serialization
- argparse is in std lib

Change-Id: Ie09287113c1cff8ad774fbc88cbc84650baa6b0e
2014-12-13 21:07:17 +05:30
Ihar Hrachyshka
35fe7a0a39 Migrate to oslo.context
That's just a matter of adding requirements.txt entry, fixing imports,
and dropping the corresponding oslo-incubator module from the tree.

While at it, made all imports to import the module into 'oslo_context' and
not just 'context', so that we don't override the module locally in
multiple methods that receive their context arguments with the same
name, making the library inaccessible from inside those methods.

Change-Id: Ie62af970b3b7f225de453e56c01abc4b12af8f5e
Closes-Bug: #1401054
2014-12-11 20:49:11 +01:00
OpenStack Proposal Bot
d4569d31d9 Updated from global requirements
Change-Id: Ia3410609208e937a47f72643a14bab9c30953bf4
2014-12-11 07:15:01 +00:00
OpenStack Proposal Bot
571ae72e0e Updated from global requirements
Change-Id: Ia0c24e84a56581c9e3f005dc67a3c5e834795ad0
2014-12-09 14:34:32 +00:00
OpenStack Proposal Bot
26c80762e7 Updated from global requirements
Change-Id: I2995bb8d749b711b5a69a672d357d7c9b54850ad
2014-12-04 22:38:03 +00:00
Ihar Hrachyshka
ee09d2f624 Migrate to oslo.i18n
Mostly trivial import changes.

- oslo.i18n no longer provide install() method to inject _() into
  globals(), so removed all calls to it;
- removed Babel from dependencies (it will now be grabbed by oslo.i18n);
- updated tox.ini to ignore import violations for oslo.i18n.

Change-Id: I6623d551f512fb7fe9bf35ee734ed6d4c6cbc287
2014-11-26 22:19:24 +01:00
gordon chung
35434d2afd Migrate to oslo.middleware
Synced middleware module from incubator instead of removing it
completely. This is needed for grenade and to keep backwards
compatibility with existing installations with old api-paste.ini.

'log' module is updated as a dependency for middleware module.

'versionutils' are added as a new dependency for middleware module.

Closes-Bug: #1371701
Change-Id: Ib1c3161ccc98642091134f2285fed7c90244e600
Co-Authored-By: Ihar Hrachyshka <ihrachys@redhat.com>
2014-11-26 22:12:21 +01:00
OpenStack Proposal Bot
67e9f91d9e Updated from global requirements
Change-Id: I74345f78a169282b99ed3575f19afa3ca0548839
2014-11-23 09:36:11 +00:00
OpenStack Proposal Bot
4669f4569d Updated from global requirements
Change-Id: I0e0f708a755dcf45e3ce51141d264d8624ec87ba
2014-11-09 00:39:32 +00:00
OpenStack Proposal Bot
bb790c8135 Updated from global requirements
Change-Id: Ia4292097571c0cb3d291071c90b229650e5e4c70
2014-10-24 16:15:05 +00:00
OpenStack Proposal Bot
b40b16d9a0 Updated from global requirements
Change-Id: Idcbd730f5c781d21ea75e7bfb15959c8f517980f
2014-10-21 12:11:19 +00:00
Ihar Hrachyshka
90efdc25ac Updated fileutils and its dependencies
This is to avoid fileutils dependency on excutils that are now moved to
oslo.utils.

The following changes are included:

* neutron/openstack/common/__init__.py
  6b048e7 Let oslotest manage the six.move setting for mox

 * neutron/openstack/common/_i18n.py
  9ce1d96 Fix i18n import
  5d40e14 Remove code that moved to oslo.i18n

 * neutron/openstack/common/fileutils.py
  6ff6b4b Switch oslo-incubator to use oslo.utils and remove old modules
  2b966f9 Fix deletion of cached file for policy enforcer
  9c88dc3 file_open: fixed docstring to refer to open() instead of file()
  6c7407b fileutils: port to Python 3
  fcf517d Update oslo log messages with translation domains

 * neutron/openstack/common/log.py
  6c706c5 Delete graduated serialization files
  5d40e14 Remove code that moved to oslo.i18n
  6ff6b4b Switch oslo-incubator to use oslo.utils and remove old modules
  aa74411 log: add missing space in error message
  037dee0 Set stevedore log level to WARN by default
  37c0091 Add unicode coercion of logged messages to ContextFormatter
  6614413 Correct coercion of logged message to unicode
  1188d88 Except socket.error if syslog isn't running
  ac995be Fix E126 pep8 errors
  631f880 Set keystonemiddleware and routes.middleware to log on WARN level
  726d00a Adjust oslo logging to provide adapter is enabled for
  433fa0b Make logging_context_format_string optional in log.set_defaults
  ac92c06 Add default log level for websocket
  5fd77eb Ability to customize default_log_levels for each project
  4d9328c Python 3: enable tests/unit/test_log.py
  cb5a804 Move `mask_password` to strutils

Note: cb5a804 is partially included; that's ok because we don't use the
moved function in Neutron.

Change-Id: I3bfcaff2620b368d807e9468bb7abc01d6471661
2014-10-17 09:50:12 +02:00
OpenStack Proposal Bot
0acf9f7949 Updated from global requirements
Change-Id: Ib0c8c561427f141583d677e86a76cbfe4e2be606
2014-10-11 22:33:01 +00:00
OpenStack Proposal Bot
a128ced5f7 Updated from global requirements
Change-Id: I0e72933320ac6f49b55ef9782c6c19fb7e997bcb
2014-10-07 19:13:11 +00:00
Jenkins
4f961b3744 Merge "Removed kombu from requirements" 2014-10-04 22:30:22 +00:00
OpenStack Proposal Bot
6618b8a06a Updated from global requirements
Change-Id: I7a53aedccdd62fafd0da2679e84345e71da5493d
2014-09-13 07:23:23 +00:00
Ihar Hrachyshka
1ec31cdf3b Removed kombu from requirements
Since we've replaced oslo-incubator RPC layer with oslo.messaging, we
don't ship any code that uses kombu.

Change-Id: Ia8a74f1326ecd98c47cbe447f04d475bf61e19d3
2014-09-08 11:47:45 +02:00
OpenStack Proposal Bot
e1550155fa Updated from global requirements
Change-Id: Id4037028812b11e088897c6cb1ff3108c0d4e85d
2014-09-04 17:50:32 +00:00
OpenStack Proposal Bot
f78e1eb8f0 Updated from global requirements
Change-Id: I922b382fa75ecc6a8e14f25914c27e3eb245766e
2014-08-25 12:53:06 +00:00
OpenStack Proposal Bot
143bc8d822 Updated from global requirements
Change-Id: I3b7f5b18ef5b2bd257eb11669ec35397653cbc8b
2014-08-14 20:25:02 +00:00