Use https for *.openstack.org references

The openstack.org pages now support https and our references to
the site should by default be one signed by the organization.

Change-Id: I0448c7bc0294db867bc1766da7aaf07912575dbe
This commit is contained in:
Eric Brown 2017-02-06 13:10:20 -08:00
parent d17efb9c99
commit 0294eaed7d
8 changed files with 38 additions and 38 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps documented at: you must follow the steps documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: the workflow documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.

View File

@ -2,7 +2,7 @@ VMware-NSX Style Commandments
============================= =============================
- Step 1: Read the OpenStack Style Commandments - Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/ https://docs.openstack.org/developer/hacking/
- Step 2: Read on - Step 2: Read on
VMware-NSX Specific Commandments VMware-NSX Specific Commandments

View File

@ -9,12 +9,12 @@ External Resources:
The homepage for the VMware-NSX project is on Launchpad_. The homepage for the VMware-NSX project is on Launchpad_.
.. _Launchpad: http://launchpad.net/vmware-nsx .. _Launchpad: https://launchpad.net/vmware-nsx
Use this site for asking for help, and filing bugs. Use this site for asking for help, and filing bugs.
Code is available both git.openstack.org_ and github_. Code is available both git.openstack.org_ and github_.
.. _git.openstack.org: http://git.openstack.org/cgit/openstack/vmware-nsx/tree/ .. _git.openstack.org: https://git.openstack.org/cgit/openstack/vmware-nsx/tree/
.. _github: https://github.com/openstack/vmware-nsx .. _github: https://github.com/openstack/vmware-nsx
For help on usage and hacking of VMware-NSX, please send a message to the For help on usage and hacking of VMware-NSX, please send a message to the

View File

@ -6,7 +6,7 @@
This document describes the REST API extensions integrated with the This document describes the REST API extensions integrated with the
VMware [NSX OpenStack neutron plugins](https://wiki.openstack.org/wiki/Neutron/VMware_NSX_plugins). VMware [NSX OpenStack neutron plugins](https://wiki.openstack.org/wiki/Neutron/VMware_NSX_plugins).
The intent of this document is to supplement the The intent of this document is to supplement the
[OpenStack neutron REST API guide](http://developer.openstack.org/api-ref/networking/v2) by describing [OpenStack neutron REST API guide](https://developer.openstack.org/api-ref/networking/v2) by describing
the extensions implemented by the VMware NSX neutron plugins. the extensions implemented by the VMware NSX neutron plugins.
The VMware NSX neutron plugins implement The VMware NSX neutron plugins implement
@ -14,7 +14,7 @@ The VMware NSX neutron plugins implement
by defining new top-level REST resources, operations (e.g. verbs) and attribute extensions by defining new top-level REST resources, operations (e.g. verbs) and attribute extensions
to existing neutron REST API entities (depending on the extension). As all extensions apply to existing neutron REST API entities (depending on the extension). As all extensions apply
to the neutron REST API, the to the neutron REST API, the
[general information](http://developer.openstack.org/api-ref/networking/v2/#general-information) [general information](https://developer.openstack.org/api-ref/networking/v2/#general-information)
for the neutron API applies here as well. for the neutron API applies here as well.
The VMware NSX neutron extensions supported by your plugin will depend on the version The VMware NSX neutron extensions supported by your plugin will depend on the version
@ -44,7 +44,7 @@ of VMware NSX used. Two versions described herein are:
###### Description ###### Description
This resource attribute extensions adds the `advanced_service_providers` This resource attribute extensions adds the `advanced_service_providers`
attribute to neutron [subnets](http://developer.openstack.org/api-ref/networking/v2/#subnets). attribute to neutron [subnets](https://developer.openstack.org/api-ref/networking/v2/#subnets).
This read-only attribute is a list of NSX advanced service provider IDs associated on a per-subnet This read-only attribute is a list of NSX advanced service provider IDs associated on a per-subnet
basis. The advanced service provider IDs are populated by the plugin automatically basis. The advanced service provider IDs are populated by the plugin automatically
when interfacing with the NSX manager backend. when interfacing with the NSX manager backend.
@ -59,7 +59,7 @@ NSX-v.
None (read-only). None (read-only).
###### Extended Resource ###### Extended Resource
[subnet](http://developer.openstack.org/api-ref/networking/v2/#subnets) [subnet](https://developer.openstack.org/api-ref/networking/v2/#subnets)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `advanced_service_providers`: A list of NSX advanced service provider IDs (in `string` format) * `advanced_service_providers`: A list of NSX advanced service provider IDs (in `string` format)
@ -108,7 +108,7 @@ None (read-only).
### [DHCP MTU](#dhcp-mtu) ### [DHCP MTU](#dhcp-mtu)
###### Description ###### Description
Extends neutron [subnets](http://developer.openstack.org/api-ref/networking/v2/#subnets) Extends neutron [subnets](https://developer.openstack.org/api-ref/networking/v2/#subnets)
providing the ability to specify per-subnet DHCP MTU via the providing the ability to specify per-subnet DHCP MTU via the
`dhcp_mtu` attribute. `dhcp_mtu` attribute.
@ -122,7 +122,7 @@ NSX-v.
POST, PUT POST, PUT
###### Extended Resource ###### Extended Resource
[subnet](http://developer.openstack.org/api-ref/networking/v2/#subnets) [subnet](https://developer.openstack.org/api-ref/networking/v2/#subnets)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `dhcp_mtu`: The DHCP MTU to use for the associated subnet. Must be a valid DHCP * `dhcp_mtu`: The DHCP MTU to use for the associated subnet. Must be a valid DHCP
@ -171,7 +171,7 @@ POST, PUT
### [DNS Search Domain](#dns-search-domain) ### [DNS Search Domain](#dns-search-domain)
###### Description ###### Description
Extends neutron [subnets](http://developer.openstack.org/api-ref/networking/v2/#subnets) Extends neutron [subnets](https://developer.openstack.org/api-ref/networking/v2/#subnets)
providing the ability to specify per-subnet DNS search via the providing the ability to specify per-subnet DNS search via the
`dns_search_domain` attribute. `dns_search_domain` attribute.
@ -185,7 +185,7 @@ NSX-v.
POST, PUT POST, PUT
###### Extended Resource ###### Extended Resource
[subnet](http://developer.openstack.org/api-ref/networking/v2/#subnets) [subnet](https://developer.openstack.org/api-ref/networking/v2/#subnets)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `dns_search_domain`: The DNS search domain to use for networking on the associated * `dns_search_domain`: The DNS search domain to use for networking on the associated
@ -234,7 +234,7 @@ POST, PUT
### [MAC Learning](#mac-learning) ### [MAC Learning](#mac-learning)
###### Description ###### Description
Extends neutron [ports](http://developer.openstack.org/api-ref/networking/v2/#ports) Extends neutron [ports](https://developer.openstack.org/api-ref/networking/v2/#ports)
providing the ability to enable MAC learning on the associated port via the providing the ability to enable MAC learning on the associated port via the
`mac_learning_enabled` attribute. `mac_learning_enabled` attribute.
@ -248,7 +248,7 @@ NSX-v3.
POST, PUT POST, PUT
###### Extended Resource ###### Extended Resource
[ports](http://developer.openstack.org/api-ref/networking/v2/#ports) [ports](https://developer.openstack.org/api-ref/networking/v2/#ports)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `mac_learning_enabled`: A boolean value that indicates if MAC Learning is enabled * `mac_learning_enabled`: A boolean value that indicates if MAC Learning is enabled
@ -310,9 +310,9 @@ POST, PUT
###### Description ###### Description
The VMware NSX neutron plugins also support the The VMware NSX neutron plugins also support the
[neutron provider networks extension](http://docs.openstack.org/admin-guide/networking-adv-features.html#provider-networks). [neutron provider networks extension](https://docs.openstack.org/admin-guide/networking-adv-features.html#provider-networks).
Provider network extensions add [attributes](http://docs.openstack.org/admin-guide/networking-adv-features.html#provider-attributes) Provider network extensions add [attributes](https://docs.openstack.org/admin-guide/networking-adv-features.html#provider-attributes)
to neutron [networks](http://developer.openstack.org/api-ref/networking/v2/#networks) to neutron [networks](https://developer.openstack.org/api-ref/networking/v2/#networks)
enabling providers to map virtual networks onto physical networks, or in this case enabling providers to map virtual networks onto physical networks, or in this case
onto physical networks in NSX. onto physical networks in NSX.
@ -324,11 +324,11 @@ NSX-v3, NSX-v.
###### Supported Verbs ###### Supported Verbs
See the See the
[neutron provider networks extension](http://developer.openstack.org/api-ref/networking/v2/#networks-provider-extended-attributes-networks) [neutron provider networks extension](https://developer.openstack.org/api-ref/networking/v2/#networks-provider-extended-attributes-networks)
API reference documentation. API reference documentation.
###### Extended Resource ###### Extended Resource
* [networks](http://developer.openstack.org/api-ref/networking/v2/#networks) * [networks](https://developer.openstack.org/api-ref/networking/v2/#networks)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `provider:network_type`: For the NSX plugins valid values are `flat` or `vlan`. * `provider:network_type`: For the NSX plugins valid values are `flat` or `vlan`.
@ -368,10 +368,10 @@ API reference documentation.
###### Description ###### Description
This extension enables support for provider-only created/managed neutron This extension enables support for provider-only created/managed neutron
[security groups](http://developer.openstack.org/api-ref/networking/v2/#security-groups-security-groups). [security groups](https://developer.openstack.org/api-ref/networking/v2/#security-groups-security-groups).
To enable this support a `provider` boolean attribute is added to neutron security To enable this support a `provider` boolean attribute is added to neutron security
groups indicating if the group is a provider-only group. Additionally, neutron groups indicating if the group is a provider-only group. Additionally, neutron
[ports](http://developer.openstack.org/api-ref/networking/v2/#ports) are extended with [ports](https://developer.openstack.org/api-ref/networking/v2/#ports) are extended with
a `provider_security_groups` attribute that indicates a list of provider-only a `provider_security_groups` attribute that indicates a list of provider-only
security groups belonging to the said port. security groups belonging to the said port.
@ -386,8 +386,8 @@ The `provider` attribute on neutron security groups is only settable during crea
However the `provider_security_groups` attribute on ports supports both POST and PUT. However the `provider_security_groups` attribute on ports supports both POST and PUT.
###### Extended Resource ###### Extended Resource
* [ports](http://developer.openstack.org/api-ref/networking/v2/#ports) * [ports](https://developer.openstack.org/api-ref/networking/v2/#ports)
* [security groups](http://developer.openstack.org/api-ref/networking/v2/#security-groups-security-groups) * [security groups](https://developer.openstack.org/api-ref/networking/v2/#security-groups-security-groups)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `provider`: A boolean indicating if the security group is provider-only. * `provider`: A boolean indicating if the security group is provider-only.
@ -543,7 +543,7 @@ GET port
### [Router Size](#router-size) ### [Router Size](#router-size)
###### Description ###### Description
Extends neutron [routers](http://developer.openstack.org/api-ref/networking/v2/#routers-routers) Extends neutron [routers](https://developer.openstack.org/api-ref/networking/v2/#routers-routers)
by adding the `router_size` attribute to support configuration of NSX-v by adding the `router_size` attribute to support configuration of NSX-v
edge size. edge size.
@ -557,7 +557,7 @@ NSX-v.
POST, PUT POST, PUT
###### Extended Resource ###### Extended Resource
[routers](http://developer.openstack.org/api-ref/networking/v2/#routers-routers) [routers](https://developer.openstack.org/api-ref/networking/v2/#routers-routers)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `router_size`: The NSX-v edge size to use. * `router_size`: The NSX-v edge size to use.
@ -607,7 +607,7 @@ POST, PUT
### [Router Type](#router-type) ### [Router Type](#router-type)
###### Description ###### Description
Extends neutron [routers](http://developer.openstack.org/api-ref/networking/v2/#routers-routers) Extends neutron [routers](https://developer.openstack.org/api-ref/networking/v2/#routers-routers)
by adding the `router_type` attribute to support configuration of NSX-v by adding the `router_type` attribute to support configuration of NSX-v
router type. router type.
@ -621,7 +621,7 @@ NSX-v.
POST, PUT POST, PUT
###### Extended Resource ###### Extended Resource
[routers](http://developer.openstack.org/api-ref/networking/v2/#routers-routers) [routers](https://developer.openstack.org/api-ref/networking/v2/#routers-routers)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `router_type`: The NSX-v router type. Must be either `shared` or `exclusive`. * `router_type`: The NSX-v router type. Must be either `shared` or `exclusive`.
@ -673,7 +673,7 @@ POST, PUT
###### Description ###### Description
Extends neutron Extends neutron
[security group rules](http://developer.openstack.org/api-ref/networking/v2/#security-group-rules-security-group-rules) [security group rules](https://developer.openstack.org/api-ref/networking/v2/#security-group-rules-security-group-rules)
by adding a `local_ip_prefix` attribute allowing rules to be created with IP prefixes. by adding a `local_ip_prefix` attribute allowing rules to be created with IP prefixes.
###### Extension Type ###### Extension Type
@ -686,7 +686,7 @@ NSX-v3, NSXv.
POST; using an IP prefix on a rule can only be done when creating the rule. POST; using an IP prefix on a rule can only be done when creating the rule.
###### Extended Resource ###### Extended Resource
[security group rules](http://developer.openstack.org/api-ref/networking/v2/#security-group-rules-security-group-rules) [security group rules](https://developer.openstack.org/api-ref/networking/v2/#security-group-rules-security-group-rules)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `local_ip_prefix`: The local IP prefix used for the rule. * `local_ip_prefix`: The local IP prefix used for the rule.
@ -714,7 +714,7 @@ POST; using an IP prefix on a rule can only be done when creating the rule.
###### Description ###### Description
Extends neutron Extends neutron
[security groups](http://developer.openstack.org/api-ref/networking/v2/#security-groups-security-groups) [security groups](https://developer.openstack.org/api-ref/networking/v2/#security-groups-security-groups)
with a boolean attribute `logging` to enable per security group logging on NSX. with a boolean attribute `logging` to enable per security group logging on NSX.
###### Extension Type ###### Extension Type
@ -727,7 +727,7 @@ NSX-v3, NSX-v.
POST, PUT. POST, PUT.
###### Extended Resource ###### Extended Resource
[security groups](http://developer.openstack.org/api-ref/networking/v2/#security-groups-security-groups) [security groups](https://developer.openstack.org/api-ref/networking/v2/#security-groups-security-groups)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `logging`: A boolean attribute indicating if logging is enabled for the group. * `logging`: A boolean attribute indicating if logging is enabled for the group.
@ -802,7 +802,7 @@ POST, PUT.
###### Description ###### Description
Extends neutron Extends neutron
[ports](http://developer.openstack.org/api-ref/networking/v2/#ports) by adding [ports](https://developer.openstack.org/api-ref/networking/v2/#ports) by adding
the `vnic_index` attribute enabling per-port assignment of a VNIC index. the `vnic_index` attribute enabling per-port assignment of a VNIC index.
###### Extension Type ###### Extension Type
@ -815,7 +815,7 @@ NSX-v.
POST, PUT. POST, PUT.
###### Extended Resource ###### Extended Resource
[ports](http://developer.openstack.org/api-ref/networking/v2/#ports) [ports](https://developer.openstack.org/api-ref/networking/v2/#ports)
###### Extension Attribute(s) ###### Extension Attribute(s)
* `vnic_index`: The VNIC index (integer value) assigned to the port. * `vnic_index`: The VNIC index (integer value) assigned to the port.

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://launchpad.net/vmware-nsx home-page = https://launchpad.net/vmware-nsx
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology

View File

@ -48,7 +48,7 @@ class Securitygrouplogging(extensions.ExtensionDescriptor):
@classmethod @classmethod
def get_namespace(cls): def get_namespace(cls):
# todo # todo
return "http://docs.openstack.org/ext/security_group_logging/api/v2.0" return "https://docs.openstack.org/ext/security_group_logging/api/v2.0"
@classmethod @classmethod
def get_updated(cls): def get_updated(cls):

View File

@ -4,7 +4,7 @@ vmware_nsx_tempest is a plugin module to openstack tempest project.
If you are not familiar with tempest, please refer to:: If you are not familiar with tempest, please refer to::
http://docs.openstack.org/developer/tempest https://docs.openstack.org/developer/tempest
It is implemented with tempest external plugin. It is implemented with tempest external plugin.
The official design sepcification is at:: The official design sepcification is at::

View File

@ -30,7 +30,7 @@ class VMwareNsxTempestPlugin(plugins.TempestPlugin):
2. get_opt_lists() to pass config to Tempest 2. get_opt_lists() to pass config to Tempest
The official plugin is defined at The official plugin is defined at
http://docs.openstack.org/developer/tempest/plugin.html https://docs.openstack.org/developer/tempest/plugin.html
""" """
def load_tests(self): def load_tests(self):