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
3df0cee9
Commit
3df0cee9
authored
Nov 12, 2013
by
Christos Stavrakakis
Browse files
cyclades: sed 's/astakos_url/astakos_auth_url/g'
parent
12337c0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/api/management/commands/port-list.py
View file @
3df0cee9
...
...
@@ -61,7 +61,7 @@ class Command(ListCommand):
object_class
=
NetworkInterface
user_uuid_field
=
"userid"
astakos_url
=
ASTAKOS_AUTH_URL
astakos_
auth_
url
=
ASTAKOS_AUTH_URL
astakos_token
=
ASTAKOS_TOKEN
prefetch_related
=
[
"ips"
]
...
...
snf-cyclades-app/synnefo/api/management/commands/subnet-list.py
View file @
3df0cee9
...
...
@@ -67,7 +67,7 @@ class Command(ListCommand):
)
object_class
=
Subnet
astakos_url
=
ASTAKOS_AUTH_URL
astakos_
auth_
url
=
ASTAKOS_AUTH_URL
astakos_token
=
ASTAKOS_TOKEN
FIELDS
=
{
...
...
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