MidoNet valid_service addition
MidoNet needs its low-level API to have access to the admin token. Thus, it needs to be considered a valid service. This patch adds it to the list of valid services so that the identity-service relation can be completed successfully and with the admin_token.
This commit is contained in:
parent
c8b2b42be3
commit
8194749e74
@ -255,6 +255,10 @@ valid_services = {
|
|||||||
"image-stream": {
|
"image-stream": {
|
||||||
"type": "product-streams",
|
"type": "product-streams",
|
||||||
"desc": "Ubuntu Product Streams"
|
"desc": "Ubuntu Product Streams"
|
||||||
|
},
|
||||||
|
"midonet": {
|
||||||
|
"type": "network-overlay",
|
||||||
|
"desc": "MidoNet low-level API"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user