Merge "Remove nose references from Horizon"
This commit is contained in:
commit
f18843cbbc
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,14 +8,11 @@
|
||||
.environment_version
|
||||
.selenium_log
|
||||
.coverage*
|
||||
.noseids
|
||||
.DS_STORE
|
||||
.DS_Store
|
||||
/cover
|
||||
coverage.xml
|
||||
coverage-karma
|
||||
nosetests.xml
|
||||
*nose_results.html
|
||||
pep8.txt
|
||||
pylint.txt
|
||||
# Files created by releasenotes build
|
||||
|
@ -294,10 +294,6 @@ The standard installation uses a non-encrypted HTTP channel.
|
||||
'keystoneclient': {
|
||||
'handlers': ['console'],
|
||||
'propagate': False,
|
||||
},
|
||||
'nose.plugins.manager': {
|
||||
'handlers': ['console'],
|
||||
'propagate': False,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -157,10 +157,6 @@ LOGGING = {
|
||||
'handlers': ['test'],
|
||||
'propagate': False,
|
||||
},
|
||||
'nose.plugins.manager': {
|
||||
'handlers': ['null'],
|
||||
'propagate': False,
|
||||
},
|
||||
'selenium': {
|
||||
'handlers': ['null'],
|
||||
'propagate': False,
|
||||
|
@ -55,7 +55,6 @@ munch==2.1.0
|
||||
netaddr==0.7.18
|
||||
netifaces==0.10.4
|
||||
nodeenv==0.9.4
|
||||
nosexcover==1.0.10
|
||||
openstackdocstheme==1.18.1
|
||||
openstacksdk==0.11.2
|
||||
os-client-config==1.28.0
|
||||
|
Loading…
Reference in New Issue
Block a user