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
snf-ganeti
Commits
a2f92677
Commit
a2f92677
authored
Oct 15, 2008
by
Michael Hanselmann
Browse files
rapi: Whitespace fixes
Reviewed-by: ultrotter
parent
b03efa30
Changes
2
Hide whitespace changes
Inline
Side-by-side
daemons/ganeti-rapi
View file @
a2f92677
...
...
@@ -163,5 +163,4 @@ def main():
if
__name__
==
'__main__'
:
main
()
lib/rapi/connector.py
View file @
a2f92677
...
...
@@ -25,14 +25,14 @@
import
cgi
import
re
from
ganeti
import
constants
from
ganeti
import
http
from
ganeti
import
constants
from
ganeti
import
http
from
ganeti.rapi
import
baserlib
from
ganeti.rapi
import
baserlib
from
ganeti.rapi
import
rlib1
from
ganeti.rapi
import
rlib2
# the connection map created at the end of this file
# the connection map
is
created at the end of this file
CONNECTOR
=
{}
...
...
@@ -99,7 +99,7 @@ class R_root(baserlib.R_Generic):
def
GET
(
self
):
"""Show the list of mapped resources.
Returns:
A dictionary with 'name' and 'uri' keys for each of them.
...
...
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