Lines Matching refs:new
149 # look for any .new files
150 if glob.glob('/etc/nova/*.new'):
162 # values are set, manually set database.connection in the new conf
164 if os.path.exists('/etc/nova/nova.conf.new'):
170 # open the new version
171 new = iniparse.ConfigParser()
172 new.readfp(open('/etc/nova/nova.conf.new'))
194 new.set('database', 'connection',
197 with open('/etc/nova/nova.conf.new', 'w+') as fh:
198 new.write(fh)