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
894441e2
Commit
894441e2
authored
Jul 07, 2014
by
Giorgos Korfiatis
Browse files
astakos: Add cyclades_volume in service script
Add the missing cyclades_volume definition in the service registration script.
parent
81425674
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/scripts/snf_service_export.py
View file @
894441e2
...
...
@@ -231,6 +231,18 @@ cyclades_services = {
],
'resources'
:
{},
},
'cyclades_volume'
:
{
'type'
:
'volume'
,
'component'
:
'cyclades'
,
'prefix'
:
'volume'
,
'public'
:
True
,
'endpoints'
:
[
{
'versionId'
:
'v2.0'
,
'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