Jeremy Daggett
|
5827b722d2
|
Prefer Boolean over primitive boolean in OpenStack Neutron domain classes
|
2014-10-01 09:27:26 -07:00 |
|
Jeremy Daggett
|
c2c9076ad0
|
Remove unnecessary blobstore references
|
2014-09-16 12:52:12 -07:00 |
|
Jeremy Daggett
|
388ad724c4
|
Added extension namespace support to Neutron
|
2014-09-16 07:51:59 -07:00 |
|
Zack Shoylev
|
6cd16ff027
|
Fixes a few cases where the JavaDoc was wrong.
|
2014-09-12 16:06:48 -05:00 |
|
Zack Shoylev
|
0485a564a0
|
Cleans up neutron code
|
2014-09-09 13:39:49 -05:00 |
|
Zack Shoylev
|
994a169ac4
|
Adds support for Floating IP
|
2014-08-29 20:35:48 -05:00 |
|
Zack Shoylev
|
39d7a96d49
|
Adds support for the Security Group extension to neutron
|
2014-08-29 20:29:59 -05:00 |
|
Jeremy Daggett
|
b5b3a91fa3
|
Strip hardcoded v2.0 in Neutron APIs. Prefer usage of ApiMetadata version string.
|
2014-08-26 14:05:12 -07:00 |
|
Jeremy Daggett
|
4f648567fa
|
Fix Maven parent.relativePath warnings
|
2014-08-21 11:25:34 -07:00 |
|
Tarasenko Evgeny
|
d34c3ca3e0
|
Added missed vxlan network type and JavaDoc
|
2014-08-14 23:32:43 -05:00 |
|
Jeremy Daggett
|
5a7213a290
|
Removed @Nullable annotations on region parameters
|
2014-08-13 16:04:05 -07:00 |
|
Jeremy Daggett
|
5ed8620d37
|
Prefer Regions to Zones
|
2014-08-13 10:02:44 -07:00 |
|
Zack Shoylev
|
03c900fba6
|
Fixes missing nullable annotations
|
2014-08-12 15:00:39 -05:00 |
|
Andrew Gaul
|
c627454926
|
Correct license headers
|
2014-08-09 22:58:28 -07:00 |
|
Andrew Gaul
|
fef7eea576
|
Address Checkstyle violations
|
2014-08-08 11:38:36 -07:00 |
|
Andrew Gaul
|
87f716212f
|
JCLOUDS-653: Address Guava 18 deprecations
Mostly renaming Objects.toStringHelper to MoreObjects.toStringHelper.
|
2014-08-08 11:34:44 -07:00 |
|
Zack Shoylev
|
be62b9bbfd
|
Adds missing constructor properties
|
2014-08-07 10:40:50 -05:00 |
|
Andrew Phillips
|
0b5475e876
|
Updating project versions to 2.0.0-SNAPSHOT
Follow-up to be8bc22
|
2014-08-05 11:36:07 +02:00 |
|
Andrew Phillips
|
12d4feeab7
|
Up to 2.0.0-SNAPSHOT after the 1.8.0 release
|
2014-08-05 10:35:49 +02:00 |
|
Zack Shoylev
|
93882d226b
|
Ensures the immutable maps are not copied over in the constructor (more simple and efficient when supported in jclouds)
|
2014-07-29 17:21:48 -05:00 |
|
Jeremy Daggett
|
775b63ba41
|
Prefer Regions to Zones in Neutron v2
|
2014-07-28 09:49:58 -07:00 |
|
Zack Shoylev
|
de8c33c2d9
|
Neutron Refactoring v2_0 -> v2 No options (redesign) More features (extension-related) Live tests Redesigned domain objects for create/update options.
|
2014-07-25 16:12:53 -05:00 |
|
Andrew Gaul
|
b8bae0960a
|
JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:
find -name \*.java | xargs sed -i /@author/d
Empty Javadoc removed with multiple iterations of:
find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
|
2014-06-07 21:06:46 -07:00 |
|
Andrew Gaul
|
4f4bba2a95
|
Update pre-ASF copyright notices
|
2014-05-13 00:13:26 -07:00 |
|
Jeremy Daggett
|
4a0ca1bc1f
|
Updated Service Type refs
|
2014-05-09 12:10:07 -07:00 |
|
Zack Shoylev
|
7e5f9f8b5e
|
Fixes checkstyle violations in neutron.
|
2014-03-27 22:34:58 -05:00 |
|
Kris Sterckx
|
964b16c311
|
OS Neutron Extension Router
|
2014-03-25 11:09:48 -05:00 |
|
Andrew Bayer
|
7f68dacaf2
|
Updating to 1.8.0-SNAPSHOT
|
2013-12-17 11:50:45 -08:00 |
|
Andrew Gaul
|
c1fc551f60
|
Address Checkstyle violations in tests
|
2013-12-09 21:52:44 -08:00 |
|
Andrew Gaul
|
9408df2d6d
|
Address Checkstyle violations
|
2013-12-01 23:13:44 -08:00 |
|
Everett Toews
|
2d37c2d58e
|
Refactored OpenStack pagination to use PaginationOptions.
|
2013-10-24 18:38:12 -05:00 |
|
Everett Toews
|
a95d7feacb
|
Better formatting of production ready providers/APIs.
|
2013-10-15 13:28:59 -05:00 |
|
Everett Toews
|
14055fdc1d
|
Add/Update README files to indicate level of production readiness.
|
2013-10-10 10:53:02 -05:00 |
|
Adrian Cole
|
d9efad0d1a
|
JCLOUDS-297. add missing snapshot repos so that projects can find their parent
|
2013-09-26 10:49:16 -07:00 |
|
Kris Sterckx
|
d54117547b
|
OpenStack Neutron v2.0 implementation
|
2013-09-12 15:52:08 -05:00 |
|