Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-ganeti
Commits
a2f92677
Commit
a2f92677
authored
16 years ago
by
Michael Hanselmann
Browse files
Options
Downloads
Patches
Plain Diff
rapi: Whitespace fixes
Reviewed-by: ultrotter
parent
b03efa30
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
daemons/ganeti-rapi
+0
-1
0 additions, 1 deletion
daemons/ganeti-rapi
lib/rapi/connector.py
+5
-5
5 additions, 5 deletions
lib/rapi/connector.py
with
5 additions
and
6 deletions
daemons/ganeti-rapi
+
0
−
1
View file @
a2f92677
...
...
@@ -163,5 +163,4 @@ def main():
if
__name__
==
'
__main__
'
:
main
()
This diff is collapsed.
Click to expand it.
lib/rapi/connector.py
+
5
−
5
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment