exclude az,nodetype,provider,region from namespace

This commit is contained in:
tifayuki 2016-06-10 19:33:14 +02:00
commit ef94b85a16
5 changed files with 9 additions and 4 deletions

View file

@ -6,6 +6,7 @@ from .base import Immutable
class Provider(Immutable):
subsystem = "infra"
endpoint = "/provider"
namespaced = False
@classmethod
def _pk_key(cls):