Update links to the latest addresses
Change-Id: Ic402e0848e85551bd2573806427fa8662407d573
This commit is contained in:
parent
d5b445946e
commit
12eea1bc31
@ -1,7 +1,7 @@
|
|||||||
Group Based Policy Style Commandments
|
Group Based Policy Style Commandments
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||||
|
|
||||||
|
|
||||||
Group Based Policy Specific Commandments
|
Group Based Policy Specific Commandments
|
||||||
|
@ -982,7 +982,7 @@ class Group_policy(extensions.ExtensionDescriptor):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_namespace(cls):
|
def get_namespace(cls):
|
||||||
return "http://wiki.openstack.org/neutron/gp/v2.0/"
|
return "https://wiki.openstack.org/wiki/Neutron/gp/v2.0/"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_updated(cls):
|
def get_updated(cls):
|
||||||
|
@ -90,7 +90,7 @@ class Group_policy_mapping(extensions.ExtensionDescriptor):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_namespace(cls):
|
def get_namespace(cls):
|
||||||
return "http://wiki.openstack.org/neutron/gp/v2.0/"
|
return "https://wiki.openstack.org/wiki/Neutron/gp/v2.0/"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_updated(cls):
|
def get_updated(cls):
|
||||||
|
@ -285,7 +285,7 @@ class Servicechain(extensions.ExtensionDescriptor):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_namespace(cls):
|
def get_namespace(cls):
|
||||||
return "http://wiki.openstack.org/neutron/sc/v2.0/"
|
return "https://wiki.openstack.org/wiki/Neutron/sc/v2.0/"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_updated(cls):
|
def get_updated(cls):
|
||||||
|
Loading…
Reference in New Issue
Block a user