Implement Keystone environment deployments
This commit is contained in:
8
resources/js/enums/ServiceEndpointScope.js
Normal file
8
resources/js/enums/ServiceEndpointScope.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// This is a generated file.
|
||||
|
||||
export default {
|
||||
"DOCKER_NETWORK": "docker_network",
|
||||
"PRIVATE_NETWORK": "private_network",
|
||||
"PUBLIC": "public"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user