Commit bc306fe0 authored by Dietmar Maurer's avatar Dietmar Maurer

ceph: use 'firefly' as default release

parent 01d95955
...@@ -95,7 +95,7 @@ __PACKAGE__->register_method ({ ...@@ -95,7 +95,7 @@ __PACKAGE__->register_method ({
code => sub { code => sub {
my ($param) = @_; my ($param) = @_;
my $cephver = $param->{version} || 'dumpling'; my $cephver = $param->{version} || 'firefly';
local $ENV{DEBIAN_FRONTEND} = 'noninteractive'; local $ENV{DEBIAN_FRONTEND} = 'noninteractive';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment