exclude az,nodetype,provider,region from namespace
This commit is contained in:
parent
8b79e771d5
commit
ef94b85a16
5 changed files with 9 additions and 4 deletions
|
|
@ -6,6 +6,7 @@ from .base import Immutable
|
|||
class Provider(Immutable):
|
||||
subsystem = "infra"
|
||||
endpoint = "/provider"
|
||||
namespaced = False
|
||||
|
||||
@classmethod
|
||||
def _pk_key(cls):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue