Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
39901726
Commit
39901726
authored
Sep 06, 2013
by
Giorgos Korfiatis
Browse files
astakos: Add missing cyclades service in script
parent
6289c983
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/scripts/snf_service_export.py
View file @
39901726
...
...
@@ -119,7 +119,7 @@ cyclades_services = {
},
'cyclades_vmapi'
:
{
'type'
:
'
cyclades_
vmapi'
,
'type'
:
'vmapi'
,
'component'
:
'cyclades'
,
'prefix'
:
'vmapi'
,
'public'
:
True
,
...
...
@@ -164,6 +164,18 @@ cyclades_services = {
],
'resources'
:
{},
},
'cyclades_admin'
:
{
'type'
:
'admin'
,
'component'
:
'cyclades'
,
'prefix'
:
'admin'
,
'public'
:
True
,
'endpoints'
:
[
{
'versionId'
:
''
,
'publicURL'
:
None
},
],
'resources'
:
{},
},
}
pithos_services
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment