Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
b4752945
Commit
b4752945
authored
Apr 13, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #142 from makuk66/integration
comment typos
parents
6b500788
f936616f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
library/virt
+2
-2
library/yum
+1
-1
No files found.
library/virt
View file @
b4752945
...
...
@@ -297,7 +297,7 @@ class Virt(object):
"""
Stop a domain, and then wipe it from the face of the earth.
by deleting the disk image and it
'
s configuration file.
by deleting the disk image and its configuration file.
"""
self
.
__get_conn
()
...
...
@@ -316,7 +316,7 @@ class Virt(object):
def
get_xml
(
self
,
vmid
):
"""
Rec
ie
ve a Vm id as input
Rec
ei
ve a Vm id as input
Return an xml describing vm config returned by a libvirt call
"""
conn
=
libvirt
.
openReadOnly
(
None
)
...
...
library/yum
View file @
b4752945
...
...
@@ -68,7 +68,7 @@ def pkg_to_dict(po):
return
d
def
list_stuff
(
my
,
stuff
):
# FIXME - there are po
i
tential tracebacks that could occur here
# FIXME - there are potential tracebacks that could occur here
# need some more catching for them so we can see what happened
if
stuff
==
'installed'
:
return
[
pkg_to_dict
(
po
)
for
po
in
my
.
rpmdb
]
...
...
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