Jamie Hannaford | c65e192 | 2014-09-22 13:20:58 +0200 | [diff] [blame] | 1 | // Package extensions provides information and interaction with the different |
| 2 | // extensions available for the OpenStack Neutron service. |
| 3 | // |
| 4 | // The purpose of Networking API v2.0 extensions is to: |
| 5 | // |
| 6 | // - Introduce new features in the API without requiring a version change. |
| 7 | // - Introduce vendor-specific niche functionality. |
| 8 | // - Act as a proving ground for experimental functionalities that might be |
| 9 | // included in a future version of the API. |
| 10 | // |
| 11 | // Extensions usually have tags that prevent conflicts with other extensions |
| 12 | // that define attributes or resources with the same names, and with core |
| 13 | // resources and attributes. Because an extension might not be supported by all |
| 14 | // plug-ins, its availability varies with deployments and the specific plug-in. |
Jamie Hannaford | 4721abc | 2014-09-16 16:29:04 +0200 | [diff] [blame] | 15 | package extensions |